Moving dracut entry-point stub to backends.
[live-boot-grml.git] / backends / dracut / live.script
similarity index 63%
rename from scripts/boot/0010-dracut
rename to backends/dracut/live.script
index 19db182..270fce9 100755 (executable)
@@ -2,6 +2,11 @@
 
 #set -e
 
+if [ -e /lib/live/boot.sh ]
+then
+       . /lib/live/boot.sh
+fi
+
 DRACUT_FIXME ()
 {
        # dracut entry point for live-boot is FIXME(); function