From 375ee4948c03c5f79d5ae325130ac80b26647b8c Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 26 Nov 2022 08:25:10 -0500 Subject: [PATCH] console-setup: default to UTF-8 --- helpers/make-console-setup | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/helpers/make-console-setup b/helpers/make-console-setup index 1fc8180..e9e2644 100644 --- a/helpers/make-console-setup +++ b/helpers/make-console-setup @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2022 Luis Guzmán +# Copyright (C) 2022 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +24,7 @@ # or fetch such packages from Debian in order to build the required udeb packages. ## -VERSION=2 +VERSION=3 EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=648ACFD622F3D138 NETINST=true @@ -32,5 +33,8 @@ NETINST=true #Fix ftbfs on debian stable patch -p1 < $DATA/fix_1.205_ftbfs.patch -changelog "Rebuild upstream to get udeb dependency for debian-installer." +# Default to UTF-8 +sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config + +changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8" compile