diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 23:43:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 23:43:13 +0000 |
commit | 96a9e68b613b161948af09cf3e81a82b45bc3980 (patch) | |
tree | 39172012d1983ff81fabb8384504caf8a71f3731 /sys/arch/hppa | |
parent | 70efc716c63d9d00939e569e5b22a93e2ba64300 (diff) |
bsd.rd's physical memory usage collided with the bootblocks... The
bootblocks have been moved, but we want 4.2 to be upgradeable. So
reduce the footprint of the bsd.rd by shrinking the ramdisk filesystem
because it is way too large. tested by sthen and kettenis
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index b39f028e1bc..aa0147f3356 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.76 2008/01/09 23:58:43 sthen Exp $ +# $OpenBSD: RAMDISK,v 1.77 2008/03/04 23:43:12 deraadt Exp $ # # Diskless kernel config # @@ -40,7 +40,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC option RAMDISK_HOOKS -option MINIROOTSIZE=5120 +option MINIROOTSIZE=4608 config bsd root on rd0a swap on rd0b # and sd0b mainbus0 at root # root bus |