Skip to content

Commit

Permalink
Merge pull request #207 from grml/zeha/locales
Browse files Browse the repository at this point in the history
SW: GRML_FULL: stop precreating locales
  • Loading branch information
zeha authored Dec 13, 2024
2 parents a5a8f6f + 9e41bcd commit 582be12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 113 deletions.
1 change: 1 addition & 0 deletions debian/grml-live.maintscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
rm_conffile /etc/grml/fai/config/files/etc/apt/grml.key/GRMLBASE 0.32.3~
rm_conffile /etc/grml/fai/config/files/etc/inittab/GRMLBASE 0.43.0~
rm_conffile /etc/grml/fai/config/files/etc/inittab/GRML_SMALL 0.43.0~
rm_conffile /etc/grml/fai/config/files/etc/locale.gen/GRML_FULL 0.49.3~
rm_conffile /etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE 0.42.3~
rm_conffile /etc/grml/fai/config/files/etc/systemd/system/[email protected]/override.conf/GRMLBASE 0.33.2~
rm_conffile /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils 0.33.0~
Expand Down
21 changes: 8 additions & 13 deletions etc/grml/fai/config/files/etc/locale.gen/GRMLBASE
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@
# combinations are possible, but may not be well tested. If you change
# this file, you need to rerun locale-gen.

de_AT ISO-8859-1
de_AT.UTF-8 UTF-8
de_AT@euro ISO-8859-15
de_CH ISO-8859-1
de_CH.UTF-8 UTF-8
de_DE ISO-8859-1
de_DE.UTF-8 UTF-8
de_DE@euro ISO-8859-15
en_GB ISO-8859-1
en_GB.ISO-8859-15 ISO-8859-15
en_GB.UTF-8 UTF-8
en_US ISO-8859-1
en_US.ISO-8859-15 ISO-8859-15
# XXX GENERATED XXX
#
# NOTE!!! If you change this file by hand, and want to continue
# maintaining manually, remove the above line. Otherwise, use the command
# "dpkg-reconfigure locales" to manipulate this file. You can manually
# change this file without affecting the use of debconf, however, since it
# does read in your changes.

en_US.UTF-8 UTF-8
98 changes: 0 additions & 98 deletions etc/grml/fai/config/files/etc/locale.gen/GRML_FULL

This file was deleted.

4 changes: 2 additions & 2 deletions etc/grml/fai/config/scripts/GRMLBASE/25-locales
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set -e
# FAI sets $target, but shellcheck does not know that.
target=${target:?}

# set up /etc/locale.gen, only GRML_FULL and LOCALES have
# the full setup, GRMLBASE installs a minimal configuration
# set up /etc/locale.gen, GRMLBASE installs a minimal configuration.
# Only if the LOCALES class is added you get a fuller set of locales.
fcopy -v /etc/locale.gen

# set up /etc/locale.conf, to avoid systemd-firstboot prompting for user input
Expand Down

0 comments on commit 582be12

Please sign in to comment.