mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-21 12:33:44 +01:00
changes
This commit is contained in:
@@ -253,6 +253,22 @@ programasuser
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function otrasconfig {
|
||||||
|
mostrardialog "Otras configuraciones" "Aquí puedes seleccionar otras configuraciones que puedes hacer a Arch antes de terminar la instalacion, como su nombre"
|
||||||
|
|
||||||
|
othopt=`dialog --stdout --checklist "Otras configuraciones" 0 0 8 1 "Cambiar hostname (Nombre pc)" off`
|
||||||
|
|
||||||
|
case $othopt in
|
||||||
|
*1*)
|
||||||
|
echo "Nombre para el pc"
|
||||||
|
read nam
|
||||||
|
echo $nam > /etc/hostname
|
||||||
|
;;&
|
||||||
|
*2*)
|
||||||
|
echo "none";;&
|
||||||
|
*3*)
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
function bootinstall {
|
function bootinstall {
|
||||||
clear
|
clear
|
||||||
@@ -291,6 +307,7 @@ mkinitcpio -p linux
|
|||||||
#Configuraciones varias
|
#Configuraciones varias
|
||||||
userpass
|
userpass
|
||||||
entorno
|
entorno
|
||||||
|
otrasconfig
|
||||||
bootinstall
|
bootinstall
|
||||||
echo "Ultimos retoques y limpieza.."
|
echo "Ultimos retoques y limpieza.."
|
||||||
systemctl enable dhcpcd
|
systemctl enable dhcpcd
|
||||||
|
|||||||
Reference in New Issue
Block a user