We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b73719 commit 9432b5eCopy full SHA for 9432b5e
docs/bootloader_config.md
@@ -24,6 +24,9 @@ The `build_dir`can be embedded into the Linux kernel with:
24
CONFIG_INITRAMFS_SOURCE="/tmp/initramfs"
25
```
26
27
+Take care to set `make_nodes = true` to create `/dev/console` in the build dir (instead of in the cpio when packing it).
28
+The console device node file is required in builtin initrds.
29
+
30
A CPIO file can be embedded into the Linux kernel with:
31
32
0 commit comments