1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00
This commit is contained in:
kprkpr
2016-06-18 16:56:38 +02:00
parent 5293fd0704
commit b4de0f6286

View File

@@ -38,10 +38,6 @@ else
fi
}
function downloadmods {
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O /root/inst/skel.tar.gz
}
function horaidioma {
#Idioma
echo "$(T "Select language from general to particular")"
@@ -89,6 +85,7 @@ hwclock --systohc --utc
function userpass {
wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.gz -O /root/inst/skel.tar.gz
tar -zxf /root/inst/skel.tar.gz -C /
clear
#Aqui hay que añadir los comandos para crear un usuario, aunque esto correrá dentro del chroot y no aqui
@@ -427,15 +424,15 @@ fi
echo "$(T "System configuration")"
echo "Paquetes basicos para la instalación, puede tardar un poco"
pacman -Syu jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools ntfs-3g --noconfirm --needed
downloadmods
horaidioma
echo "JKArch" > /etc/hostname
mkinitcpio -p linux
#Configuraciones varias
userpass
#Configuraciones varias, en entorno se instala el entorno y programas del usuario
entorno
#Ahora, se crea el usuario y se añaden los ficheros de configuracion de skel
userpass
bootinstall
otrasconfig
echo "Ultimos retoques y limpieza.."