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