mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 02:01:32 +01:00
changes
This commit is contained in:
@@ -150,7 +150,7 @@ mount /dev/$partefi /mnt/boot/efi/
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
|
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 xterm
|
pacstrap -C /tmp/pacman.conf /mnt/ base
|
||||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh
|
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/chrootinstall.sh
|
||||||
chmod +x /mnt/root/chrootinstall.sh
|
chmod +x /mnt/root/chrootinstall.sh
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
|
|||||||
@@ -244,14 +244,12 @@ done
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "Configuración de su sistema"
|
echo "Configuración de su sistema"
|
||||||
echo "Por se acaso, actualizaremos las bases de datos de arch"
|
echo "Paquetes basicos para la instalación, puede tardar un poco"
|
||||||
pacman -Sy
|
pacman -Syu jka-toolkit git wget netctl iw wpa_supplicant dialog sudo xterm alsa-utils pulseaudio --noconfirm
|
||||||
horaidioma
|
horaidioma
|
||||||
|
|
||||||
mkinitcpio -p linux
|
mkinitcpio -p linux
|
||||||
|
|
||||||
#Instalación del sonido
|
|
||||||
pacman -S alsa-utils pulseaudio --noconfirm
|
|
||||||
|
|
||||||
#Configuraciones varias
|
#Configuraciones varias
|
||||||
userpass
|
userpass
|
||||||
|
|||||||
Reference in New Issue
Block a user