diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
commit | e7ba098a6dde243a90180787f3c0999eece7efec (patch) | |
tree | 7c71e86e2ca91bceb37e74bc210fede50bdc95e4 /distrib/mac68k | |
parent | 6765702568d2cce079bc23c1855e40ba4632e05e (diff) |
Update for removal of GNU tar(1)
Diffstat (limited to 'distrib/mac68k')
-rw-r--r-- | distrib/mac68k/inst-common/list | 2 | ||||
-rw-r--r-- | distrib/mac68k/inst-common/raminst.conf | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/mac68k/inst-common/list b/distrib/mac68k/inst-common/list index fa18961bb4f..657196aa566 100644 --- a/distrib/mac68k/inst-common/list +++ b/distrib/mac68k/inst-common/list @@ -21,6 +21,7 @@ LINK raminst bin/sh LINK raminst bin/-sh LINK raminst bin/stty LINK raminst bin/sync +LINK raminst bin/tar LINK raminst bin/test LINK raminst bin/[ LINK raminst sbin/disklabel @@ -48,7 +49,6 @@ LINK raminst usr/bin/more LINK raminst usr/bin/printf LINK raminst usr/bin/sed LINK raminst usr/bin/strings -LINK raminst usr/bin/tar LINK raminst usr/bin/tip LINK raminst usr/sbin/chown LINK raminst usr/sbin/chroot diff --git a/distrib/mac68k/inst-common/raminst.conf b/distrib/mac68k/inst-common/raminst.conf index 55c01cc0543..5e482bf614a 100644 --- a/distrib/mac68k/inst-common/raminst.conf +++ b/distrib/mac68k/inst-common/raminst.conf @@ -9,12 +9,13 @@ srcdirs /usr/src/gnu/usr.bin progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660 -progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route -progs sed sh shutdown slattach strings stty sync tar test tip umount update +progs mount_ffs mount_msdos mount_nfs mv newfs pax printf pwd reboot rm route +progs sed sh shutdown slattach strings stty sync test tip umount update ln chown chgrp ln gzip gzcat gunzip ln sh -sh # init invokes the shell this way +ln pax tar ln test [ ln mount_ffs ffs |