From 9f961e695e4594f9d36aab7566edeb0f4c938fb1 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Mon, 30 May 2016 23:06:39 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 92b93c3..9526e3e 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -213,7 +213,14 @@ echo "Instalando algún otro programa básico para mejorar la experiencia de usu pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter lxterminal gvfs udisks networkmanager network-manager-applet Xdialog pavucontrol --noconfirm systemctl enable lightdm #Poner el teclado bien en x11 -localectl --no-convert set-x11-keymap $langabr +echo " Read and parsed by systemd-localed. It's probably wise not to edit this file" > /etc/X11/xorg.conf.d/00-keyboard.conf +echo "# manually too freely." >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo 'Section "InputClass"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' Identifier "system-keyboard"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' MatchIsKeyboard "on"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' Option "XkbLayout" "$langabr"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo 'EndSection' >> /etc/X11/xorg.conf.d/00-keyboard.conf + #Aqui va la personalizacion de programas, ya que son graficos. programasuser fi