Skip to content

Commit 22af90e

Browse files
committed
re-add console node definition
this seems to be required for initarmfs images which are embedded into the kernel using CONFIG_EXTRA_FIRMWARE Signed-off-by: Zen <[email protected]>
1 parent a3cc9be commit 22af90e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/ugrd/base/compat.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/ugrd/base/core.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ binary_search_paths = [ "/bin", "/sbin", "/usr/bin", "/usr/sbin" ]
1313
old_count = 1
1414
timeout = 15
1515

16+
[nodes.console]
17+
mode = 0o644
18+
major = 5
19+
minor = 1
20+
1621
[imports.config_processing]
1722
"ugrd.base.core" = [ "_process_build_logging",
1823
"_process_out_file",

0 commit comments

Comments
 (0)