Prevent apt update crashes during install

This commit is contained in:
Aaron Rainbolt 2026-03-10 15:23:25 -04:00
parent 964f6fa8ea
commit 669840c921
Signed by: arraybolt3
GPG Key ID: 39ADDC9EE23AEB08
7 changed files with 13 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
calamares-settings-ubuntu (1:26.04.6) resolute; urgency=medium
* Don't crash the installer if the software database update fails (LP:
#2143847)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 10 Mar 2026 15:22:04 -0400
calamares-settings-ubuntu (1:26.04.5) resolute; urgency=medium
* Fix an install crash caused by a missing `umount` command in

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
operations:
- remove:

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
operations:
- remove:

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
# No remove operations are needed any longer; the squashfs containing
# live-only packages is never unpacked onto the installed system.

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
operations:
- remove:

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
operations:
- remove:

View File

@ -1,4 +1,5 @@
update_db: true
ignore_update_db_error: true
backend: apt
operations:
- remove: