X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=0e9b0aa9f34e2dc9fab34e011064f403641ce1d2;hb=146ac6cb3f812752041232cad6abbcf0247874f8;hp=07226fad3f73b4d143ea6e3d891492d9c36c5040;hpb=483e667bb3f2bc582c7cf99d9c3d6f7799291d64;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 07226fa..0e9b0aa 100755 --- a/scripts/live +++ b/scripts/live @@ -1874,6 +1874,12 @@ mountroot () mount --move /live/image /root/live/image fi + # aufs2 in kernel versions around 2.6.33 has a regression: + # directories can't be accessed when read for the first the time, + # causing a failure for example when accessing /var/lib/fai + # when booting FAI, this simple workaround solves it + ls /root/* >/dev/null 2>&1 + maybe_break live-bottom log_begin_msg "Running /scripts/live-bottom\n"