mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-04-14 10:32:07 +02:00
No more console on TTY1 for cosmetics
As we now run our services as user service and enabled linger for the default mycroft user we do not need any CLI on tty1 which prevents linux messages being shown.
This commit is contained in:
parent
fe4275f4d4
commit
e9ab307a5c
@ -1 +1 @@
|
||||
dwc_otg.lpm_enable=0 root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 rootfstype=squashfs ro init=/sbin/pre-init fsck.repair=yes zram.enabled=1 zram.num_devices=4 console=tty1 consoleblank=0 loglevel=0 vt.global_cursor_default=0 audit=0 logo.nologo systemd.show_status=0 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u rootwait quiet splash
|
||||
dwc_otg.lpm_enable=0 root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 rootfstype=squashfs ro init=/sbin/pre-init fsck.repair=yes zram.enabled=1 zram.num_devices=4 console=console consoleblank=0 loglevel=0 vt.global_cursor_default=0 audit=0 logo.nologo systemd.show_status=0 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u rootwait quiet splash
|
||||
|
@ -10,6 +10,7 @@ enable getty@tty1.service
|
||||
enable ovos-splash-start.service
|
||||
enable ovos-splash-systemd.service
|
||||
|
||||
disable getty@.service
|
||||
disable ovos-splash-quit.service
|
||||
disable mosquitto.service
|
||||
disable motion.service
|
||||
|
@ -1,4 +0,0 @@
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=
|
||||
ExecStart=-/usr/sbin/agetty --autologin mycroft --noclear %I $TERM
|
Loading…
x
Reference in New Issue
Block a user