diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-22 20:20:50 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-22 20:20:50 +0000 |
commit | 96b90741d049e554ef902372eb06b7200ed28572 (patch) | |
tree | 70662519b8902fec10f58378ac7a3c28c005be53 /distrib/sparc | |
parent | 225ce63f48419f38d25074d251906434051f0a81 (diff) |
Remove gzip from many install floppies; not needed with zlib part of pax/tar
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/floppies/inst-common/instbin.conf | 7 | ||||
-rw-r--r-- | distrib/sparc/floppies/inst-common/list | 5 |
2 files changed, 4 insertions, 8 deletions
diff --git a/distrib/sparc/floppies/inst-common/instbin.conf b/distrib/sparc/floppies/inst-common/instbin.conf index d149342f7bb..1708c46d432 100644 --- a/distrib/sparc/floppies/inst-common/instbin.conf +++ b/distrib/sparc/floppies/inst-common/instbin.conf @@ -1,19 +1,18 @@ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.2 1996/06/29 05:54:24 tholo Exp $ +# $Id: instbin.conf,v 1.3 1996/09/22 20:20:48 tholo Exp $ # srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck ftp gawk -progs gzip ifconfig init ln ls mkdir mknod more mount mount_cd9660 +progs ifconfig init ln ls mkdir mknod more mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mv newfs pax ping pwd reboot rm route progs sed sh shutdown slattach strings stty sync test tip umount progs update ln chown chgrp ln gawk awk -ln gzip gzcat gunzip ln pax tar ln sh -sh # init invokes the shell this way ln test [ @@ -23,4 +22,4 @@ ln mount_msdos msdos ln mount_nfs nfs ln reboot halt -libs -ledit -lutil -ltermcap -lcrypt -ll -lm +libs -ledit -lutil -ltermcap -lcrypt -ll -lz -lm diff --git a/distrib/sparc/floppies/inst-common/list b/distrib/sparc/floppies/inst-common/list index 9fdceb6e215..c8746ba5ab9 100644 --- a/distrib/sparc/floppies/inst-common/list +++ b/distrib/sparc/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.2 1996/06/29 05:54:25 tholo Exp $ +# $Id: list,v 1.3 1996/09/22 20:20:48 tholo Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -42,9 +42,6 @@ LINK instbin sbin/umount SYMLINK /bin/cat usr/bin/awk SYMLINK /bin/cat usr/bin/chgrp SYMLINK /bin/cat usr/bin/ftp -SYMLINK /bin/cat usr/bin/gunzip -SYMLINK /bin/cat usr/bin/gzcat -SYMLINK /bin/cat usr/bin/gzip SYMLINK /bin/cat usr/bin/more SYMLINK /bin/cat usr/bin/sed SYMLINK /bin/cat usr/bin/strings |