Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <ant+bdo@hsg-kl.de>. (Closes: #498385)

This commit is contained in:
Chris Lamb 2008-09-19 19:57:58 +01:00 committed by Daniel Baumann
parent 4f69f55921
commit 4210fbf03c
1 changed files with 2 additions and 1 deletions

View File

@ -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