From a2d987b2c57af470d2cc797b6470b640d4dfd4c5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 17 Nov 2022 17:05:25 -0500 Subject: [PATCH] debian-installer-utils: typo --- helpers/make-debian-installer-utils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-debian-installer-utils b/helpers/make-debian-installer-utils index c5523d31..c5684063 100644 --- a/helpers/make-debian-installer-utils +++ b/helpers/make-debian-installer-utils @@ -23,14 +23,14 @@ # 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' 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 +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." compile -- GitLab