mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 19:51:32 +01:00
changes
This commit is contained in:
@@ -253,6 +253,22 @@ programasuser
|
||||
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 {
|
||||
clear
|
||||
@@ -291,6 +307,7 @@ mkinitcpio -p linux
|
||||
#Configuraciones varias
|
||||
userpass
|
||||
entorno
|
||||
otrasconfig
|
||||
bootinstall
|
||||
echo "Ultimos retoques y limpieza.."
|
||||
systemctl enable dhcpcd
|
||||
|
||||
Reference in New Issue
Block a user