nuke slattach and restore/rrestore to get back space taken by new rpc code
This commit is contained in:
parent
b0d51d4783
commit
4a6f6fd467
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.8 2000/06/07 19:38:00 matt Exp $
|
||||
# $NetBSD: list,v 1.9 2000/06/10 04:56:12 matt Exp $
|
||||
|
||||
# Do this first in case spwd.db and pwd.db fill disk
|
||||
COPY ${CURDIR}/../../../etc/master.passwd etc/master.passwd
|
||||
@ -32,8 +32,6 @@ LINK ramdiskbin bin/rm
|
||||
LINK ramdiskbin bin/sh
|
||||
LINK ramdiskbin bin/stty
|
||||
LINK ramdiskbin bin/sync
|
||||
LINK ramdiskbin bin/test
|
||||
LINK ramdiskbin bin/[
|
||||
LINK ramdiskbin sbin/disklabel
|
||||
LINK ramdiskbin sbin/fdisk
|
||||
LINK ramdiskbin sbin/fsck
|
||||
@ -51,11 +49,10 @@ LINK ramdiskbin sbin/mount_kernfs
|
||||
LINK ramdiskbin sbin/newfs
|
||||
LINK ramdiskbin sbin/ping
|
||||
LINK ramdiskbin sbin/reboot
|
||||
LINK ramdiskbin sbin/restore
|
||||
#LINK ramdiskbin sbin/restore
|
||||
LINK ramdiskbin sbin/route
|
||||
LINK ramdiskbin sbin/rrestore
|
||||
#LINK ramdiskbin sbin/rrestore
|
||||
LINK ramdiskbin sbin/shutdown
|
||||
LINK ramdiskbin sbin/slattach
|
||||
LINK ramdiskbin sbin/swapctl
|
||||
LINK ramdiskbin sbin/umount
|
||||
SYMLINK /bin/cat usr/bin/chgrp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.6 2000/06/10 04:29:31 matt Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.7 2000/06/10 04:56:12 matt Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
@ -8,8 +8,8 @@ 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
|
||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
|
||||
progs route sed sh shutdown slattach stty swapctl sync test
|
||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot rm
|
||||
progs route sed sh shutdown stty swapctl sync
|
||||
progs umount
|
||||
progs sysinst pax
|
||||
|
||||
@ -27,13 +27,12 @@ ln chown chgrp
|
||||
ln gzip gzcat gunzip
|
||||
ln less more
|
||||
ln sh -sh # init invokes the shell this way
|
||||
ln test [
|
||||
#ln test [
|
||||
ln mount_cd9660 cd9660
|
||||
ln mount_ffs ffs
|
||||
ln mount_nfs nfs
|
||||
ln mount_kernfs kernfs
|
||||
ln reboot halt
|
||||
ln restore rrestore
|
||||
ln pax tar
|
||||
|
||||
libs -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm
|
||||
|
Loading…
Reference in New Issue
Block a user