Update dracut.modules.7.asc

Update manpage to reflect code behavior for `inst` with >2 args.

Signed-off-by: Michael McCracken <michael.mccracken@gmail.com>
master
Michael McCracken 2018-04-26 23:27:17 -07:00 committed by Harald Hoyer
parent cae0004dbe
commit 3161dea8e1
1 changed files with 3 additions and 1 deletions

View File

@ -255,7 +255,9 @@ 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>.
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.

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