Cleanup /tmp/.ICE-unix to prevent a unionfs (2.5.9.1) oops at boot in cleanfs initscript
This commit is contained in:
parent
388763a5e5
commit
987cc2cfaf
@ -105,6 +105,9 @@ find $MOUNTDIR/usr/share/locale \
|
||||
-maxdepth 1 -mindepth 1 -type d \
|
||||
! -name it* ! -name en* ! -name C ! -name l10n -exec rm -rf {} \;
|
||||
|
||||
# cleanup: prevent generating a cleanfs script crash due to a unionfs bug
|
||||
rm -rf $MOUNTDIR/tmp/.ICE-unix
|
||||
|
||||
#$CHROOTCMD chkconfig --add acpid ||
|
||||
# { echo "$mkcd_me: fatal error, aborting installation" >&2
|
||||
# { (exit 1); exit 1; }; }
|
||||
|
Loading…
Reference in New Issue
Block a user