Skip to content
Snippets Groups Projects
Commit 15f3b53c authored by Laci Tele's avatar Laci Tele
Browse files

bootscripts-ubuntu: disable systemd-gpt-auto-generator

parent ea9c2aa1
No related branches found
No related tags found
No related merge requests found
...@@ -76,9 +76,12 @@ if itest.s x${consoleblank} == x ; then ...@@ -76,9 +76,12 @@ if itest.s x${consoleblank} == x ; then
fi fi
setenv bootargs ${bootargs} vmalloc=400M consoleblank=${consoleblank} rootwait fixrtc cpu=${imx_cpu} board=${board} 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 if load ${devtype} ${devnum}:${distro_bootpart} ${a_fdt} ${prefix}${fdt_file} ; then
fdt addr ${a_fdt} fdt addr ${a_fdt}
setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff
echo "Device tree loaded: ${prefix}${fdt_file}";
else else
echo "!!!! Error loading ${prefix}${fdt_file}"; echo "!!!! Error loading ${prefix}${fdt_file}";
exit; exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment