[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-1-geaa12c9

Chris Lamb lamby at debian.org
Fri Sep 19 18:59:41 UTC 2008


The following commit has been merged in the master branch:
commit eaa12c98fd610e0c0ad3eccfee52bee0864b662d
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Sep 19 19:57:58 2008 +0100

    Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <ant+bdo at hsg-kl.de>. (Closes: #498385)
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/helpers/lh_bootstrap_copy b/helpers/lh_bootstrap_copy
index 349df5b..550991b 100755
--- a/helpers/lh_bootstrap_copy
+++ b/helpers/lh_bootstrap_copy
@@ -51,8 +51,9 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Copying host system
+mkdir chroot
 cd chroot
-tar c / --exclude /proc --exclude /sys "$(dirname ${PWD})" | tar xv
+tar c / --exclude /proc --exclude /sys --exclude "$(dirname ${PWD})" | tar xv
 cd ..
 
 # Creating stage file

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list