#!/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 }