X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=0e9b0aa9f34e2dc9fab34e011064f403641ce1d2;hb=c84df2e0e459c3d13f924d0334fdb836e56d69b2;hp=07226fad3f73b4d143ea6e3d891492d9c36c5040;hpb=208f5edf15809e85af2bd11fff1d9e43ede6fe0b;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"