mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-03-12 17:47:40 +00:00
Prevent apt update crashes during install
This commit is contained in:
parent
964f6fa8ea
commit
669840c921
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
update_db: true
|
||||
ignore_update_db_error: true
|
||||
backend: apt
|
||||
operations:
|
||||
- remove:
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
update_db: true
|
||||
ignore_update_db_error: true
|
||||
backend: apt
|
||||
operations:
|
||||
- remove:
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
update_db: true
|
||||
ignore_update_db_error: true
|
||||
backend: apt
|
||||
operations:
|
||||
- remove:
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
update_db: true
|
||||
ignore_update_db_error: true
|
||||
backend: apt
|
||||
operations:
|
||||
- remove:
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
update_db: true
|
||||
ignore_update_db_error: true
|
||||
backend: apt
|
||||
operations:
|
||||
- remove:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user