270fce9d6c1b0769d806b116885fae324b77a9bc
[live-boot-grml.git] / backends / dracut / live.script
1 #!/bin/sh
2
3 #set -e
4
5 if [ -e /lib/live/boot.sh ]
6 then
7         . /lib/live/boot.sh
8 fi
9
10 DRACUT_FIXME ()
11 {
12         # dracut entry point for live-boot is FIXME(); function
13         Main
14 }