Even if modules fail, try to perform the unmount.

This commit is contained in:
Simon Quigley 2023-11-22 15:35:06 -06:00
parent 0ab235c89e
commit dfe54b454d
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
# Setting emergency to true will make it so this module is still run
# when a prior module fails
emergency: true

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
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.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 22 Nov 2023 15:22:22 -0600