diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-25 22:02:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-25 22:02:09 +0000 |
commit | 0a7411938c33d382f06a1eea4e8dfd9db7891723 (patch) | |
tree | 37e6680ab59c4829dfe6b2bf41a05e0a5ed791c6 /sys/arch/i386/conf | |
parent | 3ec1ce07b1993584b62c6a43e43a8432c89de759 (diff) |
crank ramdisk filesystem slightly to cope with firmwares inside the filesystem
Diffstat (limited to 'sys/arch/i386/conf')
-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 bf121190d2b..ab0a0b09d05 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.132 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.133 2004/11/25 22:02:08 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3560 +option MINIROOTSIZE=3800 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 2cfbb253011..9df2f0f3e6d 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.75 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: RAMDISKB,v 1.76 2004/11/25 22:02:08 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3560 +option MINIROOTSIZE=3800 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 919b15b4c11..abd47355bc0 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.42 2004/09/16 09:35:36 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.43 2004/11/25 22:02:08 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -36,7 +36,7 @@ option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3560 +option MINIROOTSIZE=3800 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 b737f5e2a64..29bffb1ed5e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.82 2004/10/05 02:01:17 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.83 2004/11/25 22:02:08 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -37,7 +37,7 @@ option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config option RAMDISK_HOOKS -option MINIROOTSIZE=3560 +option MINIROOTSIZE=3800 config bsd root on rd0a swap on rd0b and wd0b and sd0b |