summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-10-19 20:23:53 +0000
committerderaadt <deraadt@openbsd.org>2010-10-19 20:23:53 +0000
commit2589783cd58f78d8f1836a5068e28dbf2e0454d2 (patch)
treea959df5ae8a8a6d834cc1b4826f644b24a76cc03
parentThere is no more groff in the base system, so use mandoc(1) to format (diff)
downloadwireguard-openbsd-2589783cd58f78d8f1836a5068e28dbf2e0454d2.tar.xz
wireguard-openbsd-2589783cd58f78d8f1836a5068e28dbf2e0454d2.zip
grow i386 inside media a teeny bit
-rw-r--r--distrib/i386/common/Makefile.inc4
-rw-r--r--etc/etc.i386/disktab6
-rw-r--r--sys/arch/i386/conf/RAMDISK4
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
-rw-r--r--sys/arch/i386/conf/RAMDISKC4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
6 files changed, 13 insertions, 13 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc
index 3b46045f3fe..edc199c7fd1 100644
--- a/distrib/i386/common/Makefile.inc
+++ b/distrib/i386/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.26 2010/05/24 19:10:26 jsg Exp $
+# $OpenBSD: Makefile.inc,v 1.27 2010/10/19 20:23:53 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -48,7 +48,7 @@ ${FS}: bsd.gz
rm ${REALIMAGE}
DISKTYPE?= rdroot
-NBLKS?= 3800
+NBLKS?= 3872
# minfree, opt, b/i, blks/cyl
NEWFSARGS= -m 0 -o space -i 4096
diff --git a/etc/etc.i386/disktab b/etc/etc.i386/disktab
index 0de5a811cdc..50c054d730a 100644
--- a/etc/etc.i386/disktab
+++ b/etc/etc.i386/disktab
@@ -1,4 +1,4 @@
-# $OpenBSD: disktab,v 1.20 2010/07/02 20:33:54 tedu Exp $
+# $OpenBSD: disktab,v 1.21 2010/10/19 20:23:53 deraadt Exp $
floppy288|3in|3.5in High Density Floppy, 2.88MB:\
:dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
@@ -20,6 +20,6 @@ floppy5|5in|5.25in High Density Floppy:\
rdroot|ramdiskroot|RAM-disk root FS image:\
:ty=ramdisk:se#512:nt#2:ns#128:nc#16:\
- :pa#3800:oa#0:ta=4.2BSD:ba#4096:fa#512:\
+ :pa#3872:oa#0:ta=4.2BSD:ba#4096:fa#512:\
:pb#0:ob#0:tb=swap:\
- :pc#3800:oc#0:
+ :pc#3872:oc#0:
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index 9bd76524327..08a25947aa6 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.171 2010/10/13 19:21:52 mikeb Exp $
+# $OpenBSD: RAMDISK,v 1.172 2010/10/19 20:23:53 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -27,7 +27,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3800
+option MINIROOTSIZE=3872
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index d6bc6a5e9b7..34d88e36a26 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.115 2010/10/13 19:21:52 mikeb Exp $
+# $OpenBSD: RAMDISKB,v 1.116 2010/10/19 20:23:53 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -27,7 +27,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3800
+option MINIROOTSIZE=3872
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 949a8d55f7a..e48681567f5 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.95 2010/10/13 19:21:52 mikeb Exp $
+# $OpenBSD: RAMDISKC,v 1.96 2010/10/19 20:23:53 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -27,7 +27,7 @@ option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # boot-time kernel config
option RAMDISK_HOOKS
-option MINIROOTSIZE=3800
+option MINIROOTSIZE=3872
config bsd root on rd0a swap on rd0b and wd0b and sd0b
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 24a3401ecfa..12264c2ba50 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.180 2010/10/13 19:47:41 mikeb Exp $
+# $OpenBSD: RAMDISK_CD,v 1.181 2010/10/19 20:23:53 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -31,7 +31,7 @@ option BOOT_CONFIG # boot-time kernel config
option CRYPTO # Cryptographic framework
option RAMDISK_HOOKS
-option MINIROOTSIZE=3800
+option MINIROOTSIZE=3872
config bsd root on rd0a swap on rd0b and wd0b and sd0b