You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calamares-settings-ubuntu/lubuntu/modules/before_bootloader_context.conf

18 lines
653 B

# Make sure the correct bootloader package is installed for EFI.
# Also pull in shim so secureboot has a chance at working.
---
firmwareType:
efi:
- command: apt-cdrom add -m -d=/media/cdrom/
timeout: 10
- command: apt-get update
timeout: 120
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-amd64-signed
timeout: 300
- command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
timeout: 300
- command: sed -i '/deb cdrom/d' /etc/apt/sources.list
timeout: 10
- command: apt-get update
timeout: 120