X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F99hook;h=17895ca103e2b79b287bd18d324f7f599d5211f7;hb=be6b1ff8961f46a2bf51811bdd536c3d90239027;hp=dd027abbe24e381f35e8531417c701e68e8fa7fa;hpb=e5f521c5e9d523033a55302a2e6098c501cf8e75;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})"