From 584a2684c826777076df4bce16279f0a105fdc16 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 11 Jan 2000 16:49:05 +0000 Subject: Put back in collage-based mount and mknod in CD rescue image. Dr Mike --- upd-instroot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'upd-instroot') diff --git a/upd-instroot b/upd-instroot index ab24bc18b..68ba8fc3a 100755 --- a/upd-instroot +++ b/upd-instroot @@ -131,8 +131,6 @@ bin/gzip bin/ln bin/ls bin/mkdir -bin/mknod -bin/mount bin/mt bin/mv bin/ping @@ -343,7 +341,7 @@ make install-hd DESTDIR=$DEST > /dev/null make install DESTDIR=$DESTGR > /dev/null # clean collage out of larger image so we can use real commands like 'ls' -for i in collage cat chmod df gunzip ln ls lsmod mkdir mknod umount mount rm uncpio; do +for i in cat chmod df gunzip ln ls lsmod mkdir umount mount; do rm -f $DESTGR/usr/bin/$i done -- cgit