console-setup: default to UTF-8
This commit is contained in:
parent
6830350315
commit
375ee4948c
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/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 @@
|
||||||
# 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
|
||||||
#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue