diff options
author | 2010-08-16 14:29:17 +0000 | |
---|---|---|
committer | 2010-08-16 14:29:17 +0000 | |
commit | e8975ad84a9f8a7f6d8a61aeda015ace268790f3 (patch) | |
tree | 1f824294c10b5fbdbb9b100ad29aaa26c5de30bb | |
parent | Add a dummy elf64.c, effectively removing support for loading 64-bit kernels (diff) | |
download | wireguard-openbsd-e8975ad84a9f8a7f6d8a61aeda015ace268790f3.tar.xz wireguard-openbsd-e8975ad84a9f8a7f6d8a61aeda015ace268790f3.zip |
djust miniroot disklabel for layout changes caused by fdisk partition
alignment changes.
ok deraadt@
-rw-r--r-- | etc/etc.socppc/disktab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.socppc/disktab b/etc/etc.socppc/disktab index e4e20b90aac..51344fc2e0d 100644 --- a/etc/etc.socppc/disktab +++ b/etc/etc.socppc/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.4 2010/07/02 20:33:54 tedu Exp $ +# $OpenBSD: disktab,v 1.5 2010/08/16 14:29:17 kettenis Exp $ rdroot|ramdiskroot|RAM-disk root FS image:\ :ty=simulated:se#512:nc#16:nt#2:ns#256:\ @@ -7,5 +7,5 @@ rdroot|ramdiskroot|RAM-disk root FS image:\ miniroot|Installation root FS image:\ :ty=simulated:se#512:nc#8:nt#16:ns#63:\ - :ta=4.2BSD:oa#1008:pa#7056:fa#512:ba#4096:\ + :ta=4.2BSD:oa#1024:pa#7040:fa#512:ba#4096:\ :ob#0:pb#0:oc#0:pc#8064:ti=boot:oi#63:pi#512: |