diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-02 05:47:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-02 05:47:25 +0000 |
commit | c7ad6348e83079407df30f897ea3b03ac4c74091 (patch) | |
tree | ced00bf181f1487c436d2c16c72ad2ca363a78d0 /distrib | |
parent | e96054da96a7b31614dcb8ddf819382d5fa58759 (diff) |
argh, swapon does not fit
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/ramdisk/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/i386/floppies/ramdisk/instbin.conf b/distrib/i386/floppies/ramdisk/instbin.conf index b4a23364708..68f33f2a314 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.25 1999/02/28 06:50:51 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.26 1999/03/02 05:47:24 deraadt Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -11,7 +11,7 @@ progs expr fsck_ffs ftp fdisk 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 reboot rm route -progs sed sleep stty swapon tip umount +progs sed sleep stty tip umount progs rsh restore gzip sort grep installboot ln chown chgrp diff --git a/distrib/i386/floppies/ramdisk/list b/distrib/i386/floppies/ramdisk/list index 1841754eb90..487738eb24b 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.24 1999/02/28 06:50:51 deraadt Exp $ +# $OpenBSD: list,v 1.25 1999/03/02 05:47:24 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -38,7 +38,7 @@ LINK instbin sbin/ping LINK instbin sbin/restore LINK instbin sbin/route #LINK instbin sbin/scsi -LINK instbin sbin/swapon +#LINK instbin sbin/swapon LINK instbin sbin/umount LINK instbin usr/bin/egrep usr/bin/fgrep usr/bin/grep LINK instbin usr/bin/ftp |