From 1df4b4ccb77a55e8e1dc758fb81691047ecfa0a7 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 21 Mar 2008 06:17:31 +0000 Subject: 99hook: Download hook script from inside target filesystem --- scripts/live-bottom/99hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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})" -- cgit v1.2.3