mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-25 08:31:30 +00:00
Remove after_bootloader contextual process
This commit is contained in:
parent
052f17fd80
commit
ec477ab8e9
8
debian/changelog
vendored
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.
|
* 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
|
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
|
- id: before_bootloader
|
||||||
module: contextualprocess
|
module: contextualprocess
|
||||||
config: before_bootloader_context.conf
|
config: before_bootloader_context.conf
|
||||||
- id: after_bootloader
|
|
||||||
module: contextualprocess
|
|
||||||
config: after_bootloader_context.conf
|
|
||||||
- id: logs
|
- id: logs
|
||||||
module: shellprocess
|
module: shellprocess
|
||||||
config: shellprocess_logs.conf
|
config: shellprocess_logs.conf
|
||||||
@ -66,7 +63,6 @@ sequence:
|
|||||||
- grubcfg
|
- grubcfg
|
||||||
- contextualprocess@before_bootloader
|
- contextualprocess@before_bootloader
|
||||||
- bootloader
|
- bootloader
|
||||||
- contextualprocess@after_bootloader
|
|
||||||
- automirror
|
- automirror
|
||||||
- shellprocess@add386arch
|
- shellprocess@add386arch
|
||||||
- shellprocess@fixconkeys_part1
|
- 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
|
- id: before_bootloader
|
||||||
module: contextualprocess
|
module: contextualprocess
|
||||||
config: before_bootloader_context.conf
|
config: before_bootloader_context.conf
|
||||||
- id: after_bootloader
|
|
||||||
module: contextualprocess
|
|
||||||
config: after_bootloader_context.conf
|
|
||||||
- id: logs
|
- id: logs
|
||||||
module: shellprocess
|
module: shellprocess
|
||||||
config: shellprocess_logs.conf
|
config: shellprocess_logs.conf
|
||||||
@ -66,7 +63,6 @@ sequence:
|
|||||||
- grubcfg
|
- grubcfg
|
||||||
- contextualprocess@before_bootloader
|
- contextualprocess@before_bootloader
|
||||||
- bootloader
|
- bootloader
|
||||||
- contextualprocess@after_bootloader
|
|
||||||
- automirror
|
- automirror
|
||||||
- shellprocess@add386arch
|
- shellprocess@add386arch
|
||||||
- shellprocess@fixconkeys_part1
|
- 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
|
- id: before_bootloader
|
||||||
module: contextualprocess
|
module: contextualprocess
|
||||||
config: before_bootloader_context.conf
|
config: before_bootloader_context.conf
|
||||||
- id: after_bootloader
|
|
||||||
module: contextualprocess
|
|
||||||
config: after_bootloader_context.conf
|
|
||||||
- id: logs
|
- id: logs
|
||||||
module: shellprocess
|
module: shellprocess
|
||||||
config: shellprocess_logs.conf
|
config: shellprocess_logs.conf
|
||||||
@ -66,7 +63,6 @@ sequence:
|
|||||||
- grubcfg
|
- grubcfg
|
||||||
- contextualprocess@before_bootloader
|
- contextualprocess@before_bootloader
|
||||||
- bootloader
|
- bootloader
|
||||||
- contextualprocess@after_bootloader
|
|
||||||
- automirror
|
- automirror
|
||||||
- shellprocess@add386arch
|
- shellprocess@add386arch
|
||||||
- shellprocess@fixconkeys_part1
|
- shellprocess@fixconkeys_part1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user