From c99ac9f26c0c70f412844095c9d87d9c1357cb6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Feb 2013 22:28:36 +0100 Subject: Moving dracut entry-point stub to backends. --- backends/dracut/live.script | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 backends/dracut/live.script (limited to 'backends') 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 +} -- cgit v1.2.3