# SPDX-FileCopyrightText: 2018-2019 Harald Sitter # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL # # Make sure the correct bootloader package is installed for efi. # Also pull in the shim so secureboot has a chance at working. --- firmwareType: efi: - command: echo "deb file:///pool/ focal main" > /etc/apt/sources.list.d/local.list - command: apt update - command: apt install -y -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-amd64-signed timeout: 300 - command: apt install -y -o Acquire::gpgv::Options::=--ignore-time-conflict shim timeout: 300 - command: apt install -y -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed timeout: 300 - command: rm -rf /etc/apt/sources.list.d/local.list timeout: 300