Skip to content

Commit 3de0998

Browse files
committed
Add make_nodes to example.toml
1 parent a19a00e commit 3de0998

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)