Skip to content
Snippets Groups Projects
Commit 2d8cdca9 authored by Denis Pynkin's avatar Denis Pynkin Committed by Sjoerd Simons
Browse files

sdk-image: use systemd-boot instead of gummiboot


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 4985a60e
No related branches found
No related tags found
1 merge request!74sdk-image: use systemd-boot instead of gummiboot
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -69,21 +69,17 @@ actions:
- action: filesystem-deploy
description: Deploying ospack onto image
append-kernel-cmdline: {{ $cmdline }}
- action: apt
packages:
- gummiboot
- systemd-boot
- 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