diff options
| author | Jeremy Katz <katzj@redhat.com> | 2008-02-13 12:12:02 -0500 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2008-02-14 16:57:23 -0500 |
| commit | 9e1d95d2d0843b16611dd40bbac4052a46dd4a93 (patch) | |
| tree | 2a5fd21a101104149d55c3c64b26d4231c547896 /scripts | |
| parent | 079d5b906870d792141d357d2f3268203c3cb600 (diff) | |
Don't use the static versions of these anymore as they're likely to go away
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 12 |
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 |
