Skip to content

Commit 569fb21

Browse files
authored
Add make_nodes to example.toml
1 parent 94b7d14 commit 569fb21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/example.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ modules = [
2525
#out_dir = "/usr/src/initramfs"
2626
#out_dir = "/boot"
2727

28+
# create device nodes in build dir, requires root
29+
#make_nodes = true
30+
2831
# By default, xz compression is used. This can be disabled or set to zstd if the zstandard python module is installed
2932
#cpio_compression = "zstd" # Use zstd compression
3033
#cpio_compression = false # No compression

0 commit comments

Comments
 (0)