diff options
Diffstat (limited to 'backends/dracut/live.script')
| -rwxr-xr-x | backends/dracut/live.script | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} |
