From 98bdb23f01a6ddb03af525e560b6ec523faaf185 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Mon, 4 Dec 2023 18:50:29 +0000 Subject: [PATCH] deviceinfo: parse GenerateSystemdBoot option (MR 44) This will be used to adjust behaviour when using systemd boot Signed-off-by: Caleb Connolly --- pkgs/deviceinfo/deviceinfo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/deviceinfo/deviceinfo.go b/pkgs/deviceinfo/deviceinfo.go index 59d039e..40ce079 100644 --- a/pkgs/deviceinfo/deviceinfo.go +++ b/pkgs/deviceinfo/deviceinfo.go @@ -19,6 +19,7 @@ type DeviceInfo struct { InitfsCompression string InitfsExtraCompression string UbootBoardname string + GenerateSystemdBoot string } // Reads the relevant entries from "file" into DeviceInfo struct