fix(module): add missing quotes to dtb kernelParam
This commit is contained in:
parent
f272df0009
commit
47af49c9b7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
# needed to boot
|
# needed to boot
|
||||||
dtb=${dtbName}
|
"dtb=${dtbName}"
|
||||||
|
|
||||||
# jhovold recommended
|
# jhovold recommended
|
||||||
"efi=noruntime"
|
"efi=noruntime"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue