diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-08-17 13:58:22 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-08-17 13:58:22 +0000 |
commit | 3c3de24867f8cc1c590dc671a58a167c2ee8db7a (patch) | |
tree | b4ef10bc6927c73da5f8ed9304a49192090824d9 /distrib/i386/floppies | |
parent | 66f2341a7cfd33fad27d4d2414319371c9367adb (diff) |
Make floppyC29.fs installable again.
With kernfs gone, dmesg must be compiled into the image. Also
add hostname as in ../common/*.
Encountered by George Shaffer. ok deraadt@.
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/ramdiskC/instbin.conf | 6 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdiskC/list | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/distrib/i386/floppies/ramdiskC/instbin.conf b/distrib/i386/floppies/ramdiskC/instbin.conf index c15058518ff..3b85beef516 100644 --- a/distrib/i386/floppies/ramdiskC/instbin.conf +++ b/distrib/i386/floppies/ramdiskC/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.2 2001/06/23 19:44:43 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.3 2001/08/17 13:58:21 krw Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -6,8 +6,8 @@ srcdirs distrib/special bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin srcdirs usr.sbin/pppd sys/arch/i386/stand -progs cat chmod cp dd df disklabel dhclient ed -progs fsck_ffs ftp fdisk +progs cat chmod cp dd df disklabel dhclient dmesg +progs ed fsck_ffs ftp fdisk hostname progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_ext2fs progs mv newfs pax ksh ping reboot rm route diff --git a/distrib/i386/floppies/ramdiskC/list b/distrib/i386/floppies/ramdiskC/list index 878fb4850ed..206e6bb38fa 100644 --- a/distrib/i386/floppies/ramdiskC/list +++ b/distrib/i386/floppies/ramdiskC/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2001/06/23 19:44:43 deraadt Exp $ +# $OpenBSD: list,v 1.4 2001/08/17 13:58:21 krw Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -15,6 +15,7 @@ LINK instbin bin/ls LINK instbin bin/mkdir LINK instbin bin/mv LINK instbin bin/rm +LINK instbin bin/hostname LINK instbin bin/sh bin/ksh LINK instbin bin/sleep LINK instbin bin/stty @@ -24,6 +25,7 @@ LINK instbin sbin/dhclient LINK instbin sbin/wicontrol LINK instbin sbin/ancontrol LINK instbin sbin/fdisk +LINK instbin sbin/dmesg LINK instbin sbin/fsck sbin/fsck_ffs LINK instbin sbin/halt sbin/reboot LINK instbin sbin/ifconfig |