From 29676d8c227c97ebfbd7fc3efcbe51fab4be63b7 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 3 May 2021 13:25:28 +1200 Subject: [PATCH] set trusted=yes,check-date=no for cdrom pool during installation The pool is loaded off the same media as the installer and the filesystem being installed so there's no real loss of security doing this and it makes it easier for people to master custom ISOs with extra packages in the pool and systems with inaccurate clocks (that cannot reach ntp.ubuntu.com). --- bin/subiquity-configure-apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/subiquity-configure-apt b/bin/subiquity-configure-apt index cdd39203..56de5087 100755 --- a/bin/subiquity-configure-apt +++ b/bin/subiquity-configure-apt @@ -61,7 +61,7 @@ else fi cat > "$TARGET_MOUNT_POINT/etc/apt/sources.list" <