summaryrefslogtreecommitdiff
path: root/backends/dracut/live.script
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dracut/live.script')
-rwxr-xr-xbackends/dracut/live.script11
1 files changed, 0 insertions, 11 deletions
diff --git a/backends/dracut/live.script b/backends/dracut/live.script
deleted file mode 100755
index 223f355..0000000
--- a/backends/dracut/live.script
+++ /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
-}