Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <ant+bdo@hsg-kl.de>. (Closes: #498385)
This commit is contained in:
parent
4f69f55921
commit
4210fbf03c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue