X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F99hook;h=a27a96a289028ce2c13299d8241d24b8055d454a;hb=5a46a4fcda2e25bdca6492fc5c128ad8251f73b3;hp=dd027abbe24e381f35e8531417c701e68e8fa7fa;hpb=e5f521c5e9d523033a55302a2e6098c501cf8e75;p=live-boot-grml.git diff --git a/scripts/live-bottom/99hook b/scripts/live-bottom/99hook index dd027ab..a27a96a 100755 --- a/scripts/live-bottom/99hook +++ b/scripts/live-bottom/99hook @@ -32,7 +32,7 @@ log_begin_msg "Executing custom hook script..." # live-initramfs script cd /root -wget "${HOOK}" +chroot /root wget "${HOOK}" FILE="$(basename ${HOOK})"