diff options
author | Harald Hoyer <harald@redhat.com> | 2009-09-09 17:02:37 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-09-09 17:02:37 +0200 |
commit | cb47caf786f68b2c2a239bb726cf84f38b9b50b4 (patch) | |
tree | 6b9636b0058b2db5b86cd5cde04d13bdaf60e9fc /dracut.conf | |
parent | d9f063387872dc05b222fdd4303c0751c3a72c56 (diff) | |
download | dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.tar.gz dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.tar.bz2 dracut-cb47caf786f68b2c2a239bb726cf84f38b9b50b4.zip |
add parameter to specify additional kernel modules to include
--add-drivers for dracut
add_drivers for dracut.conf
Diffstat (limited to 'dracut.conf')
-rw-r--r-- | dracut.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dracut.conf b/dracut.conf index f4e4daa8..73d064fe 100644 --- a/dracut.conf +++ b/dracut.conf @@ -6,8 +6,8 @@ # Dracut modules to omit #omit_dracutmodules="" -# Additional kernel modules to install -#drivers="" +# additional kernel modules to the default +#add_drivers="" # build initrd only to boot current hardware #hostonly="-h" |