debian-installer-utils: add patch to fix FTBFS issue.
This commit is contained in:
parent
a645a4d3f3
commit
56a9442f21
2 changed files with 35 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ REPOKEY=0E98404D386FA1D9
|
|||
NETINST=true
|
||||
. ./config
|
||||
|
||||
# Apply patch to fix FTBFS issue.
|
||||
patch_p1 $DATA/00_18d772d172963506e42442c8d5e1f546be41913a.patch
|
||||
|
||||
# Ensure that /run/systemd/resolve/stub-resolve.conf exists inside /target during in-target execution
|
||||
sed '/mount --bind \/run \/target\/run/amkdir -p /run/systemd/resolve; cp /etc/resolv.conf /run/systemd/resolve/stub-resolv.conf' -i chroot-setup.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue