Moving initramfs-tools entry-point to backends.
[live-boot-grml.git] / backends / initramfs-tools / live.script
index 46576fb..7f99cc3 100755 (executable)
@@ -6,3 +6,14 @@ if [ -e /lib/live/boot.sh ]
 then
        . /lib/live/boot.sh
 fi
+
+if [ -e /scripts/functions ]
+then
+       . /scripts/functions
+fi
+
+mountroot ()
+{
+       # initramfs-tools entry point for live-boot is mountroot(); function
+       Main
+}