update things. Now use 1.7M (HD) image. Amigas with only DD floppy

drives will need to use miniroot (probably better anyway)
This commit is contained in:
chopps 1995-09-30 04:22:40 +00:00
parent 7a8e7b22a1
commit 05afe96230
4 changed files with 18 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.1 1994/10/06 20:25:30 chopps Exp $
# $Id: Makefile.inc,v 1.2 1995/09/30 04:22:40 chopps Exp $
# Revision is 1.0
REV= 10
# Revision is 1.1
REV= 11

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.1 1994/10/06 20:25:49 chopps Exp $
# $Id: Makefile.inc,v 1.2 1995/09/30 04:22:48 chopps Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -17,9 +17,9 @@ CRUNCHCONF= ${COMMONDIR}/${CBIN}.conf
MTREE= ${COMMONDIR}/mtree.conf
all: ${CBIN}
dd if=/dev/zero of=${IMAGE} bs=80k count=11
dd if=/dev/zero of=${IMAGE} bs=80k count=22
vnconfig -v -c ${VND_DEV} ${IMAGE}
newfs -O -m 0 -o space -i 3052 -c 80 ${VND_RDEV} floppy
newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppyhd
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
@ -28,11 +28,11 @@ all: ${CBIN}
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_DEV} ${IMAGE}
vnconfig -u ${VND_DEV}
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV} ${IMAGE}
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}

View File

@ -1,15 +1,15 @@
#
# kcbin.conf - unified binary for the kc floppy
# $Id: instbin.conf,v 1.2 1995/08/13 17:10:53 chopps Exp $
# $Id: instbin.conf,v 1.3 1995/09/30 04:22:49 chopps Exp $
#
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
srcdirs /usr/src/gnu/usr.bin
progs cat chmod chown chroot cp df disklabel ed expr fsck ftp
progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660
progs mount_ados mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown
progs slattach strings stty sync tar test tip umount update
progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp
progs gzip ifconfig init ln ls mkdir mknod more mount mount_cd9660
progs mount_ados mount_ffs mount_nfs mv newfs printf pwd reboot rm route sed
progs sh shutdown slattach strings stty sync tar test tip umount update
ln chown chgrp
ln gzip gzcat gunzip
@ -17,6 +17,7 @@ ln mount_ados ados
ln mount_cd9660 cd9660
ln mount_ffs ffs
ln mount_nfs nfs
ln reboot halt
ln sh -sh # init invokes the shell this way
ln test [

View File

@ -1,4 +1,4 @@
# $Id: list,v 1.2 1995/08/13 17:10:55 chopps Exp $
# $Id: list,v 1.3 1995/09/30 04:22:51 chopps Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@ -6,12 +6,14 @@ LINK instbin bin/cat
LINK instbin bin/chmod
LINK instbin bin/cp
LINK instbin bin/df
LINK instbin bin/dd
LINK instbin bin/ed
LINK instbin bin/expr
LINK instbin bin/ln
LINK instbin bin/ls
LINK instbin bin/mkdir
LINK instbin bin/mv
LINK instbin bin/pwd
LINK instbin bin/rm
LINK instbin bin/sh
LINK instbin bin/-sh
@ -21,7 +23,6 @@ LINK instbin bin/test
LINK instbin bin/[
LINK instbin sbin/disklabel
LINK instbin sbin/fsck
LINK instbin sbin/halt
LINK instbin sbin/ifconfig
LINK instbin sbin/init
LINK instbin sbin/mknod
@ -36,18 +37,17 @@ LINK instbin sbin/route
LINK instbin sbin/shutdown
LINK instbin sbin/slattach
LINK instbin sbin/umount
# LINK instbin usr/bin/awk
LINK instbin usr/bin/chgrp
LINK instbin usr/bin/ftp
LINK instbin usr/bin/gunzip
LINK instbin usr/bin/gzcat
LINK instbin usr/bin/gzip
LINK instbin usr/bin/more
LINK instbin usr/bin/printf
LINK instbin usr/bin/sed
LINK instbin usr/bin/strings
LINK instbin usr/bin/tar
LINK instbin usr/bin/tip
# LINK instbin usr/sbin/bad144
LINK instbin usr/sbin/chown
LINK instbin usr/sbin/chroot
LINK instbin usr/sbin/update