diff --git a/debian/changelog b/debian/changelog index ee7022f..016e740 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -calamares-settings-ubuntu (1:24.04.29) UNRELEASED; urgency=medium +calamares-settings-ubuntu (1:24.04.29) noble; urgency=medium + [ Aaron Rainbolt ] * Change Kubuntu's Calamares sidebar color. - -- Aaron Rainbolt Mon, 15 Apr 2024 15:49:38 -0400 + [ Walter Lapchynski ] + * Remove after_bootloader contextual process. (LP: #2061681) + + -- Walter Lapchynski Tue, 16 Apr 2024 01:10:47 +0000 calamares-settings-ubuntu (1:24.04.28) noble; urgency=medium diff --git a/kubuntu/modules/after_bootloader_context.conf b/kubuntu/modules/after_bootloader_context.conf deleted file mode 100644 index 19e152c..0000000 --- a/kubuntu/modules/after_bootloader_context.conf +++ /dev/null @@ -1,5 +0,0 @@ ---- -dontChroot: false -timeout: 120 -firmwareType: - "*": "-rm ${ROOT}/home/${USER}/Desktop/kubuntu-calamares.desktop" diff --git a/kubuntu/settings.conf b/kubuntu/settings.conf index 9fcfd32..35d842c 100644 --- a/kubuntu/settings.conf +++ b/kubuntu/settings.conf @@ -8,9 +8,6 @@ instances: - id: before_bootloader module: contextualprocess config: before_bootloader_context.conf -- id: after_bootloader - module: contextualprocess - config: after_bootloader_context.conf - id: logs module: shellprocess config: shellprocess_logs.conf @@ -66,7 +63,6 @@ sequence: - grubcfg - contextualprocess@before_bootloader - bootloader - - contextualprocess@after_bootloader - automirror - shellprocess@add386arch - shellprocess@fixconkeys_part1 diff --git a/lubuntu/modules/after_bootloader_context.conf b/lubuntu/modules/after_bootloader_context.conf deleted file mode 100644 index 7d1620b..0000000 --- a/lubuntu/modules/after_bootloader_context.conf +++ /dev/null @@ -1,5 +0,0 @@ ---- -dontChroot: false -timeout: 120 -firmwareType: - "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" diff --git a/lubuntu/settings.conf b/lubuntu/settings.conf index 1696bc6..8307136 100644 --- a/lubuntu/settings.conf +++ b/lubuntu/settings.conf @@ -8,9 +8,6 @@ instances: - id: before_bootloader module: contextualprocess config: before_bootloader_context.conf -- id: after_bootloader - module: contextualprocess - config: after_bootloader_context.conf - id: logs module: shellprocess config: shellprocess_logs.conf @@ -66,7 +63,6 @@ sequence: - grubcfg - contextualprocess@before_bootloader - bootloader - - contextualprocess@after_bootloader - automirror - shellprocess@add386arch - shellprocess@fixconkeys_part1 diff --git a/ubuntuunity/modules/after_bootloader_context.conf b/ubuntuunity/modules/after_bootloader_context.conf deleted file mode 100644 index 7d1620b..0000000 --- a/ubuntuunity/modules/after_bootloader_context.conf +++ /dev/null @@ -1,5 +0,0 @@ ---- -dontChroot: false -timeout: 120 -firmwareType: - "*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop" diff --git a/ubuntuunity/settings.conf b/ubuntuunity/settings.conf index 14e2354..5011a47 100644 --- a/ubuntuunity/settings.conf +++ b/ubuntuunity/settings.conf @@ -8,9 +8,6 @@ instances: - id: before_bootloader module: contextualprocess config: before_bootloader_context.conf -- id: after_bootloader - module: contextualprocess - config: after_bootloader_context.conf - id: logs module: shellprocess config: shellprocess_logs.conf @@ -66,7 +63,6 @@ sequence: - grubcfg - contextualprocess@before_bootloader - bootloader - - contextualprocess@after_bootloader - automirror - shellprocess@add386arch - shellprocess@fixconkeys_part1