Adding upstream version 3.0~a1.
[live-boot-grml.git] / scripts / live
index e660ac4..a17eb42 100755 (executable)
@@ -1813,12 +1813,6 @@ 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"