Moving dracut entry-point stub to backends.
authorDaniel Baumann <daniel@debian.org>
Thu, 28 Feb 2013 21:28:36 +0000 (22:28 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:15 +0000 (13:54 +0200)
backends/dracut/live.script [moved from scripts/boot/0010-dracut with 63% similarity]

similarity index 63%
rename from scripts/boot/0010-dracut
rename to backends/dracut/live.script
index 19db182..270fce9 100755 (executable)
@@ -2,6 +2,11 @@
 
 #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