Skip to content
Snippets Groups Projects
Commit f6be5012 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

debian-installer-utils: Ensure that /run/systemd/resolve/stub-resolve.conf...

debian-installer-utils: Ensure that /run/systemd/resolve/stub-resolve.conf exists inside /target during in-target execution
parent 8f4bf631
No related branches found
No related tags found
No related merge requests found
Pipeline #748 passed
......@@ -23,12 +23,14 @@
# such packages from Debian in order to build the required udeb packages.
##
VERSION=0
VERSION=1
EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138
NETINST=true
. ./config
# 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-resolve.conf' -i chroot-setup.sh
changelog "Fetch and build as udeb dependency for debian-installer."
compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment