New Release : 2016.04.02.15.20.10
This commit is contained in:
commit
b9e73b091b
6
archfi
6
archfi
@ -12,7 +12,11 @@
|
|||||||
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
apptitle="Arch Linux Fast Install (archfi) - Version: 2016.03.30.21.44.09 (GPLv3)"
|
apptitle="Arch Linux Fast Install (archfi) - Version: 2016.03.30.21.44.09 (GPLv3)"
|
||||||
|
=======
|
||||||
|
apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.02.15.20.10 (GPLv3)"
|
||||||
|
>>>>>>> src
|
||||||
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||||
|
|
||||||
|
|
||||||
@ -940,7 +944,7 @@ archsetlocalechroot(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
archsettime(){
|
archsettime(){
|
||||||
items=$(ls -l /mnt/usr/share/zoneinfo/ | grep '^d' | awk '{ print $9 }')
|
items=$(ls -l /mnt/usr/share/zoneinfo/ | grep '^d' | gawk -F':[0-9]* ' '/:/{print $2}')
|
||||||
options=()
|
options=()
|
||||||
for item in $items; do
|
for item in $items; do
|
||||||
options+=("$item" "")
|
options+=("$item" "")
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
locale=es_ES.UTF-8
|
locale=es_ES.UTF-8
|
||||||
#font=
|
font=Lat2-Terminus16
|
||||||
|
|
||||||
|
|
||||||
txtexit="Salir"
|
txtexit="Salir"
|
||||||
@ -19,7 +19,7 @@ txtselectserver="Seleccione el servidor de fuentes"
|
|||||||
txtmainmenu="Menú Principal"
|
txtmainmenu="Menú Principal"
|
||||||
txtlanguage="Lenguaje"
|
txtlanguage="Lenguaje"
|
||||||
txtsetkeymap="Disposición del teclado"
|
txtsetkeymap="Disposición del teclado"
|
||||||
#txteditor="Editor"
|
txteditor="Editor"
|
||||||
txtdiskpartmenu="Particionado de disco"
|
txtdiskpartmenu="Particionado de disco"
|
||||||
txtselectpartsmenu="Seleccionar particiones e instalar"
|
txtselectpartsmenu="Seleccionar particiones e instalar"
|
||||||
txthelp="Ayuda"
|
txthelp="Ayuda"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user