summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-01-11 16:49:05 +0000
committerMike Fulbright <msf@redhat.com>2000-01-11 16:49:05 +0000
commit584a2684c826777076df4bce16279f0a105fdc16 (patch)
treee07ed2197ae53a1a9a17fce9406dc69661c58f5c /upd-instroot
parent623253a700fd3a7f707d622c44bae00d9dabc5b3 (diff)
downloadanaconda-584a2684c826777076df4bce16279f0a105fdc16.tar.gz
anaconda-584a2684c826777076df4bce16279f0a105fdc16.tar.xz
anaconda-584a2684c826777076df4bce16279f0a105fdc16.zip
Put back in collage-based mount and mknod in CD rescue image.
Dr Mike
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot4
1 files changed, 1 insertions, 3 deletions
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