diff options
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 2de74fb2c..d3ab88bea 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -915,11 +915,6 @@ rm -rf $yumconf $YUMDIR chown -R root:root $DEST $DESTGR chmod -R a+rX-w $DEST $DESTGR -# 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 -done - # Remove locales unused during the install cat $DESTGR/usr/lib/anaconda/lang-table* | awk ' { gsub("-", "", $4); |