223f3553112aa408d71d0af38f58383675a5e117
[live-boot-grml.git] / backend / 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         Live
11 }