small fixes
This commit is contained in:
parent
5bd7e57b23
commit
ae6b6fa4e6
|
@ -4,8 +4,8 @@ ver="$(xbps-query -S linux|grep pkgver|awk '{print $2}')"
|
|||
ver="${ver//-}"
|
||||
ver="${ver%_*}"
|
||||
|
||||
#xbps-reconfigure -f "${ver}"
|
||||
#xbps-reconfigure -f glibc-locales
|
||||
xbps-reconfigure -af
|
||||
xbps-reconfigure -f "${ver}"
|
||||
xbps-reconfigure -f glibc-locales
|
||||
#xbps-reconfigure -af
|
||||
|
||||
module end
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
module start "basesystem" "Install Basesystem"
|
||||
|
||||
source "${var}"
|
||||
source "${vars}/disk"
|
||||
|
||||
chown root:root /
|
||||
chmod 755 /
|
||||
|
||||
|
@ -14,11 +11,11 @@ echo "#ignorepkg=linux-firmware-broadcom";
|
|||
echo "#ignorepkg=wifi-firmware"; } > /etc/xbps.d/10-ignore-firmware.conf
|
||||
|
||||
{ echo "en_DK.UTF-8 UTF-8";
|
||||
echo "${cfg[lang]}.UTF-8 UTF-8";
|
||||
echo "en_US.UTF-8 UTF-8"; } > /etc/default/libc-locales
|
||||
|
||||
echo "LANG=en_US.UTF-8" > /etc/locale.conf
|
||||
echo "KEYMAP=${cfg[lang_console]}" > /etc/vconsole.conf
|
||||
echo "${cfg[lang]}.UTF-8 UTF-8" >> /etc/default/libc-locales
|
||||
echo "LANG=${cfg[lang]}.UTF-8" > /etc/locale-user.conf
|
||||
|
||||
cp -a /etc/profile.d/locale.sh "${dest}"/etc/profile.d/zz-locale-user.sh
|
||||
|
|
|
@ -6,7 +6,7 @@ while input "hostname?" "void"; do
|
|||
break
|
||||
fi
|
||||
done
|
||||
|
||||
echo IHKJHKJHLKHKHKHKHKHKHLKHKHKHKHIUIZVGUVUVUVOUVOUVOUVUVJHVKJVJKVJKVJVJHVUVUZVUVUVOUZVOUZVOUZVOUVUVKJVJHVKJVKVKJHV
|
||||
setconf add "lang" "de_DE"
|
||||
setconf add "lang_console" "de-latin1-nodeadkeys"
|
||||
setconf add "timezone" "Europe/Berlin"
|
||||
|
|
Loading…
Reference in New Issue
Block a user