Add comment to write-x11-keyboard-config

This commit is contained in:
Alexander Grothe 2017-12-17 11:28:47 +01:00
parent b1532f7a7a
commit 4097b01602
2 changed files with 6 additions and 2 deletions

View File

@ -1478,8 +1478,10 @@ b'\xde\xad\xbe\xef'
- "/etc/X11/xorg.conf.d/"
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
# Note: write-x11-keyboard-config is in the xlogin package
# NOTE: write-x11-keyboard-config is in the xlogin package
# Ubuntu's systemd is patched, so it does not create the file automatically
command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
- name: systemd-drop-in | add dependency to X-server for vdr.service
template:

View File

@ -11,8 +11,10 @@
- "/etc/X11/xorg.conf.d/"
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
# Note: write-x11-keyboard-config is in the xlogin package
# NOTE: write-x11-keyboard-config is in the xlogin package
# Ubuntu's systemd is patched, so it does not create the file automatically
command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
- name: systemd-drop-in | add dependency to X-server for vdr.service
template: