From 3d72058e112fe855188dcc9cd6271032622088ab Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 10 Jul 2018 19:13:35 -0500 Subject: [PATCH] Remove the rm line of the shellprocess command (LP: #1780977). --- debian/changelog | 1 + lubuntu/modules/shellprocess.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 557610b..7a19d39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,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). + * Remove the rm line of the shellprocess command (LP: #1780977). -- Simon Quigley Tue, 10 Jul 2018 19:03:07 -0500 diff --git a/lubuntu/modules/shellprocess.conf b/lubuntu/modules/shellprocess.conf index cc84b53..05495fb 100644 --- a/lubuntu/modules/shellprocess.conf +++ b/lubuntu/modules/shellprocess.conf @@ -3,4 +3,3 @@ 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" - - "rm @@ROOT@@/home/*/calamares.desktop"