diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-31 19:44:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-31 19:44:36 +0000 |
commit | 294102cc36f58535b618cfa97ca80dd1461dc030 (patch) | |
tree | 14ec7c3c6d6fca1c685001d98c03d1f125ef4ea2 /sys/arch/sgi/conf/RAMDISK-IP27 | |
parent | 86522847c512d0f481c13afd50a8e1884a8551fa (diff) |
Add bnx firmware on installation media; this causes a media oflow, so
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge
cd filesystem.
ok jsing@ deraadt@
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK-IP27')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index 161b977cc7f..edec469e31e 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.19 2010/03/22 21:28:11 miod Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.20 2010/03/31 19:44:35 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -30,7 +30,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) # RAMDISK stuff -option MINIROOTSIZE=8192 +option MINIROOTSIZE=10240 option RAMDISK_HOOKS # Define what targets to support |