diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-04 00:01:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-04 00:01:25 +0000 |
commit | 4348a1db298e316ff97b26d9a42bf3f0b4cf9813 (patch) | |
tree | 33b6696b4f45ae8f023c26ca056a1690326aaa89 /distrib/i386 | |
parent | 7eab1b3c276b4459c5e8878291135d5eb5a19888 (diff) |
swapon now fits again
Diffstat (limited to 'distrib/i386')
-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 68f33f2a314..757f698eebe 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.26 1999/03/02 05:47:24 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.27 1999/03/04 00:01:23 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 487738eb24b..6b15cbbd1dc 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.25 1999/03/02 05:47:24 deraadt Exp $ +# $OpenBSD: list,v 1.26 1999/03/04 00:01: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 |