Keyboard configuration

This commit is contained in:
Сергей Морозов 2022-04-27 23:41:05 +03:00
parent 0ec917dac1
commit a1b887540b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# remove from airootfs!
[Trigger]
Operation = Install
Type = Package
Target = xorg-xinit
[Action]
Description = Add instructions for startx
When = PostTransaction
Depends = xorg-xinit
Depends = sed
Depends = sh
Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd"