diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-25 22:56:43 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-25 22:56:43 +0000 |
commit | eac40dd0cdf895113cfba6c9982a05af0a947a56 (patch) | |
tree | beda92c7eb04b28f441fb15e42da3ae9239087b1 /sys/arch | |
parent | 9b7ab3380931b73472d032bae77cb03d5ae6a9a7 (diff) |
commit updated ramdisk stuff, even if it's not going into release
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 278b56377ec..ee821fffc09 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -6,7 +6,7 @@ maxusers 32 # the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx) option RAMDISK_HOOKS -option MINIROOTSIZE=4480 +option MINIROOTSIZE=4352 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC |