Reorganizing frontend in source tree.
[live-boot-grml.git] / backend / dracut / live.script
1 #!/bin/sh
2
3 #set -e
4
5 . /bin/live-boot
6
7 DRACUT_FIXME ()
8 {
9         # dracut entry point for live-boot is FIXME(); function
10         Live
11 }