X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F99hook;h=17895ca103e2b79b287bd18d324f7f599d5211f7;hb=f631495de9586b0be892226bcdcf6802d8fc2143;hp=dd027abbe24e381f35e8531417c701e68e8fa7fa;hpb=0a8b96fdc1ada7bfc65c1949893f8140b3ef2b28;p=live-boot-grml.git diff --git a/scripts/live-bottom/99hook b/scripts/live-bottom/99hook index dd027ab..17895ca 100755 --- a/scripts/live-bottom/99hook +++ b/scripts/live-bottom/99hook @@ -27,12 +27,12 @@ fi . /scripts/live-functions -log_begin_msg "Executing custom hook script..." +log_begin_msg "Executing custom hook script" # live-initramfs script cd /root -wget "${HOOK}" +chroot /root wget "${HOOK}" FILE="$(basename ${HOOK})"