From: tholo Date: Sat, 3 May 1997 07:48:12 +0000 (+0000) Subject: Add some binaries to ramdisk image X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=150715e5ec87757ba6feea1330bd7fdab533dd19;p=openbsd Add some binaries to ramdisk image --- diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list index 92c35e6ba94..b0f0c0bc5a6 100644 --- a/distrib/i386/floppies/common/list +++ b/distrib/i386/floppies/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 1997/04/25 18:51:28 deraadt Exp $ +# $OpenBSD: list,v 1.7 1997/05/03 07:48:12 tholo Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -17,6 +17,7 @@ LINK instbin bin/mv LINK instbin bin/pwd LINK instbin bin/rm LINK instbin bin/sh +LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync LINK instbin bin/tar @@ -46,14 +47,19 @@ LINK instbin sbin/shutdown LINK instbin sbin/slattach LINK instbin sbin/umount SYMLINK /bin/cat usr/bin/awk +SYMLINK /bin/cat usr/bin/cut SYMLINK /bin/cat usr/bin/chgrp +SYMLINK /bin/cat usr/bin/egrep +SYMLINK /bin/cat usr/bin/fgrep SYMLINK /bin/cat usr/bin/ftp +SYMLINK /bin/cat usr/bin/grep SYMLINK /bin/cat usr/bin/gzip SYMLINK /bin/cat usr/bin/gunzip SYMLINK /bin/cat usr/bin/less SYMLINK /bin/cat usr/bin/more SYMLINK /bin/cat usr/bin/rsh SYMLINK /bin/cat usr/bin/sed +SYMLINK /bin/cat usr/bin/sort SYMLINK /bin/cat usr/bin/strings SYMLINK /bin/cat usr/bin/tip SYMLINK /bin/cat usr/sbin/bad144 diff --git a/distrib/i386/floppies/ramdisk/instbin.conf b/distrib/i386/floppies/ramdisk/instbin.conf index 8885d65e66f..59abe7ce9f4 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.5 1997/04/25 18:51:29 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.6 1997/05/03 07:48:13 tholo Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -10,8 +10,8 @@ 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 pdksh ping pppd pwd reboot rm route -progs scsi sed shutdown slattach strings stty sync test tip umount -progs rsh restore gzip +progs scsi sed shutdown slattach sleep strings stty sync test tip umount +progs rsh restore gzip sort grep cut ln chown chgrp ln fsck_ffs fsck @@ -23,5 +23,7 @@ ln pdksh -sh # init invokes the shell this way ln test [ ln reboot halt ln gzip gunzip +ln grep egrep +ln grep fgrep libs -ledit -lutil -ltermcap -lkrb -ldes -ll -lm