diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-02 15:20:22 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-02 15:20:22 +0200 |
commit | b9e73b091be001257f4a779903b38c1681c9f852 (patch) | |
tree | 7755df0f32eec1f43bbe56dad3bddad0af908a44 | |
parent | b9d2a510b7a6028480dc75b79c36ddce26e8c6d5 (diff) | |
parent | 211b7a4d35a7a6b1b3740ebc93294319eb2573bc (diff) | |
download | hyperfi-b9e73b091be001257f4a779903b38c1681c9f852.tar.lz hyperfi-b9e73b091be001257f4a779903b38c1681c9f852.tar.xz hyperfi-b9e73b091be001257f4a779903b38c1681c9f852.zip |
New Release : 2016.04.02.15.20.10
-rw-r--r-- | archfi | 6 | ||||
-rw-r--r-- | lng/Spanish | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -12,7 +12,11 @@ # 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.04.02.15.20.10 (GPLv3)" +>>>>>>> src baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master @@ -940,7 +944,7 @@ archsetlocalechroot(){ } 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=() for item in $items; do options+=("$item" "") diff --git a/lng/Spanish b/lng/Spanish index d3e6c09..d672ff7 100644 --- a/lng/Spanish +++ b/lng/Spanish @@ -7,7 +7,7 @@ locale=es_ES.UTF-8 -#font= +font=Lat2-Terminus16 txtexit="Salir" @@ -19,7 +19,7 @@ txtselectserver="Seleccione el servidor de fuentes" txtmainmenu="Menú Principal" txtlanguage="Lenguaje" txtsetkeymap="Disposición del teclado" -#txteditor="Editor" +txteditor="Editor" txtdiskpartmenu="Particionado de disco" txtselectpartsmenu="Seleccionar particiones e instalar" txthelp="Ayuda" |