From 9bb6257dd2adaaf2f21f8e742a1bb33e36a3d576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 6 Jul 2026 20:24:53 +0200 Subject: [PATCH] fix: copy finished.conf to shared modules dir finished.conf was only in calamares-online/modules/ and calamares-offline/modules/, not in calamares/modules/. When settings.conf gets copied at runtime, Calamares looks for modules at /etc/calamares/modules/finished.conf which didn't exist, silently falling back to defaults with systemctl reboot (broken on Artix). --- .../live-overlay/etc/calamares/modules/finished.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iso-profiles/antergos/live-overlay/etc/calamares/modules/finished.conf diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/finished.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/finished.conf new file mode 100644 index 0000000..1983892 --- /dev/null +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/finished.conf @@ -0,0 +1,6 @@ +--- +restartNowMode: user-unchecked + +restartNowCommand: "loginctl reboot" + +notifyOnFinished: false