mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Ensure that calamares.desktop is removed from all new users on a freshly-installed system.
This commit is contained in:
parent
27a5310e35
commit
06ab2e9613
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ calamares-settings-ubuntu (7) UNRELEASED; urgency=medium
|
||||
* Fix geoip timezone detection.
|
||||
* Update translations and add support for Portuguese and Brazilian
|
||||
Portuguese.
|
||||
* Ensure that calamares.desktop is removed from all new users on a
|
||||
freshly-installed system.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 11 Jul 2018 22:35:58 -0500
|
||||
|
||||
|
@ -3,3 +3,4 @@ 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"
|
||||
- "for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done"
|
||||
|
Loading…
x
Reference in New Issue
Block a user