Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/bootloader_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ The `build_dir`can be embedded into the Linux kernel with:
CONFIG_INITRAMFS_SOURCE="/tmp/initramfs"
```

Take care to set `make_nodes = true` to create `/dev/console` in the build dir (instead of in the cpio when packing it).
The console device node file is required in builtin initrds.

A CPIO file can be embedded into the Linux kernel with:

```
Expand Down