diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hp300/ramdisk/list | 3 | ||||
-rw-r--r-- | distrib/hp300/ramdisk/raminst.conf | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index ed15f69ac70..43edb38c3cc 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.23 2001/10/08 19:26:14 deraadt Exp $ +# $OpenBSD: list,v 1.24 2001/10/20 01:40:28 millert Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -8,6 +8,7 @@ LINK raminst bin/df LINK raminst bin/dd LINK raminst bin/ed LINK raminst bin/expr +LINK raminst bin/hostname LINK raminst bin/ln LINK raminst bin/ls LINK raminst bin/mkdir diff --git a/distrib/hp300/ramdisk/raminst.conf b/distrib/hp300/ramdisk/raminst.conf index dd3f7778022..a7f272b9dd1 100644 --- a/distrib/hp300/ramdisk/raminst.conf +++ b/distrib/hp300/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.15 2001/10/02 01:08:11 deraadt Exp $ +# $OpenBSD: raminst.conf,v 1.16 2001/10/20 01:40:28 millert Exp $ # # raminst.conf - unified binary for the RAM disk # @@ -8,7 +8,7 @@ srcdirs distrib/special bin sbin usr.bin/less gnu/usr.bin usr.bin usr.sbin srcdirs usr.bin/vi progs cat chmod cp dd df disklabel dhclient dmesg ed expr -progs fsck_ffs ftp grep gzip ifconfig init less ln ls +progs fsck_ffs ftp hostname grep gzip ifconfig init less ln ls progs mkdir mknod mount mount_cd9660 mount_ffs mount_nfs progs mv newfs pax ksh ping reboot rm route build progs sed sleep sort stty sync umount restore |