From 987cc2cfafb326eab7c9e2157e1404abc07a0991 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 22 May 2011 15:17:53 +0200 Subject: [PATCH] Cleanup /tmp/.ICE-unix to prevent a unionfs (2.5.9.1) oops at boot in cleanfs initscript --- makedist.inc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makedist.inc.sh b/makedist.inc.sh index 4982f5b..2e8251b 100644 --- a/makedist.inc.sh +++ b/makedist.inc.sh @@ -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; }; }