Add sysinst to ramdiskbin

Move to use init_s to make room for sysinst
(Note: sysinst is not automatically run, it still uses the old install
process.  One can choose "shell" and then run sysinst to use it.)
This commit is contained in:
phil 1997-10-17 21:02:34 +00:00
parent 8f88f65275
commit 9298c97b61
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: list,v 1.4 1997/08/06 20:57:57 hannken Exp $
# $NetBSD: list,v 1.5 1997/10/17 21:02:34 phil Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
LINK ramdiskbin sysinst
LINK ramdiskbin bin/cat
LINK ramdiskbin bin/chmod
LINK ramdiskbin bin/cp

View File

@ -1,4 +1,4 @@
# $NetBSD: ramdiskbin.conf,v 1.5 1997/08/06 20:57:58 hannken Exp $
# $NetBSD: ramdiskbin.conf,v 1.6 1997/10/17 21:02:42 phil Exp $
#
# ramdiskbin.conf - unified binary for the install ramdisk
#
@ -11,6 +11,10 @@ progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
progs route sed sh shutdown slattach strings stty sync tar test
progs tip umount update
progs sysinst
special sysinst srcdir distrib/utils/sysinst/arch/i386
special init srcdir distrib/utils/init_s
ln chown chgrp
ln gzip gzcat gunzip
@ -25,4 +29,4 @@ ln mount_kernfs kernfs
ln reboot halt
ln restore rrestore
libs -ledit -lutil -ltermcap -lrmt -lcrypt -ll -lm
libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm