diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 00:21:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 00:21:46 +0000 |
commit | 88e10d67c982ae0373d7804ce7f5bf136ca906de (patch) | |
tree | dec57f3c7ec84a0448a8db3464ebe958df433010 /distrib/i386/floppies | |
parent | 7e77ba27c897a162c0a844ff571f5e6073abc12d (diff) |
put wicontrol on the floppy
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/common/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/common/list | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/instbin.conf b/distrib/i386/floppies/common/instbin.conf index f30e7bf4807..cda556b6101 100644 --- a/distrib/i386/floppies/common/instbin.conf +++ b/distrib/i386/floppies/common/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.13 2000/07/07 21:52:14 marc Exp $ +# $OpenBSD: instbin.conf,v 1.14 2001/01/27 00:21:45 deraadt Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -11,7 +11,7 @@ progs fsck_ffs ftp fdisk progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_kernfs mount_ext2fs progs mv newfs pax ksh ping reboot rm route -progs sed sleep stty umount +progs sed sleep stty umount wicontrol progs rsh restore gzip grep installboot ln chmod chgrp diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list index 0740f7101b5..f7a2cb54b47 100644 --- a/distrib/i386/floppies/common/list +++ b/distrib/i386/floppies/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.14 2000/07/02 18:18:02 millert Exp $ +# $OpenBSD: list,v 1.15 2001/01/27 00:21:45 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -21,6 +21,7 @@ LINK instbin bin/stty LINK instbin sbin/chown LINK instbin sbin/disklabel LINK instbin sbin/dhclient +LINK instbin sbin/wicontrol LINK instbin sbin/fdisk LINK instbin sbin/fsck sbin/fsck_ffs LINK instbin sbin/halt sbin/reboot |