Remove the rm line of the shellprocess command (LP: #1780977).

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

1
debian/changelog vendored

@ -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 <tsimonq2@ubuntu.com> Tue, 10 Jul 2018 19:03:07 -0500

@ -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"

Loading…
Cancel
Save