1 2 3 4 5 6 7 8 9 10 11 12 13 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 }