From 0e79551fd9421184aa15d7beab505907d7621f1f Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Sun, 4 Dec 2022 16:59:58 -0600 Subject: [PATCH] ubiquity: bump version to rebuild with upstream console-setup. --- helpers/make-ubiquity | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 743c19063..e7e0c75e3 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -18,13 +18,10 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=25 +VERSION=26 . ./config -#Set trisquel's console-setup version. -sed -i "/console-setup/s|1.205ubuntu1|1.205-11.0trisquel3|" d-i/manifest d-i/source/console-setup/debian/changelog - # Enable full disk encryption by default. Disabled, as it hinders a11y and sighted people can choose to enable it. #patch -p0 < $DATA/nabia_encrypt_by_default.patch -- GitLab