mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +01:00
changes
This commit is contained in:
@@ -151,7 +151,7 @@ mount /dev/$partefi /mnt/boot/efi/
|
||||
fi
|
||||
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
|
||||
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog sudo
|
||||
pacstrap -C /tmp/pacman.conf /mnt/ base jka-toolkit git wget netctl iw wpa_supplicant dialog sudo xterm
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh
|
||||
chmod +x /mnt/root/chrootinstall.sh
|
||||
genfstab -U /mnt >> /mnt/etc/fstab
|
||||
|
||||
@@ -55,7 +55,7 @@ passwd $nameuser
|
||||
}
|
||||
|
||||
function graficos {
|
||||
optgrafica=`dialog --stdout --nocancel --menu "¿Cual es la marca de su tarjeta gráfica?" 0 0 5 1 "Nvidia" 2 "AMD/ATI" 3 "Intel" 4 "VIA" 5 "No lo se/Instalar todas (Ocupa poco)"`
|
||||
optgrafica=`dialog --stdout --nocancel --menu "¿Cual es la marca de su tarjeta gráfica?" 0 0 5 1 "Nvidia" 2 "AMD/ATI" 3 "Intel" 4 "VIA" 5 "Estoy usando VirtualBox" 6 "No se la marca (Se instalaran las estandar)"`
|
||||
|
||||
case $optgrafica in
|
||||
1)
|
||||
@@ -75,6 +75,10 @@ case $optgrafica in
|
||||
break
|
||||
;;
|
||||
5)
|
||||
pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch --noconfirm
|
||||
break
|
||||
;;
|
||||
6)
|
||||
pacman -S xf86-video-vesa xf86-video-nouveau xf86-video-nv xf86-video-ati xf86-video-intel xf86-video-openchrome --noconfirm
|
||||
break
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user