Skip to content

Commit a93d3e5

Browse files
committed
Additional packages to avoid issues with no locale set
1 parent 93874e4 commit a93d3e5

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

alma/helpers/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dnf install -y --allowerasing \
1010
dialog \
1111
diffutils \
1212
iputils \
13+
langpacks-en \
14+
glibc-langpack-en \
1315
openssh-server \
1416
openssh-clients \
1517
passwd \

centos-stream/helpers/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dnf install -y --allowerasing \
1010
dialog \
1111
diffutils \
1212
iputils \
13+
langpacks-en \
14+
glibc-langpack-en \
1315
openssh-server \
1416
openssh-clients \
1517
passwd \

debian/helpers/build.sh

100644100755
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ apt-get install -yq \
2020
joe \
2121
man-db \
2222
net-tools \
23+
locales \
24+
rsync \
25+
tzdata \
2326
rsyslog \
2427
iputils-ping
2528
apt-get -qq clean
@@ -47,6 +50,9 @@ cp locale.conf /etc/locale.conf
4750
cp locale /etc/default/locale
4851
cp hosts /etc/hosts.lx
4952

53+
# Generate missing locales
54+
locale-gen
55+
5056
# make sure we get fresh ssh keys on first boot
5157
/bin/rm -f -v /etc/ssh/ssh_host_*_key*
5258
cp regenerate_ssh_host_keys.service /etc/systemd/system

devuan/helpers/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ apt-get install -yq \
1919
joe \
2020
man-db \
2121
net-tools \
22+
locales \
23+
rsync \
24+
tzdata \
2225
rsyslog \
2326
iputils-ping
2427
# Remove the elogind session manager - this will cause the alternative
@@ -39,6 +42,9 @@ cp locale.conf /etc/locale.conf
3942
cp locale /etc/default/locale
4043
#cp hosts /etc/hosts.lx
4144

45+
# Generate missing locales
46+
locale-gen
47+
4248
# make sure we get fresh ssh keys on first boot
4349
rm -fv /etc/ssh/ssh_host_*_key*
4450
cp rc.keys.ssh /etc/init.d/keys.ssh

fedora/helpers/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dnf install -y --allowerasing \
1010
dialog \
1111
diffutils \
1212
iputils \
13+
langpacks-en \
14+
glibc-langpack-en \
1315
openssh-server \
1416
openssh-clients \
1517
passwd \

rocky/helpers/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dnf install -y --allowerasing \
1010
dialog \
1111
diffutils \
1212
iputils \
13+
langpacks-en \
14+
glibc-langpack-en \
1315
openssh-server \
1416
openssh-clients \
1517
passwd \

0 commit comments

Comments
 (0)