correction and upd menu map

merge-requests/260/head
Bernhard Landauer 7 years ago
parent 02f45d133e
commit f747a99158

@ -1,7 +1,6 @@
Main Menu
├── Prepare
│ ├── keymap
│ ├── show devices
│ ├── partition
│ ├── luks

@ -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"

Loading…
Cancel
Save