added x11 keymap setting
This commit is contained in:
parent
91e2f18216
commit
a2342bbbbe
|
|
@ -145,6 +145,7 @@ create_install() {
|
|||
echo "LANG=$LOCALE" | sudo tee --append $TMPDIR/root/etc/locale.conf 1> /dev/null 2>&1
|
||||
$NSPAWN $TMPDIR/root locale-gen
|
||||
echo "KEYMAP=$KEYMAP" | sudo tee --append $TMPDIR/root/etc/vconsole.conf 1> /dev/null 2>&1
|
||||
$NSPAWN $TMPDIR/root localectl set-x11-keymap $KEYMAP 1> /dev/null 2>&1
|
||||
echo "$HOSTNAME" | sudo tee --append $TMPDIR/root/etc/hostname 1> /dev/null 2>&1
|
||||
|
||||
msg "Doing device specific setups for $DEVICE..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue