fix(module): add missing quotes to dtb kernelParam

This commit is contained in:
steveej 2024-01-24 11:58:05 +00:00 committed by adamcstephens
parent f272df0009
commit 47af49c9b7

View file

@ -66,7 +66,7 @@ in
kernelParams = [
# needed to boot
dtb=${dtbName}
"dtb=${dtbName}"
# jhovold recommended
"efi=noruntime"