tinyramfs(8) "tinyramfs" "2022-05-09" # NAME tinyramfs - create an initramfs # SYNOPSIS *tinyramfs* [*-dfhl*] [*-c* file] [*-k* kern] [*-m* path] # DESCRIPTION The tinyramfs utility generates an initramfs image for loading kernel modules, unlocking encrypted drives, mounting needed filesystems, etc. # OPTIONS *-c* Use as configuration, instead of /etc/tinyramfs/config. *-d* Enable debug mode; print every command tinyramfs executes to standard error. *-f* Overwrite the output file if it already exists. *-h* Show a summary of options accepted by tinyramfs. *-k* Set the kernel version to . This way tinyramfs knows which kernel modules to use. *-l* Use helper scripts in $PWD/lib/, instead of /lib/tinyramfs/. *-m* Look for kernel modules in , instead of /lib/modules/. # FILES /lib/tinyramfs/hook.d/ tinyramfs hooks # SEE ALSO *tinyramfs*(5) # AUTHORS tinyramfs by illiliti *https://github.com/illiliti*++ man page by fluorescent_haze *https://github.com/fluorescent-haze*