[Fai-commit] r5218 - people/michael/experimental/patches
mt at alioth.debian.org
mt at alioth.debian.org
Thu Oct 30 19:36:26 UTC 2008
Author: mt
Date: 2008-10-30 19:36:26 +0000 (Thu, 30 Oct 2008)
New Revision: 5218
Modified:
people/michael/experimental/patches/bugfix-464541
Log:
bugfix of bugfix, thanks to Jens Rosenboom
Modified: people/michael/experimental/patches/bugfix-464541
===================================================================
--- people/michael/experimental/patches/bugfix-464541 2008-10-28 10:07:11 UTC (rev 5217)
+++ people/michael/experimental/patches/bugfix-464541 2008-10-30 19:36:26 UTC (rev 5218)
@@ -11,7 +11,7 @@
[ "$fscheck" = 1 ] && fsck -nt $fstype $device
mount -t $fstype -o noatime $mopt $device $target$mountpoint
+ if [ "$mountpoint" = "/" ] ; then
-+ mkdir $target/var/lock $target/var/run
++ mkdir -p $target/var/lock $target/var/run
+ fi
esac
done
More information about the Fai-commit
mailing list