X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=backend%2Finitramfs-tools%2Flive.script;fp=backend%2Finitramfs-tools%2Flive.script;h=964627463366143cb323e91db2b85073da3ac79e;hb=9bb62c8a50e9e92b0e0d637c624d364be6a911ca;hp=0000000000000000000000000000000000000000;hpb=63be2febead200d33e4a0f734df243551cc9800a;p=live-boot-grml.git diff --git a/backend/initramfs-tools/live.script b/backend/initramfs-tools/live.script new file mode 100755 index 0000000..9646274 --- /dev/null +++ b/backend/initramfs-tools/live.script @@ -0,0 +1,13 @@ +#!/bin/sh + +#set -e + +. /lib/live/boot.sh + +. /scripts/functions + +mountroot () +{ + # initramfs-tools entry point for live-boot is mountroot(); function + Live +}