File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dnf install -y --allowerasing \
10
10
dialog \
11
11
diffutils \
12
12
iputils \
13
+ langpacks-en \
14
+ glibc-langpack-en \
13
15
openssh-server \
14
16
openssh-clients \
15
17
passwd \
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dnf install -y --allowerasing \
10
10
dialog \
11
11
diffutils \
12
12
iputils \
13
+ langpacks-en \
14
+ glibc-langpack-en \
13
15
openssh-server \
14
16
openssh-clients \
15
17
passwd \
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ apt-get install -yq \
20
20
joe \
21
21
man-db \
22
22
net-tools \
23
+ locales \
24
+ rsync \
25
+ tzdata \
23
26
rsyslog \
24
27
iputils-ping
25
28
apt-get -qq clean
@@ -47,6 +50,9 @@ cp locale.conf /etc/locale.conf
47
50
cp locale /etc/default/locale
48
51
cp hosts /etc/hosts.lx
49
52
53
+ # Generate missing locales
54
+ locale-gen
55
+
50
56
# make sure we get fresh ssh keys on first boot
51
57
/bin/rm -f -v /etc/ssh/ssh_host_* _key*
52
58
cp regenerate_ssh_host_keys.service /etc/systemd/system
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ apt-get install -yq \
19
19
joe \
20
20
man-db \
21
21
net-tools \
22
+ locales \
23
+ rsync \
24
+ tzdata \
22
25
rsyslog \
23
26
iputils-ping
24
27
# Remove the elogind session manager - this will cause the alternative
@@ -39,6 +42,9 @@ cp locale.conf /etc/locale.conf
39
42
cp locale /etc/default/locale
40
43
# cp hosts /etc/hosts.lx
41
44
45
+ # Generate missing locales
46
+ locale-gen
47
+
42
48
# make sure we get fresh ssh keys on first boot
43
49
rm -fv /etc/ssh/ssh_host_* _key*
44
50
cp rc.keys.ssh /etc/init.d/keys.ssh
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dnf install -y --allowerasing \
10
10
dialog \
11
11
diffutils \
12
12
iputils \
13
+ langpacks-en \
14
+ glibc-langpack-en \
13
15
openssh-server \
14
16
openssh-clients \
15
17
passwd \
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dnf install -y --allowerasing \
10
10
dialog \
11
11
diffutils \
12
12
iputils \
13
+ langpacks-en \
14
+ glibc-langpack-en \
13
15
openssh-server \
14
16
openssh-clients \
15
17
passwd \
You can’t perform that action at this time.
0 commit comments