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/arch/i386/conf/RAMDISK | |
parent | 3f0af16022e0632d781e136ef38049c6e89c4625 (diff) |
grow i386 inside media a teeny bit
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 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 |