mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-08-09 06:34:04 +00:00
Summary: Fixes T82. Test Plan: Install and reboot. Desktop should be free of the install .desktop file. This has been tested already for EFI and BIOS in a virtual machine, but since this is related to a task that concerns a rather particular system consisting of 32 bit EFI with a 64 bit processor, it will need to be tested in other cases. Reviewers: tsimonq2 Reviewed By: tsimonq2 Maniphest Tasks: T82 Differential Revision: https://phab.lubuntu.me/D30
10 lines
428 B
Plaintext
10 lines
428 B
Plaintext
# Workaround from ubiquity. Ubuntu's grub will want to look in EFI/ubuntu, so
|
|
# let's make sure it can find something there.
|
|
# This only copies the cfg and doesn't overwrite, this is specifically so
|
|
# this doesn't interfere with an Ubuntu installed on the system already.
|
|
---
|
|
dontChroot: false
|
|
timeout: 120
|
|
firmwareType:
|
|
"*": "-for i in `ls @@ROOT@@/home/`; do rm @@ROOT@@/home/$i/Desktop/calamares.desktop || exit 0; done"
|