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/arm32 | |
parent | 225ce63f48419f38d25074d251906434051f0a81 (diff) |
Remove gzip from many install floppies; not needed with zlib part of pax/tar
Diffstat (limited to 'distrib/arm32')
-rw-r--r-- | distrib/arm32/floppies/inst-common/instbin.conf | 5 | ||||
-rw-r--r-- | distrib/arm32/floppies/inst-common/list | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/distrib/arm32/floppies/inst-common/instbin.conf b/distrib/arm32/floppies/inst-common/instbin.conf index dbeac1091bd..26062b9d9b3 100644 --- a/distrib/arm32/floppies/inst-common/instbin.conf +++ b/distrib/arm32/floppies/inst-common/instbin.conf @@ -5,7 +5,7 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin progs cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs ftp gawk grep -progs gzip ifconfig init less ln ls mkdir mknod mount mount_cd9660 +progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mount_kernfs progs mv newfs ping printf pwd reboot rm route progs sed sh shutdown slattach strings stty sync tar test tip umount @@ -15,7 +15,6 @@ ln chown chgrp ln fsck_ffs fsck ln gawk awk ln grep egrep -ln gzip gzcat gunzip ln sh -sh # init invokes the shell this way ln test [ ln mount_cd9660 cd9660 @@ -26,4 +25,4 @@ ln mount_kernfs kernfs ln less more ln reboot halt -libs -ledit -lutil -ltermcap -lcrypt -ll -lm +libs -ledit -lutil -ltermcap -lcrypt -ll -lz -lm diff --git a/distrib/arm32/floppies/inst-common/list b/distrib/arm32/floppies/inst-common/list index 3075cf8e347..5acb4972a3e 100644 --- a/distrib/arm32/floppies/inst-common/list +++ b/distrib/arm32/floppies/inst-common/list @@ -46,9 +46,6 @@ SYMLINK /bin/cat usr/bin/cksum SYMLINK /bin/cat usr/bin/cmp SYMLINK /bin/cat usr/bin/cut 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/grep SYMLINK /bin/cat usr/bin/more SYMLINK /bin/cat usr/bin/printf |