From 5bfb15a5f7e45c1cbda7b6875a5e3ab6da37dfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 3 Mar 2024 21:20:15 +0000 Subject: [PATCH] ubiquity: quick disable deprecated cdrom repo for offline install. --- helpers/make-ubiquity | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index ee5a92a..3a29b05 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -18,12 +18,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=35 +VERSION=36 . ./config # Avoid the need for a custom cdrom:// repo patch --no-backup-if-mismatch -p1 < $DATA/grub-installer.patch +truncate -s 0 d-i/source/apt-setup/generators/40cdrom # Disable confirmation popups, as they are innacurate and buggy patch --no-backup-if-mismatch -p1 < $DATA/no_confrirmation_when_crypto.patch