Remove after_bootloader contextual process

ubuntu/noble ubuntu/1%24.04.29
Walter Lapchynski 1 month ago
parent 052f17fd80
commit ec477ab8e9

8
debian/changelog vendored

@ -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 <arraybolt3@ubuntu.com> Mon, 15 Apr 2024 15:49:38 -0400
[ Walter Lapchynski ]
* Remove after_bootloader contextual process. (LP: #2061681)
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 16 Apr 2024 01:10:47 +0000
calamares-settings-ubuntu (1:24.04.28) noble; urgency=medium

@ -1,5 +0,0 @@
---
dontChroot: false
timeout: 120
firmwareType:
"*": "-rm ${ROOT}/home/${USER}/Desktop/kubuntu-calamares.desktop"

@ -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

@ -1,5 +0,0 @@
---
dontChroot: false
timeout: 120
firmwareType:
"*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"

@ -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

@ -1,5 +0,0 @@
---
dontChroot: false
timeout: 120
firmwareType:
"*": "-rm ${ROOT}/home/${USER}/Desktop/lubuntu-calamares.desktop"

@ -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

Loading…
Cancel
Save