From 49076b91771fe7d4f85953145b050e61c96d0b55 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 13 Jun 2016 16:14:45 +0000 Subject: [PATCH] Revert "Change chrootinstall.sh, 7 graphic option install vesa" This reverts commit 094711e121bb1cfb71fa8889d63969801743fcda --- archinstall/chrootinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 4c11174..407451b 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -102,7 +102,7 @@ sed -i "s/\# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/g" /etc/sudoers } function graficos { -optgrafica=`dialog --stdout --nocancel --scrollbar --menu "¿Cual es la marca de su tarjeta gráfica?" 0 0 6 1 "Nvidia" 2 "AMD/ATI" 3 "Intel" 4 "VIA" 5 "Estoy usando VirtualBox" 6 "Estoy usando VMWare" 7 "No se la marca/Otra (Se instalaran los drivers estandar)"` +optgrafica=`dialog --stdout --nocancel --scrollbar --menu "¿Cual es la marca de su tarjeta gráfica?" 0 0 6 1 "Nvidia" 2 "AMD/ATI" 3 "Intel" 4 "VIA" 5 "Estoy usando VirtualBox" 6 "Estoy usando VMWare" 7 "No se la marca/Otra (Se instalaran las estandar)"` case $optgrafica in 1) @@ -124,7 +124,7 @@ case $optgrafica in pacman -S xf86-video-vmware xf86-input-vmmouse --noconfirm ;; 7) - pacman -S xf86-video-vesa --noconfirm + pacman -S $(pacman -Ssq xf86-video-*) --noconfirm ;; esac #Instalar siempre la estandar, por se acaso