Update install.sh
This commit is contained in:
parent
416c8bf2ad
commit
69d53a616a
|
@ -276,7 +276,7 @@ echo "Setting and generating locale."
|
|||
#localegen=$(cat /mnt/etc/locale.gen)
|
||||
cat <<EOF > /mnt/etc/locale.gen
|
||||
en_US.UTF-8 UTF-8
|
||||
#de_DE.UTF-8 UTF-8
|
||||
de_DE.UTF-8 UTF-8
|
||||
EOF
|
||||
#echo "${localegen}" >>/mnt/etc/locale.gen
|
||||
arch-chroot /mnt locale-gen
|
||||
|
@ -290,7 +290,7 @@ echo
|
|||
echo "Setting locale and keyboard layout."
|
||||
arch-chroot /mnt localectl --no-convert set-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
|
||||
# probably wise not to edit this file manually. Use localectl(1) to
|
||||
# instruct systemd-localed to update it.
|
||||
|
|
Loading…
Reference in New Issue