Am 09.05.2012 09:35, schrieb Dave Young:
> Hi, harald
>
> Dracut options '-I' and '-a' both mean optionally install file/ko
this is wrong
$ man dracut
"-a" means
-a, --add <list of dracut modules>
add a space-separated list of dracut modules to the default set of
modules. This parameter
can be specified multiple times.
Note
If [LIST] has multiple arguments, then you have to put these in
quotes. For example:
# dracut --add "module1 module2" ...
"-I" means
-I, --install <file list>
install the space separated list of files into the initramfs.
Note
If [LIST] has multiple arguments, then you have to put these in
quotes. For example:
+
# dracut --install "/bin/foo /sbin/bar" ...
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html