Add kodi autostart on tty6 for moria
This commit is contained in:
parent
b75bbba493
commit
e653ee7d18
4 changed files with 11 additions and 10 deletions
|
@ -95,9 +95,9 @@ src = "etc/ssh/sshd_config"
|
|||
dst = "/etc/welcomemessage.conf"
|
||||
src = "etc/welcomemessage.conf"
|
||||
|
||||
[dotfiles."f_getty.conf"]
|
||||
src = "etc/systemd/system/getty@tty1.service.d/override.conf"
|
||||
dst = "/etc/systemd/system/getty@tty1.service.d/override.conf"
|
||||
[dotfiles."f_getty6conf"]
|
||||
src = "etc/systemd/system/getty@tty6.service.d/override.conf"
|
||||
dst = "/etc/systemd/system/getty@tty6.service.d/override.conf"
|
||||
|
||||
[dotfiles."f_99-conbee-usb-serial.rules"]
|
||||
src = "etc/udev/rules.d/99-conbee-usb-serial.rules"
|
||||
|
@ -214,6 +214,7 @@ dotfiles = [
|
|||
"f_mkinitcpio.conf",
|
||||
"f_plymouthd.conf",
|
||||
"f_sshd_config",
|
||||
"f_getty6conf",
|
||||
]
|
||||
|
||||
[profiles.Gondor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue