modules/outputs: expose commandLineDtbNode
option
We allow `bootargs` and `bootargs-override` for now only. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -111,6 +111,7 @@ in
|
||||
};
|
||||
uimage = liminix.builders.uimage {
|
||||
commandLine = concatStringsSep " " config.boot.commandLine;
|
||||
inherit (config.boot) commandLineDtbNode;
|
||||
inherit (config.hardware) loadAddress entryPoint alignment;
|
||||
inherit (config.boot) imageFormat;
|
||||
inherit (o) kernel dtb;
|
||||
|
Reference in New Issue
Block a user