parent
aa9918135a
commit
08a98ee074
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.9 1999/05/23 07:31:21 tron Exp $
|
||||
# $NetBSD: list,v 1.10 1999/11/23 14:13:55 minoura Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
|
@ -54,7 +54,7 @@ SYMLINK /bin/cat usr/bin/sed
|
|||
SYMLINK /bin/cat usr/bin/tip
|
||||
SYMLINK /bin/cat usr/sbin/chown
|
||||
SYMLINK /bin/cat usr/sbin/chroot
|
||||
SYMLINK /bin/cat usr/sbin/update
|
||||
SYMLINK /bin/cat usr/sbin/memswitch
|
||||
SPECIAL /bin/rm ramdiskbin
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ramdiskbin.conf,v 1.7 1999/11/13 14:19:13 minoura Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.8 1999/11/23 14:13:55 minoura Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
|
@ -7,10 +7,10 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
|||
|
||||
progs cat chmod chown chroot cp dd df disklabel ed
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
||||
progs ln ls memswitch 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 stty swapctl sync pax test
|
||||
progs tip umount update
|
||||
progs tip umount
|
||||
|
||||
special init srcdir distrib/utils/init_s
|
||||
special ifconfig srcdir distrib/utils/x_ifconfig
|
||||
|
|
Loading…
Reference in New Issue