Skip to content
Snippets Groups Projects
Commit c222287a authored by Denis Pynkin's avatar Denis Pynkin
Browse files

uefi-image: use systemd-boot instead of gummiboot


Do not need to install package `gimmiboot` since systemd-boot has
support of EFI configurtion.
Added kernel command line to `filesystem-deploy` action for proper
generation of `/ets/kernel/cmdline` file.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 30e5ee16
No related branches found
No related tags found
No related merge requests found
......@@ -108,21 +108,13 @@ actions:
- action: filesystem-deploy
description: Deploying ospack onto image
- action: apt
packages:
- gummiboot
append-kernel-cmdline: {{ $cmdline }}
- action: run
description: Install UEFI bootloader
chroot: true
command: bootctl --path=/boot/efi install
- action: run
description: Add kernel parameters
chroot: true
command: sed -i -e 's%GUMMIBOOT_OPTIONS=.*%GUMMIBOOT_OPTIONS="{{ $cmdline }}"%' /etc/default/gummiboot
- action: apt
description: Kernel and system packages for {{$architecture}}
packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment