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 examples/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ modules = [
#out_dir = "/usr/src/initramfs"
#out_dir = "/boot"

# create device nodes in build dir, requires root
#make_nodes = true

# By default, xz compression is used. This can be disabled or set to zstd if the zstandard python module is installed
#cpio_compression = "zstd" # Use zstd compression
#cpio_compression = false # No compression
Expand Down