From e6f7fb2f5af1f26e306427a512f53fc775a48ed2 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 22 Nov 2023 15:38:04 -0600 Subject: [PATCH] Explicitly depend on lubuntu-installer-prompt, which provides a default workflow on the live system. Remove this package at the end of the install as well. --- debian/changelog | 3 +++ debian/control | 1 + lubuntu/modules/packages.conf | 1 + 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index a871345..b3900c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ calamares-settings-ubuntu (1:24.04.8) UNRELEASED; urgency=medium * Use lxqt-sudo instead of sudo, to pick up theming. * Even if modules fail, try to perform the unmount. + * Explicitly depend on lubuntu-installer-prompt, which provides a default + workflow on the live system. Remove this package at the end of the install + as well. -- Simon Quigley Wed, 22 Nov 2023 15:22:22 -0600 diff --git a/debian/control b/debian/control index 18dd7c9..61c7c27 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Package: calamares-settings-lubuntu Architecture: all Depends: calamares-settings-ubuntu-common (>= ${binary:Version}), ${misc:Depends} +Recommends: lubuntu-installer-prompt Conflicts: calamares-settings-ubuntustudio Description: Lubuntu Calamares Settings and Branding This package contains the Calamares settings and branding for Lubuntu. diff --git a/lubuntu/modules/packages.conf b/lubuntu/modules/packages.conf index 9c8c808..bff093c 100644 --- a/lubuntu/modules/packages.conf +++ b/lubuntu/modules/packages.conf @@ -7,6 +7,7 @@ operations: - calamares - zram-config - cifs-utils + - lubuntu-installer-prompt - try_install: - language-pack-$LOCALE - language-pack-gnome-$LOCALE