diff options
| -rwxr-xr-x | scripts/boot/0010-dracut | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/boot/0010-dracut b/scripts/boot/0010-dracut new file mode 100755 index 0000000..19db182 --- /dev/null +++ b/scripts/boot/0010-dracut @@ -0,0 +1,9 @@ +#!/bin/sh + +#set -e + +DRACUT_FIXME () +{ + # dracut entry point for live-boot is FIXME(); function + Main +} |
