Eliminate much redundant cruft from cpio floppy.

Make more vty devices for us to use.
This commit is contained in:
Jordan K. Hubbard 1995-05-25 01:51:45 +00:00
parent 243e5a88d5
commit 39ae3f1529
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8741
2 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.176 1995/05/24 11:17:53 gpalmer Exp $
# $Id: Makefile,v 1.177 1995/05/25 01:22:08 jkh Exp $
#
# How to roll a release:
#
@ -310,7 +310,7 @@ release.8:
@cd ${.CURDIR} ; $(MAKE) installCRUNCH CRUNCH=boot \
DIR=${RD}/bootfd/stand ZIP=true
( cd ${RD}/trees/bin/dev ; \
ls console tty ttyv1 null zero \
ls console tty ttyv0 ttyv1 ttyv2 ttyv3 null zero \
*[sw]d* cuaa[01] fd[01] rfd[01] \
cd0a mcd0a scd0a matcd0a rst0 ft0 rwt0 | \
cpio -dump ${RD}/bootfd/dev )
@ -351,7 +351,7 @@ release.10:
DIR=${RD}/fixitfd/stand ZIP=true
( cd ${RD}/trees/bin/dev && \
sh MAKEDEV wd0s5 wd0s6 wd0s7 wd0s8 && \
ls console tty ttyv1 null zero \
ls console tty ttyv0 ttyv1 null zero \
*[sw]d* fd[01] rfd[01] | \
cpio -dump ${RD}/fixitfd/dev )
ln -f ${RD}/fixitfd/stand/init ${RD}/fixitfd/sbin

View File

@ -1,4 +1,4 @@
# $Id: cpio_crunch.conf,v 1.5 1995/05/18 13:54:12 jkh Exp $
# $Id: cpio_crunch.conf,v 1.6 1995/05/21 18:29:51 jkh Exp $
# first, we list the source dirs that our programs reside in. These are
# searched in order listed to find the dir containing each program.
@ -13,16 +13,15 @@ srcdirs /usr/src/usr.sbin
# /bin stuff
progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln ls
progs mkdir mt mv pwd rcp rm rmdir sh sleep slattach stty sync test ft
progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln
progs mkdir mt mv pwd rcp rm rmdir sleep slattach stty sync test ft
ln test [
ln sh -sh # init invokes the shell this way
# /sbin stuff
progs badsect basename chown clri disklabel dmesg dump dmesg fdisk fsck ft
progs getopt ifconfig init mknod mount mount_cd9660 mount_msdos mount_nfs
progs newfs ping reboot restore route swapon umount
progs badsect basename chown clri disklabel dmesg dump dmesg fdisk ft
progs getopt init mknod mount mount_cd9660 mount_msdos mount_nfs
progs ping reboot restore swapon umount
ln dump rdump
ln restore rrestore
ln reboot halt