mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-27 05:34:37 +01:00
store the "setkmap" command in bash_history to make it accessible without typing
When the correct keyboard map is not set yet, it might be difficult for the user to type in the command. This way they just have to press the arrow up key to reach it. Fixes #273
This commit is contained in:
parent
4537187dea
commit
b614840213
|
|
@ -2,7 +2,7 @@
|
|||
\e[00;31mhttps://www.system-rescue.org/
|
||||
|
||||
\e[00;31m*\e[01;31m Console environment\e[00;37m :
|
||||
Run \e[01;37msetkmap\e[00;37m to choose the keyboard layout
|
||||
Run \e[01;37msetkmap\e[00;37m to choose the keyboard layout (also accessible with the arrow up key)
|
||||
Run \e[01;37mmanual\e[00;37m to read the documentation of SystemRescue
|
||||
|
||||
\e[00;31m*\e[01;31m Graphical environment\e[00;37m :
|
||||
|
|
|
|||
1
airootfs/root/.bash_history
Normal file
1
airootfs/root/.bash_history
Normal file
|
|
@ -0,0 +1 @@
|
|||
setkmap
|
||||
Loading…
Reference in a new issue