Increase the timeout for the shellprocess command (LP: #1781015).

ubuntu/focal
Simon Quigley 6 years ago
parent 3cd916a8e3
commit 756ccfef18

1
debian/changelog vendored

@ -1,6 +1,7 @@
calamares-settings-ubuntu (5) UNRELEASED; urgency=medium
* Add translations support for the desktop file and the installer slideshow.
* Increase the timeout for the shellprocess commands (LP: #1781015).
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Jul 2018 19:03:07 -0500

@ -1,5 +1,5 @@
dontChroot: true
timeout: 60
timeout: 300
script:
- "cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)"
- "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ apt-cdrom add && chroot @@ROOT@@ sed -e '/deb http/ s/^#*/#/' -i /etc/apt/sources.list && chroot @@ROOT@@ apt update && chroot @@ROOT@@ apt -y install grub-efi-amd64-bin && chroot @@ROOT@@ sed -i 's/#deb/deb/' /etc/apt/sources.list || exit 0"

Loading…
Cancel
Save