From 0830b59986dc0ec7211a4440d807c503f1ec9b82 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 21 Mar 2008 06:17:31 +0000 Subject: [PATCH] 99hook: Download hook script from inside target filesystem Signed-off-by: Chris Lamb --- scripts/live-bottom/99hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})" -- 2.1.4