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"