summaryrefslogtreecommitdiff
path: root/backends/dracut/live.script
blob: 270fce9d6c1b0769d806b116885fae324b77a9bc (plain)
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
}