Reorganizing backend in source tree.
[live-boot-grml.git] / backend / dracut / live.script
diff --git a/backend/dracut/live.script b/backend/dracut/live.script
new file mode 100755 (executable)
index 0000000..223f355
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+#set -e
+
+. /lib/live/boot.sh
+
+DRACUT_FIXME ()
+{
+       # dracut entry point for live-boot is FIXME(); function
+       Live
+}