Add patch to properly boot from mdadm via findiso boot option [Closes: issue1270]
[live-boot-grml.git] / backends / initramfs-tools / live.script
index 7f99cc3..9646274 100755 (executable)
@@ -2,18 +2,12 @@
 
 #set -e
 
-if [ -e /lib/live/boot.sh ]
-then
-       . /lib/live/boot.sh
-fi
+. /lib/live/boot.sh
 
-if [ -e /scripts/functions ]
-then
-       . /scripts/functions
-fi
+. /scripts/functions
 
 mountroot ()
 {
        # initramfs-tools entry point for live-boot is mountroot(); function
-       Main
+       Live
 }