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
Branches debian/bookworm debian/bookworm-security
Tags debian/2%21.1.7-3+deb12u9
No related merge requests found
...@@ -69,21 +69,17 @@ actions: ...@@ -69,21 +69,17 @@ actions:
- action: filesystem-deploy - action: filesystem-deploy
description: Deploying ospack onto image description: Deploying ospack onto image
append-kernel-cmdline: {{ $cmdline }}
- action: apt - action: apt
packages: packages:
- gummiboot - systemd-boot
- action: run - action: run
description: Install UEFI bootloader description: Install UEFI bootloader
chroot: true chroot: true
command: bootctl --path=/boot/efi install 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 - action: apt
description: Kernel and system packages for {{$architecture}} description: Kernel and system packages for {{$architecture}}
packages: 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