+live-initramfs (1.177.1-1grml.02) unstable; urgency=low
+
+ * aufs2 in kernel 2.6.33 has a regression with regards to
+ accessing directories, causing e.g. FAI to fail.
+ A simple workaround in 05mountpoints addresses this issue.
+
+ -- Michael Prokop <mika@grml.org> Thu, 01 Apr 2010 15:08:46 +0200
+
live-initramfs (1.177.1-1grml.00) unstable; urgency=low
* New patch to prefer removable devices over non-removable devices,
echo " * Mounted live system from $MOUNTED_ON">/dev/console
fi
+# aufs2 in 2.6.33 has a regression: directories
+# can't be accessed when read for the first the time,
+# causing a failure when accessing /var/lib/fai for
+# example when booting FAI, this simple workaround solves it
+ls /root/* >/dev/null 2>&1
+
log_end_msg