mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Ensure upgrades don't happen for EFI packages.
This commit is contained in:
parent
3915c9a26f
commit
07a443fb58
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
calamares-settings-ubuntu (27) cosmic; urgency=medium
|
||||
|
||||
* Add missing identifiers for urllib exception handling.
|
||||
* Add missing identifiers for urllib exception handling.
|
||||
* Lubuntu: ensure upgrades don't happen for EFI packages.
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Mon, 15 Oct 2018 21:01:34 -0700
|
||||
|
||||
|
@ -8,13 +8,11 @@ firmwareType:
|
||||
"*":
|
||||
- command: apt-cdrom add -m -d=/media/cdrom/
|
||||
timeout: 10
|
||||
- command: sed -i '/deb http/d' /etc/apt/sources.list
|
||||
timeout: 10
|
||||
- command: apt-get update
|
||||
timeout: 120
|
||||
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
|
||||
timeout: 300
|
||||
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
|
||||
timeout: 300
|
||||
- command: sed -i '/deb cdrom/d' /etc/apt/sources.list
|
||||
timeout: 10
|
||||
- command: apt-get update
|
||||
timeout: 120
|
||||
|
Loading…
x
Reference in New Issue
Block a user