From 2d8cdca9eec38ddc936db24985daaf36702ebf3e Mon Sep 17 00:00:00 2001
From: Denis Pynkin <denis.pynkin@collabora.com>
Date: Thu, 7 Feb 2019 12:55:23 +0300
Subject: [PATCH] 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: Denis Pynkin <denis.pynkin@collabora.com>
---
 apertis-image-sdk.yaml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/apertis-image-sdk.yaml b/apertis-image-sdk.yaml
index f77b46a0..55a21f6e 100644
--- a/apertis-image-sdk.yaml
+++ b/apertis-image-sdk.yaml
@@ -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:
-- 
GitLab