Adding upstream version 4.0~a8.
[live-boot-grml.git] / backends / initramfs-tools / live.script
index 46576fb..1c6ebbf 100755 (executable)
@@ -2,7 +2,12 @@
 
 #set -e
 
-if [ -e /lib/live/boot.sh ]
-then
-       . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
+
+. /scripts/functions
+
+mountroot ()
+{
+       # initramfs-tools entry point for live-boot is mountroot(); function
+       Main
+}