diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 23:32:47 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 23:32:47 +0000 |
commit | da676f2871ee28994df34684e77e3e14391d2d2a (patch) | |
tree | 20a9eee114d3851a4fab1330601f4fab68e6748c /distrib/powerpc | |
parent | 0809cdeae0297968d87dd6693315ed63aca289ef (diff) |
Add dmesg to the ramdisk, since it was added to the install.md file...
Diffstat (limited to 'distrib/powerpc')
-rw-r--r-- | distrib/powerpc/ramdisk/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/powerpc/ramdisk/list | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/powerpc/ramdisk/instbin.conf b/distrib/powerpc/ramdisk/instbin.conf index 3a8212af32a..1b798579973 100644 --- a/distrib/powerpc/ramdisk/instbin.conf +++ b/distrib/powerpc/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.4 2001/04/17 05:49:03 drahn Exp $ +# $OpenBSD: instbin.conf,v 1.5 2001/06/26 23:32:45 drahn Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -7,7 +7,7 @@ srcdirs distrib/special srcdirs usr.bin bin sbin usr.sbin gnu/usr.bin progs dd mount_cd9660 df dhclient mount mount_ext2fs sync restore newfs_msdos -progs stty ln disklabel pax ping cat ifconfig ls +progs stty ln disklabel pax ping cat ifconfig dmesg ls progs less mount_nfs pdisk fdisk grep umount mount_msdos rsh fsck progs scsi mknod route ftp mount_ffs reboot ed progs cp gzip chmod fsck_ffs sort init newfs mount_kernfs diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list index 9b4ed17c5fc..a780b21ff2c 100644 --- a/distrib/powerpc/ramdisk/list +++ b/distrib/powerpc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.20 2001/06/23 19:44:54 deraadt Exp $ +# $OpenBSD: list,v 1.21 2001/06/26 23:32:46 drahn Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -36,6 +36,7 @@ LINK instbin sbin/reboot sbin/halt LINK instbin sbin/ifconfig LINK instbin sbin/init LINK instbin sbin/dhclient +LINK instbin sbin/dmesg LINK instbin sbin/mknod LINK instbin sbin/mount LINK instbin sbin/mount_cd9660 |