mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Merge branch 'fix-keymap' into 'master'
Fix and simplify keymap configuration Closes #74 See merge request fdupoux/sysresccd-src!4
This commit is contained in:
commit
21f20fca19
4 changed files with 12 additions and 74 deletions
|
|
@ -10,9 +10,7 @@ do
|
|||
setkmap\=*)
|
||||
echo "Found option '${curopt}' on the boot command line"
|
||||
SETKMAP=$(echo "${curopt}" | cut -f2 -d=)
|
||||
/sbin/loadkeys ${SETKMAP}
|
||||
mkdir -p /etc/sysconfig
|
||||
echo "XKEYBOARD=${SETKMAP}" > /etc/sysconfig/keyboard
|
||||
localectl set-keymap ${SETKMAP}
|
||||
;;
|
||||
# Set the system root password from a clear password
|
||||
rootpass\=*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue