summaryrefslogtreecommitdiff
path: root/backends/dracut/live.script
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 21:27:15 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-06-24 21:27:20 +0200
commit9bb62c8a50e9e92b0e0d637c624d364be6a911ca (patch)
treef317b309f6f05c57bb7b71b3ae8ebae44685bed1 /backends/dracut/live.script
parent63be2febead200d33e4a0f734df243551cc9800a (diff)
downloadlive-boot-9bb62c8a50e9e92b0e0d637c624d364be6a911ca.tar.gz
live-boot-9bb62c8a50e9e92b0e0d637c624d364be6a911ca.zip
Reorganizing backend in source tree.
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
-}