debian-installer-utils: typo

This commit is contained in:
Ruben Rodriguez 2022-11-17 17:05:25 -05:00
parent f6be5012c4
commit a2d987b2c5

View file

@ -23,14 +23,14 @@
# such packages from Debian in order to build the required udeb packages. # such packages from Debian in order to build the required udeb packages.
## ##
VERSION=1 VERSION=2
EXTERNAL='deb-src http://ftp.debian.org/debian stable main' EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138 REPOKEY=648ACFD622F3D138
NETINST=true NETINST=true
. ./config . ./config
# Ensure that /run/systemd/resolve/stub-resolve.conf exists inside /target during in-target execution # 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 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
changelog "Fetch and build as udeb dependency for debian-installer." changelog "Fetch and build as udeb dependency for debian-installer."
compile compile