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