From 90bcd7ec7806ee1b34c497a242d51c87f9a89f52 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sep 05 2023 15:19:18 +0000 Subject: Misc systemd service fixes --- diff --git a/calamares-firstboot-config.spec b/calamares-firstboot-config.spec index 5a26e6d..0dd6c37 100644 --- a/calamares-firstboot-config.spec +++ b/calamares-firstboot-config.spec @@ -1,5 +1,5 @@ Name: calamares-firstboot-config -Version: 20230904.1 +Version: 20230905 Release: 1%{?dist} Summary: Fedora Asahi Calamares firstboot configs @@ -50,5 +50,16 @@ cp -a calamares/* %{buildroot}%{_datadir}/calamares-asahi/ %{_datadir}/calamares-asahi/ %changelog +* Tue Sep 05 2023 Davide Cavalca - 20230905-1 +- Misc systemd service fixes +- Add missing changelog entries + +* Mon Sep 04 2023 Hector Martin - 20230904.1-1 +- Use kscreen to set display scale, switch to plasmashell + +* Mon Sep 04 2023 Hector Martin - 20230904-1 +- welcome: Add dummy RAM check +- branding: Double the SVG native size for the welcome laptop + * Sun Sep 03 2023 Hector Martin - 20230903-1 - Initial revision diff --git a/calamares-firstboot.service b/calamares-firstboot.service index 47a3aff..84e4936 100644 --- a/calamares-firstboot.service +++ b/calamares-firstboot.service @@ -21,10 +21,7 @@ TimeoutSec=0 RemainAfterExit=yes ExecStartPre=-/bin/plymouth quit # `runuser` triggers a new session via pam_systemd, to make everything work. -ExecStart=runuser -l root -c /usr/libexec/calamares-firstboot/setup.sh -TimeoutSec=0 -RemainAfterExit=no +ExecStart=/sbin/runuser -l root -c /usr/libexec/calamares-firstboot/setup.sh [Install] -WantedBy=graphical.target WantedBy=multi-user.target