X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=backends%2Finitramfs-tools%2Flive.script;h=7f99cc3f13918f274a5661a71befb0bf4cef554c;hb=02006eaef8a220c3740a4e4f9a7d53f352f9c193;hp=46576fb30be855a5f5039671caddde3926d6ae70;hpb=8bea91806e321b8fdcba43dd2808720054794734;p=live-boot-grml.git diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script index 46576fb..7f99cc3 100755 --- a/backends/initramfs-tools/live.script +++ b/backends/initramfs-tools/live.script @@ -6,3 +6,14 @@ if [ -e /lib/live/boot.sh ] then . /lib/live/boot.sh fi + +if [ -e /scripts/functions ] +then + . /scripts/functions +fi + +mountroot () +{ + # initramfs-tools entry point for live-boot is mountroot(); function + Main +}