Skip to content
Snippets Groups Projects
Commit 4e451a8b authored by Emanuele Aina's avatar Emanuele Aina
Browse files

image-uboot: Use the Debos kernel commandline management tools


Use the `{setup,append}-kernel-cmdline` properties from the
`filesystem-deploy` Debos action to configure the commandline parameters
for the Linux kernel, rather than setting them by hand via sed.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 27e00b4e
No related branches found
No related tags found
1 merge request!118image-uboot: Use the Debos kernel commandline management tools
......@@ -75,13 +75,10 @@ actions:
end: -4M
- action: filesystem-deploy
setup-kernel-cmdline: true
append-kernel-cmdline: $cmdline
description: Deploying ospack onto image
- action: run
description: Add kernel parameters
chroot: true
command: sed -i '1 s/$/{{ $cmdline }}/' /etc/kernel/cmdline
- action: apt
description: Kernel and system 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