From 560e9a36cd30bfdd39c010dbb7affa0c4497e0ad Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Thu, 16 Jan 2025 23:10:14 +0100 Subject: [PATCH] calamares: Enable reboot after installation **Summary** Enable the 'Restart now' checkbox after installation. --- packages/c/calamares/files/install/modules/finished.conf | 4 ++++ packages/c/calamares/package.yml | 2 +- packages/c/calamares/pspec_x86_64.xml | 7 ++++--- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 packages/c/calamares/files/install/modules/finished.conf diff --git a/packages/c/calamares/files/install/modules/finished.conf b/packages/c/calamares/files/install/modules/finished.conf new file mode 100644 index 00000000000..d117c862f08 --- /dev/null +++ b/packages/c/calamares/files/install/modules/finished.conf @@ -0,0 +1,4 @@ +--- +restartNowMode: user-unchecked +restartNowCommand: "systemctl -i reboot" +notifyOnFinished: false diff --git a/packages/c/calamares/package.yml b/packages/c/calamares/package.yml index 10c7efe5ed4..3d6ecbf20fc 100644 --- a/packages/c/calamares/package.yml +++ b/packages/c/calamares/package.yml @@ -1,6 +1,6 @@ name : calamares version : 3.3.13 -release : 29 +release : 30 source : - https://github.com/calamares/calamares/releases/download/v3.3.13/calamares-3.3.13.tar.gz : e49cf7d894e02ba04898cd0770cb578b4e24dfd0808ab7660bf95bb2456648d4 homepage : https://calamares.io diff --git a/packages/c/calamares/pspec_x86_64.xml b/packages/c/calamares/pspec_x86_64.xml index febc8ebde99..af779cd6054 100644 --- a/packages/c/calamares/pspec_x86_64.xml +++ b/packages/c/calamares/pspec_x86_64.xml @@ -197,6 +197,7 @@ /usr/share/calamares/modules/bootloader.conf /usr/share/calamares/modules/contextualprocess_packageoptions.conf /usr/share/calamares/modules/displaymanager.conf + /usr/share/calamares/modules/finished.conf /usr/share/calamares/modules/fstab.conf /usr/share/calamares/modules/locale.conf /usr/share/calamares/modules/mount.conf @@ -292,7 +293,7 @@ programming.devel - calamares + calamares /usr/include/libcalamares/Branding.h @@ -415,8 +416,8 @@ - - 2025-01-16 + + 2025-01-17 3.3.13 Packaging update Silke Hofstra