Skip to content
Snippets Groups Projects
Commit 375ee494 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

console-setup: default to UTF-8

parent 68303503
No related branches found
No related tags found
No related merge requests found
Pipeline #765 passed
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org> # Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2022 Ruben Rodriguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
...@@ -23,7 +24,7 @@ ...@@ -23,7 +24,7 @@
# or fetch such packages from Debian in order to build the required udeb packages. # 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' EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138 REPOKEY=648ACFD622F3D138
NETINST=true NETINST=true
...@@ -32,5 +33,8 @@ NETINST=true ...@@ -32,5 +33,8 @@ NETINST=true
#Fix ftbfs on debian stable #Fix ftbfs on debian stable
patch -p1 < $DATA/fix_1.205_ftbfs.patch 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 compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment