mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -134,7 +134,6 @@ tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, e
|
||||
sleep 2
|
||||
$formatoraiz /dev/$particionraiz
|
||||
mount /dev/$particionraiz /mnt/
|
||||
pause
|
||||
if [[ $particionhome ]];then
|
||||
$formatohome /dev/$particionhome
|
||||
mkdir -p /mnt/home/
|
||||
@@ -144,13 +143,11 @@ if [[ $partefi ]];then
|
||||
mkdir -p /mnt/boot/efi
|
||||
mount /dev/$partefi /mnt/boot/efi/
|
||||
fi
|
||||
pause
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O /tmp/pacman.conf
|
||||
if [[ $? != 0 ]];then
|
||||
fatalerror "Error de conexion con internet, compruebe la red"
|
||||
fi
|
||||
pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs
|
||||
pause
|
||||
mkdir -p /mnt/root/inst/
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/inst/chrootinstall.sh
|
||||
if [[ $? != 0 ]];then
|
||||
|
||||
Reference in New Issue
Block a user