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