mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-01 10:44:43 +01:00
Merge branch 'setkmap-history' into 'main'
store the "setkmap" command in bash_history to make it accessible without typing See merge request systemrescue/systemrescue-sources!190
This commit is contained in:
commit
675945c48e
|
|
@ -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