]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Update dracut.modules.7.asc
authorMichael McCracken <michael.mccracken@gmail.com>
Fri, 27 Apr 2018 06:27:17 +0000 (23:27 -0700)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 30 Apr 2018 19:48:34 +0000 (21:48 +0200)
Update manpage to reflect code behavior for `inst` with >2 args.

Signed-off-by: Michael McCracken <michael.mccracken@gmail.com>
dracut.modules.7.asc

index 9c3f547567b4476cbc00c5363ff8ed220d83264c..69ac6c44e7e8554e0394f495911886fd533b03d8 100644 (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>