Update install.sh
This commit is contained in:
parent
dde60935d8
commit
4d4bc226af
|
@ -255,6 +255,7 @@ cat << EOF >/mnt/etc/locale.gen
|
||||||
en_US.UTF-8 UTF-8
|
en_US.UTF-8 UTF-8
|
||||||
#de_DE.UTF-8 UTF-8
|
#de_DE.UTF-8 UTF-8
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#echo "${localegen}" >>/mnt/etc/locale.gen
|
#echo "${localegen}" >>/mnt/etc/locale.gen
|
||||||
arch-chroot /mnt locale-gen
|
arch-chroot /mnt locale-gen
|
||||||
echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf &&
|
echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf &&
|
||||||
|
@ -265,7 +266,9 @@ echo
|
||||||
|
|
||||||
# Set X locale and keyboard alyout.
|
# Set X locale and keyboard alyout.
|
||||||
echo "Setting locale and keyboard layout."
|
echo "Setting locale and keyboard layout."
|
||||||
arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys &&
|
|
||||||
|
#arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys &&
|
||||||
|
systemd-firstboot --root=/mnt --keymap=de-latin1-nodeadkeys &&
|
||||||
|
|
||||||
cat << EOF > /mnt/etc/X11/xorg.conf.d/00-keyboard.conf &&
|
cat << EOF > /mnt/etc/X11/xorg.conf.d/00-keyboard.conf &&
|
||||||
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
|
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
|
||||||
|
|
Loading…
Reference in New Issue