Skip to content
Closed
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
8 changes: 5 additions & 3 deletions man/dracut.modules.7.asc
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,11 @@ not lead to an error.
==== inst <src> [<dst>]

installs _one_ file <src> either to the same place in the initramfs or to an
optional <dst>. inst with more than two arguments is treated the same as
inst_multiple, all arguments are treated as files to install and none as
install destinations.
optional <dst>, which is expected to be a full path including the filename. If
<dst> includes a directory that does not exist yet, it will be created before
installing <src> to it. inst with more than two arguments is treated the same as
inst_multiple, all arguments are treated as files to install and none as install
destinations.

==== inst_hook <hookdir> <prio> <src>

Expand Down
Loading