diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-28 17:32:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-28 17:32:29 +0000 |
commit | 54f407f25c3a6d6649d968d11456183645a9898a (patch) | |
tree | 65ef17f2e576c82ee031f836c6aa5c7c03235c60 /distrib/amiga | |
parent | c9e4f9c4cdbdf140d4de20021d07037f8d590bfd (diff) |
update from netbsd
Diffstat (limited to 'distrib/amiga')
-rw-r--r-- | distrib/amiga/floppies/inst-common/Makefile.inc | 8 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/list | 3 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/list | 5 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/list | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/distrib/amiga/floppies/inst-common/Makefile.inc b/distrib/amiga/floppies/inst-common/Makefile.inc index b84e5a2356d..028a8c33d16 100644 --- a/distrib/amiga/floppies/inst-common/Makefile.inc +++ b/distrib/amiga/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $Id: Makefile.inc,v 1.2 1995/11/28 17:31:49 deraadt Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -17,10 +17,10 @@ CRUNCHCONF= ${COMMONDIR}/${CBIN}.conf MTREE= ${COMMONDIR}/mtree.conf all: ${CBIN} - dd if=/dev/zero of=${IMAGE} bs=80k count=22 + dd if=/dev/zero of=${IMAGE} bs=128k count=32 vnconfig -v -c ${VND_DEV} ${IMAGE} - newfs -O -m 0 -o space ${VND_RDEV} floppyhd - mount ${VND_DEV} ${MOUNT_POINT} + newfs -c 64 -O -m 0 -o space ${VND_RDEV} miniroot + mount -t ffs ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} diff --git a/distrib/amiga/floppies/inst-common/list b/distrib/amiga/floppies/inst-common/list index 0feda25a64d..aa499121392 100644 --- a/distrib/amiga/floppies/inst-common/list +++ b/distrib/amiga/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $Id: list,v 1.2 1995/11/28 17:31:51 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -24,6 +24,7 @@ LINK instbin bin/[ LINK instbin sbin/disklabel LINK instbin sbin/fsck LINK instbin sbin/ifconfig +LINK instbin sbin/halt LINK instbin sbin/init LINK instbin sbin/mknod LINK instbin sbin/mount diff --git a/distrib/amiga/floppies/inst/list b/distrib/amiga/floppies/inst/list index 79a711eea49..207025f329f 100644 --- a/distrib/amiga/floppies/inst/list +++ b/distrib/amiga/floppies/inst/list @@ -1,8 +1,11 @@ -# $Id: list,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $Id: list,v 1.2 1995/11/28 17:31:44 deraadt Exp $ # the disktab explanation file COPY disktab.preinstall etc +# copy the kernel +COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd + # and the installation tools COPY dot.profile .profile COPY dot.instutils .instutils diff --git a/distrib/amiga/floppies/upgr/list b/distrib/amiga/floppies/upgr/list index e4a277b4c2a..6d61990e0cb 100644 --- a/distrib/amiga/floppies/upgr/list +++ b/distrib/amiga/floppies/upgr/list @@ -1,4 +1,7 @@ -# $Id: list,v 1.1 1995/10/18 08:37:29 deraadt Exp $ +# $Id: list,v 1.2 1995/11/28 17:31:55 deraadt Exp $ + +# copy the kernel +COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd # and the upgrade tools COPY dot.profile .profile |