From 15f3b53ceba71ba7150b83965b38bfc4c70d5878 Mon Sep 17 00:00:00 2001
From: Laci Tele <laci@boundarydevices.com>
Date: Sun, 28 Jul 2019 03:05:29 -0700
Subject: [PATCH] bootscripts-ubuntu: disable systemd-gpt-auto-generator

Signed-off-by: Laci Tele <laci@boundarydevices.com>
---
 board/boundary/bootscripts/bootscript-ubuntu.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/boundary/bootscripts/bootscript-ubuntu.txt b/board/boundary/bootscripts/bootscript-ubuntu.txt
index c520749cc36..6bd5377db75 100644
--- a/board/boundary/bootscripts/bootscript-ubuntu.txt
+++ b/board/boundary/bootscripts/bootscript-ubuntu.txt
@@ -76,9 +76,12 @@ if itest.s x${consoleblank} == x ; then
 fi
 setenv bootargs ${bootargs} vmalloc=400M consoleblank=${consoleblank} rootwait fixrtc cpu=${imx_cpu} board=${board}
 
+setenv bootargs ${bootargs} systemd.gpt_auto=0
+
 if load ${devtype} ${devnum}:${distro_bootpart} ${a_fdt} ${prefix}${fdt_file} ; then
 	fdt addr ${a_fdt}
 	setenv fdt_high 0xffffffff
+	echo "Device tree loaded: ${prefix}${fdt_file}";
 else
 	echo "!!!! Error loading ${prefix}${fdt_file}";
 	exit;
-- 
GitLab