forked from josch/mmdebstrap
work around debootstrap merge_request/48 by setting link_dir
This commit is contained in:
parent
2c232e0661
commit
7c15185dfd
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ if [ -e /usr/share/debootstrap/functions ]; then
|
|||
. /usr/share/debootstrap/functions
|
||||
doing_variant () { [ $1 != "buildd" ]; }
|
||||
MERGED_USR="yes"
|
||||
# until https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/48 gets merged
|
||||
link_dir=""
|
||||
setup_merged_usr
|
||||
else
|
||||
link_dir=""
|
||||
|
|
Loading…
Reference in a new issue