summaryrefslogtreecommitdiff
path: root/backends/dracut/live.script
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dracut/live.script')
-rwxr-xr-xbackends/dracut/live.script14
1 files changed, 14 insertions, 0 deletions
diff --git a/backends/dracut/live.script b/backends/dracut/live.script
new file mode 100755
index 0000000..270fce9
--- /dev/null
+++ b/backends/dracut/live.script
@@ -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
+}