diff options
author | 2019-06-28 13:28:21 +0000 | |
---|---|---|
committer | 2019-06-28 13:28:21 +0000 | |
commit | dc3feea06497f7eeb3e840534039a3b54eaf7eba (patch) | |
tree | 1392ba9ac114444dc5663f24e6bd8ed22bd1ddbf | |
parent | Skip VFS barrier lock during normal operation to reduce overhead. (diff) | |
download | wireguard-openbsd-dc3feea06497f7eeb3e840534039a3b54eaf7eba.tar.xz wireguard-openbsd-dc3feea06497f7eeb3e840534039a3b54eaf7eba.zip |
miniroot prototype disklabels should attempt to contain accurate
prototype information (in this case, the miniroot-building code is
completely lovecraft)
-rw-r--r-- | etc/etc.arm64/disktab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.arm64/disktab b/etc/etc.arm64/disktab index 9fd629b78d9..79f8c3ea378 100644 --- a/etc/etc.arm64/disktab +++ b/etc/etc.arm64/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.2 2018/09/18 13:45:09 deraadt Exp $ +# $OpenBSD: disktab,v 1.3 2019/06/28 13:28:21 deraadt Exp $ # Leave nc=16; adjust size using: ns rdroot|ramdiskroot|RAM-disk root FS image:\ @@ -7,5 +7,5 @@ rdroot|ramdiskroot|RAM-disk root FS image:\ :ob#0:pb#0:oc#0:pc#16384: miniroot:\ - :dt=rdroot:se#512:nc#9:nt#16:ns#256:\ - :oc#0:pc#36864: + :dt=rdroot:se#512:nc#33:nt#16:ns#128:\ + :oc#0:pc#67584: |