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