mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-05 06:41:32 +00:00
Remove the rm line of the shellprocess command (LP: #1780977).
This commit is contained in:
parent
756ccfef18
commit
3d72058e11
1
debian/changelog
vendored
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.
|
* Add translations support for the desktop file and the installer slideshow.
|
||||||
* Increase the timeout for the shellprocess commands (LP: #1781015).
|
* 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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Jul 2018 19:03:07 -0500
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ timeout: 300
|
|||||||
script:
|
script:
|
||||||
- "cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)"
|
- "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"
|
- "[ -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…
x
Reference in New Issue
Block a user