X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=backend%2Finitramfs-tools%2Flive.script;fp=backend%2Finitramfs-tools%2Flive.script;h=ff2915af5e6144a694d2805d85cda81a245599c7;hb=3b9aa28dd04d694d49a07cf4d13fc8c704891f5b;hp=0000000000000000000000000000000000000000;hpb=659360c19ad0a28a430545149fc2c4f834d11007;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..ff2915a --- /dev/null +++ b/backend/initramfs-tools/live.script @@ -0,0 +1,13 @@ +#!/bin/sh + +#set -e + +. /bin/live-boot + +. /scripts/functions + +mountroot () +{ + # initramfs-tools entry point for live-boot is mountroot(); function + Live +}