From b9cc6f7ca95014c779364908ce6aa99997d4ae73 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 23 Nov 2010 12:51:31 +0100 Subject: [PATCH] dracut.xml: fixed "Omitting dracut Modules" --- dracut.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut.xml b/dracut.xml index 01314e3e..5e728aa0 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
-- 2.11.4.GIT