X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=e660ac47845648c40d50ee53d54eb91c5a687507;hb=7c264d525e057a829a16188899c8135c9a8bc9df;hp=a17eb423fca132f0aaf03c8ca6f956766eaef797;hpb=7d2c0beac6ca0ee098c65d3139a42ee8f8bce7ef;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index a17eb42..e660ac4 100755 --- a/scripts/live +++ b/scripts/live @@ -1813,6 +1813,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"