diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-19 20:23:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-19 20:23:54 +0000 |
commit | 026db41eb54749766889c62c6f161564294930ca (patch) | |
tree | 04773c77acada597a68d6048541609076c5b4977 /sys | |
parent | 3f0af16022e0632d781e136ef38049c6e89c4625 (diff) |
grow i386 inside media a teeny bit
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
4 files changed, 8 insertions, 8 deletions
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 |