X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=backends%2Finitramfs-tools%2Flive.script;h=964627463366143cb323e91db2b85073da3ac79e;hb=c06cdf4200961e9fcf9a3c785e3da7bc7ee9604d;hp=ad67e24601c319bf90c9b6c14b4936aab98deb1e;hpb=4bd662d6947608f3a92416b599e2286718f16c61;p=live-boot-grml.git diff --git a/backends/initramfs-tools/live.script b/backends/initramfs-tools/live.script index ad67e24..9646274 100755 --- a/backends/initramfs-tools/live.script +++ b/backends/initramfs-tools/live.script @@ -2,7 +2,12 @@ #set -e -if [ -e /lib/live/boot.sh ] -then - /lib/live/boot.sh ${@} -fi +. /lib/live/boot.sh + +. /scripts/functions + +mountroot () +{ + # initramfs-tools entry point for live-boot is mountroot(); function + Live +}