diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-07 09:09:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-07 09:09:30 +0000 |
commit | 3aa884fb6dec3d018b666c9bc81f82634a7fb86d (patch) | |
tree | 58078d91a82804b98f6f5073f0c5ce5d305baeae /distrib | |
parent | fef766d44669198314b5e391d7922a9c528eff97 (diff) |
no need for /bin/test on the floppy
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/ramdisk/instbin.conf | 5 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/distrib/i386/floppies/ramdisk/instbin.conf b/distrib/i386/floppies/ramdisk/instbin.conf index 726cde75f2f..41a36736d11 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.21 1998/09/24 06:43:27 millert Exp $ +# $OpenBSD: instbin.conf,v 1.22 1998/10/07 09:09:29 deraadt Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -11,7 +11,7 @@ progs expr fsck_ffs ftp fdisk hostname progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mount_kernfs mount_ext2fs progs mv newfs pax ksh ping pwd reboot rm route -progs scsi sed sleep stty sync test tip umount +progs scsi sed sleep stty sync tip umount progs rsh restore gzip sort grep installboot ln chown chgrp @@ -21,7 +21,6 @@ ln pax tar ln pax cpio ln ksh sh ln ksh -sh # init invokes the shell this way -ln test [ ln reboot halt ln gzip gunzip ln grep egrep diff --git a/distrib/i386/floppies/ramdisk/list b/distrib/i386/floppies/ramdisk/list index ad1c720efd3..0cb571f0ab8 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.19 1998/09/24 06:43:27 millert Exp $ +# $OpenBSD: list,v 1.20 1998/10/07 09:09:29 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -21,7 +21,6 @@ LINK instbin bin/sh bin/ksh LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync -LINK instbin bin/test bin/[ LINK instbin sbin/disklabel LINK instbin sbin/dhclient LINK instbin sbin/fdisk |