From f747a991585f1807e1ee5781e207abe98e8ceec1 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Mon, 13 Mar 2017 16:05:57 +0100 Subject: [PATCH] correction and upd menu map --- data/menu_layout | 1 - lib/util.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/data/menu_layout b/data/menu_layout index c19ebaf..e5d3d76 100644 --- a/data/menu_layout +++ b/data/menu_layout @@ -1,7 +1,6 @@ Main Menu │ ├── Prepare -│ ├── keymap │ ├── show devices │ ├── partition │ ├── luks diff --git a/lib/util.sh b/lib/util.sh index c114b90..7d43aea 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -272,7 +272,6 @@ select_language() { check_for_error "set LANG=${CURR_LOCALE}" $? ini system.lang "$CURR_LOCALE" - } } # virtual console keymap and font @@ -304,7 +303,6 @@ set_keymap() { echo -e "KEYMAP=${KEYMAP}\nFONT=${FONT}" > /tmp/vconsole.conf echo -e "consolefont=\"${FONT}\"" > /tmp/consolefont - [[ $FONT != "" ]] && { setfont $FONT 2>$ERR check_for_error "set font $FONT" $? ini system.font "$FONT"