Moving dracut entry-point stub to backends.
[live-boot-grml.git] / backends / dracut / live.script
diff --git a/backends/dracut/live.script b/backends/dracut/live.script
new file mode 100755 (executable)
index 0000000..270fce9
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+#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
+       Main
+}