Remove less(1), to make some necessary room (it's not needed for the pure
install floppy, but is available on the rescue image).
This commit is contained in:
parent
9841e19b81
commit
533e348801
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.3 2000/09/27 22:14:15 fvdl Exp $
|
||||
# $NetBSD: list,v 1.4 2000/10/06 14:40:37 fvdl Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -48,8 +48,6 @@ SYMLINK /bin/cat usr/bin/ftp
|
||||
SYMLINK /bin/cat usr/bin/gunzip
|
||||
SYMLINK /bin/cat usr/bin/gzcat
|
||||
SYMLINK /bin/cat usr/bin/gzip
|
||||
SYMLINK /bin/cat usr/bin/less
|
||||
SYMLINK /bin/cat usr/bin/more
|
||||
SYMLINK /bin/cat usr/bin/sed
|
||||
SYMLINK /bin/cat usr/bin/tar
|
||||
SYMLINK /bin/cat usr/bin/tip
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.1 2000/09/27 16:04:17 fvdl Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.2 2000/10/06 14:40:37 fvdl Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
|
||||
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
||||
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
||||
|
||||
progs bad144 cat chmod chown cp disklabel
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot
|
||||
progs ln ls mkdir mknod
|
||||
progs mount mount_cd9660 mount_ffs mount_msdos
|
||||
progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
|
||||
@ -32,7 +32,6 @@ special ping srcdir distrib/utils/x_ping
|
||||
ln pax tar
|
||||
ln chown chgrp
|
||||
ln gzip gzcat gunzip
|
||||
ln less more
|
||||
ln sh -sh # init invokes the shell this way
|
||||
ln reboot halt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user