mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Cosmetics again.
This commit is contained in:
parent
a0c2b986e3
commit
13e0a61e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ keyboard_selector () {
|
||||||
read -r -p "Please insert the keyboard layout to use in console (enter empty to use US, or \"/\" to look up for keyboard layouts): " kblayout
|
read -r -p "Please insert the keyboard layout to use in console (enter empty to use US, or \"/\" to look up for keyboard layouts): " kblayout
|
||||||
case $kblayout in
|
case $kblayout in
|
||||||
'') kblayout="us"
|
'') kblayout="us"
|
||||||
print "The standard US will be used as the default console keymap."
|
print "The standard US keyboard layout will be used."
|
||||||
return 0;;
|
return 0;;
|
||||||
'/') localectl list-keymaps
|
'/') localectl list-keymaps
|
||||||
clear
|
clear
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue