Reorganizing backend in source tree.
[live-boot-grml.git] / backends / initramfs-tools / live.script
diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script
deleted file mode 100755 (executable)
index 9646274..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-. /lib/live/boot.sh
-
-. /scripts/functions
-
-mountroot ()
-{
-       # initramfs-tools entry point for live-boot is mountroot(); function
-       Live
-}