summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:12:02 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 16:57:23 -0500
commit9e1d95d2d0843b16611dd40bbac4052a46dd4a93 (patch)
tree2a5fd21a101104149d55c3c64b26d4231c547896 /scripts
parent079d5b906870d792141d357d2f3268203c3cb600 (diff)
Don't use the static versions of these anymore as they're likely to go away
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot12
1 files changed, 2 insertions, 10 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 0951944b6..7ed96d622 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -764,8 +764,8 @@ bin/zcat
etc/joe
sbin/arp
sbin/depmod
-sbin/dmraid.static
-sbin/dmsetup.static
+sbin/dmraid
+sbin/dmsetup
sbin/dump
sbin/ifconfig
sbin/insmod
@@ -936,14 +936,6 @@ rm -rf $yumconf $YUMDIR
chown -R root:root $DEST $DESTGR
chmod -R a+rX-w $DEST $DESTGR
-for i in $DEST $DESTGR; do
- # there's never a case with only one of these...
- if [ -f $i/sbin/dmraid.static ]; then
- mv $i/sbin/dmraid.static $i/sbin/dmraid
- mv $i/sbin/dmsetup.static $i/sbin/dmsetup
- fi
-done
-
# change mtimes to 0 (to match what happens on the cramfs)
for p in $DEST $DESTGR; do
$p/usr/lib/anaconda-runtime/fixmtime.py $DEBUG $p