From 756ccfef18776e8a73893dfe34513408712702b5 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 10 Jul 2018 19:10:47 -0500 Subject: [PATCH] Increase the timeout for the shellprocess command (LP: #1781015). --- debian/changelog | 1 + lubuntu/modules/shellprocess.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 94278c5..557610b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 10 Jul 2018 19:03:07 -0500 diff --git a/lubuntu/modules/shellprocess.conf b/lubuntu/modules/shellprocess.conf index eb7c9ec..cc84b53 100644 --- a/lubuntu/modules/shellprocess.conf +++ b/lubuntu/modules/shellprocess.conf @@ -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"