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 | |
parent | 9b7ab3380931b73472d032bae77cb03d5ae6a9a7 (diff) |
commit updated ramdisk stuff, even if it's not going into release
-rw-r--r-- | distrib/sparc/ramdisk/Makefile.inc | 6 | ||||
-rw-r--r-- | distrib/sparc/ramdisk/dot.profile | 4 | ||||
-rw-r--r-- | distrib/sparc/ramdisk/list | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/distrib/sparc/ramdisk/Makefile.inc b/distrib/sparc/ramdisk/Makefile.inc index e9446d0291a..96e3c6e9a73 100644 --- a/distrib/sparc/ramdisk/Makefile.inc +++ b/distrib/sparc/ramdisk/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.6 1997/05/25 08:20:32 grr Exp $ -# $OpenBSD: Makefile.inc,v 1.6 1997/05/25 08:20:32 grr Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1997/05/25 22:56:41 grr Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1997/05/25 22:56:41 grr Exp $ -IMAGESIZE?= 4480 # 4Mb in 512 byte blocks +IMAGESIZE?= 4352 # 2Mb & change in 512 byte blocks BOOT_INSTALLBOOT?= /usr/mdec/bootxx GZIP?= gzip GZIPFLAGS?= -9v diff --git a/distrib/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile index ee2561fac6c..04141ca0750 100644 --- a/distrib/sparc/ramdisk/dot.profile +++ b/distrib/sparc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 1997/05/24 10:46:21 johns Exp $ +# $OpenBSD: dot.profile,v 1.4 1997/05/25 22:56:41 grr Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -57,7 +57,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # mount kernfs and re-mount the boot media (perhaps r/w) mount_kernfs /kern /kern - mount_ffs -o update /kern/rootdev / + mount_ffs -o update /dev/rd0a / # set up some sane defaults echo 'erase ^?, werase ^W, kill ^U, intr ^C' diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index 345e9b4a297..bd8df0d386b 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 1997/05/21 01:16:47 deraadt Exp $ +# $OpenBSD: list,v 1.4 1997/05/25 22:56:40 grr Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -41,7 +41,7 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # and the installation tools -COPY ${ARCHDIR}/../miniroot/dot.profile .profile +COPY ${ARCHDIR}/../ramdisk/dot.profile .profile COPY ${ARCHDIR}/../install.md install.md COPY ${DESTDIR}/usr/mdec/boot boot SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR} 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 |