mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 23:31:08 +00:00
Remove timeouts re: networking/update-initramfs
This commit is contained in:
parent
825b0631bd
commit
b2766f78bc
@ -11,8 +11,5 @@ firmwareType:
|
||||
- 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
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
dontChroot: false
|
||||
timeout: 300
|
||||
script:
|
||||
- /usr/libexec/fixconkeys-part2
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
calamares-settings-ubuntu (1:24.04.35) noble; urgency=medium
|
||||
|
||||
* Remove timeouts for network-related package commands. (LP: #2062106)
|
||||
* Remove timeouts for update-initramfs. (LP: #2060429)
|
||||
|
||||
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 19 Apr 2024 21:23:54 +0000
|
||||
|
||||
calamares-settings-ubuntu (1:24.04.34) noble; urgency=medium
|
||||
|
||||
* Add icon on Desktop to finish OEM install. (LP: #2060928)
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: false
|
||||
timeout: 900
|
||||
"packages.minimalButton":
|
||||
true:
|
||||
- "DEBIAN_FRONTEND=noninteractive apt-get -y --purge remove kmahjongg kmines kpat ksudoku skanlite skanpage okular libreoffice* kdeconnect krdc konversation neochat elisa haruna vim snapd partitionmanager usb-creator* plasma-welcome kde-config-tablet plasma-welcome"
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: true
|
||||
timeout: 900
|
||||
"packages.elementButton":
|
||||
true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed element-desktop"
|
||||
"packages.kritaButton":
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: false
|
||||
timeout: 900
|
||||
"packages.minimalButton":
|
||||
true:
|
||||
- "DEBIAN_FRONTEND=noninteractive apt-get -y --purge remove snapd lubuntu-snap-installation-monitor vlc plasma-discover transmission-qt quassel 2048-qt featherpad noblenote kcalc qps zsync partitionmanager qapt-deb-installer picom qlipper qtpass libreoffice*"
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: true
|
||||
timeout: 900
|
||||
"packages.elementButton":
|
||||
true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed element-desktop"
|
||||
"packages.kritaButton":
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: false
|
||||
timeout: 900
|
||||
"packages.minimalButton":
|
||||
true:
|
||||
- "DEBIAN_FRONTEND=noninteractive apt-get -y --purge remove snapd aisleriot atril cheese simple-scan gdebi gparted *kvantum* libreoffice* gnome-mahjongg gnome-mines remmina rhythmbox shotwell gnome-sudoku synaptic transmission-gtk vlc stacer"
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
dontChroot: true
|
||||
timeout: 900
|
||||
"packages.elementButton":
|
||||
true: "snap-seed-glue --seed ${ROOT}/var/lib/snapd/seed element-desktop"
|
||||
"packages.kritaButton":
|
||||
|
Loading…
x
Reference in New Issue
Block a user