Skip to content

Commit

Permalink
99hook: Download hook script from inside target filesystem
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
  • Loading branch information
lamby authored and daniel-baumann committed Mar 21, 2008
1 parent 5f5cc62 commit 0830b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-bottom/99hook
Expand Up @@ -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})"

Expand Down

0 comments on commit 0830b59

Please sign in to comment.