Add tset(1).
This commit is contained in:
parent
bf64e85e53
commit
75367b2996
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: list,v 1.1 1998/02/01 01:58:54 thorpej Exp $
|
# $NetBSD: list,v 1.2 1998/02/01 02:16:43 thorpej Exp $
|
||||||
|
|
||||||
# copy the crunched binary, link to it, and kill it
|
# copy the crunched binary, link to it, and kill it
|
||||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||||
|
@ -53,6 +53,7 @@ SYMLINK /bin/cat usr/bin/sed
|
||||||
SYMLINK /bin/cat usr/bin/strings
|
SYMLINK /bin/cat usr/bin/strings
|
||||||
SYMLINK /bin/cat usr/bin/tar
|
SYMLINK /bin/cat usr/bin/tar
|
||||||
SYMLINK /bin/cat usr/bin/tip
|
SYMLINK /bin/cat usr/bin/tip
|
||||||
|
SYMLINK /bin/cat usr/bin/tset
|
||||||
SYMLINK /bin/cat usr/mdec/installboot
|
SYMLINK /bin/cat usr/mdec/installboot
|
||||||
SYMLINK /bin/cat usr/sbin/bad144
|
SYMLINK /bin/cat usr/sbin/bad144
|
||||||
SYMLINK /bin/cat usr/sbin/chown
|
SYMLINK /bin/cat usr/sbin/chown
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ramdiskbin.conf,v 1.1 1998/02/01 01:58:55 thorpej Exp $
|
# $NetBSD: ramdiskbin.conf,v 1.2 1998/02/01 02:16:44 thorpej Exp $
|
||||||
#
|
#
|
||||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||||
#
|
#
|
||||||
|
@ -10,7 +10,7 @@ progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
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 mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
|
||||||
progs route sed sh shutdown slattach strings stty sync tar test
|
progs route sed sh shutdown slattach strings stty sync tar test
|
||||||
progs tip umount update
|
progs tip tset umount update
|
||||||
progs sysinst
|
progs sysinst
|
||||||
|
|
||||||
special sysinst srcdir distrib/utils/sysinst/arch/alpha
|
special sysinst srcdir distrib/utils/sysinst/arch/alpha
|
||||||
|
|
Loading…
Reference in New Issue