fixes
This commit is contained in:
parent
ac192c963d
commit
75c0c93d3d
2
etc/base
2
etc/base
|
@ -17,7 +17,7 @@ sed -i "s/Europe\/Madrid/${TIMEZONE//\//\\/}/" /etc/rc.conf
|
|||
sed -i "/HARDWARECLOCK/s/^#//g" /etc/rc.conf
|
||||
sed -i "/FONT=/s/^#//g" /etc/rc.conf
|
||||
|
||||
if ! grep -q musl <<< $(uname -a); then
|
||||
if ! grep -q musl <<< $(ldd /bin/ls); then
|
||||
echo "LANG=en_US.UTF-8" > /etc/locale.conf
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/default/libc-locales
|
||||
if ! [ "${LANGUAGE_}" == "en" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user