From c99ac9f26c0c70f412844095c9d87d9c1357cb6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Feb 2013 22:28:36 +0100 Subject: [PATCH] Moving dracut entry-point stub to backends. --- scripts/boot/0010-dracut => backends/dracut/live.script | 5 +++++ 1 file changed, 5 insertions(+) rename scripts/boot/0010-dracut => backends/dracut/live.script (63%) diff --git a/scripts/boot/0010-dracut b/backends/dracut/live.script similarity index 63% rename from scripts/boot/0010-dracut rename to backends/dracut/live.script index 19db182..270fce9 100755 --- a/scripts/boot/0010-dracut +++ b/backends/dracut/live.script @@ -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 -- 2.1.4