diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-28 06:50:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-28 06:50:52 +0000 |
commit | 90d14a4139ef8d41274c9e16434f757e6c67aaa8 (patch) | |
tree | 63ce709164881aedeb5cee35d361b34a3efdbf61 /distrib/i386 | |
parent | ecad6245783da77983570bda3f00186506eea55f (diff) |
put swapon on i386 floppy
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/i386/floppies/ramdisk/instbin.conf b/distrib/i386/floppies/ramdisk/instbin.conf index b3152497201..b4a23364708 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.24 1998/10/10 06:57:15 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.25 1999/02/28 06:50:51 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 tip umount +progs sed sleep stty swapon 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 9e3468ec263..1841754eb90 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.23 1998/10/10 06:57:15 deraadt Exp $ +# $OpenBSD: list,v 1.24 1999/02/28 06:50:51 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -38,6 +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/umount LINK instbin usr/bin/egrep usr/bin/fgrep usr/bin/grep LINK instbin usr/bin/ftp |