tools-hardened/desktop/*-run.sh: Explicitly sets locale to en_US.utf8
This commit is contained in:
parent
63538e0b4a
commit
d78366a110
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ setup_confs() {
|
|||
|
||||
cp -a files/locale/locale.gen "${ROOTFS}"/etc/
|
||||
chroot "${ROOTFS}"/ locale-gen
|
||||
chroot "${ROOTFS}"/ eselect locale set 3
|
||||
chroot "${ROOTFS}"/ eselect locale set en_US.utf8
|
||||
cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/
|
||||
# In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT
|
||||
sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf
|
||||
|
|
|
@ -62,7 +62,7 @@ setup_confs() {
|
|||
|
||||
cp -a files/locale/locale.gen "${ROOTFS}"/etc/
|
||||
chroot "${ROOTFS}"/ locale-gen
|
||||
|
||||
chroot "${ROOTFS}"/ eselect locale set en_US.utf8
|
||||
cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/
|
||||
# In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT
|
||||
sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf
|
||||
|
|
|
@ -65,7 +65,7 @@ setup_confs() {
|
|||
|
||||
cp -a files/locale/locale.gen "${ROOTFS}"/etc/
|
||||
chroot "${ROOTFS}"/ locale-gen
|
||||
chroot "${ROOTFS}"/ eselect locale set 3
|
||||
chroot "${ROOTFS}"/ eselect locale set en_US.utf8
|
||||
cp -a files/locale/02locale "${ROOTFS}"/etc/conf.d/
|
||||
# In kernels 3.9 and above, we must disallow-other-stacks because of SO_REUSEPORT
|
||||
sed -i 's/^#\(disallow-other-stacks=\)no/\1yes/g' "${ROOTFS}"/etc/avahi/avahi-daemon.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue