From: Harald Hoyer Date: Tue, 23 Nov 2010 11:51:31 +0000 (+0100) Subject: dracut.xml: fixed "Omitting dracut Modules" X-Git-Tag: 008~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9cc6f7ca95014c779364908ce6aa99997d4ae73;p=thirdparty%2Fdracut.git dracut.xml: fixed "Omitting dracut Modules" --- diff --git a/dracut.xml b/dracut.xml index 01314e3e9..5e728aa0c 100644 --- a/dracut.xml +++ b/dracut.xml @@ -163,7 +163,7 @@ include ld.so.conf.d/*.conf
Omitting dracut Modules - Sometimes you don't want a dracut module to be included for reasons of speed, size or functionality. To do this, either specify the add_dracutmodules variable in the dracut.conf or /etc/dracut.conf.d/myconf.conf configuration file (see man page ), or use the or option on the command line: + Sometimes you don't want a dracut module to be included for reasons of speed, size or functionality. To do this, either specify the omit_dracutmodules variable in the dracut.conf or /etc/dracut.conf.d/myconf.conf configuration file (see man page ), or use the or option on the command line: # dracut -o "multipath lvm" no-multipath-lvm.img