[SCM] debian-live/live-initramfs branch, master, updated. 1.119.1-1-1-g1c84d67

Daniel Baumann daniel at debian.org
Fri Mar 21 06:39:13 UTC 2008


The following commit has been merged in the master branch:
commit 1c84d6762e69b878d2772e1d71811d13928a94da
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Mar 21 06:17:31 2008 +0000

    99hook: Download hook script from inside target filesystem
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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})"
 

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list