kfan / rpms / kexec-tools

Forked from rpms/kexec-tools 3 years ago
Clone

8eb199c mkdumprd: Do not add "nfs" dracut module explicitly

1 file Authored by Xunlei Pang 7 years ago, Committed by Dave Young 7 years ago,
1 file changed. 0 lines added. 8 lines removed.
    mkdumprd: Do not add "nfs" dracut module explicitly
    
    Kdump explicitly adds "nfs" dracut module in case of nfs dumping,
    actually in case of nfs dump, nfs is a mount target, and will be
    added into host_fs_types[], thus dracut will add it automatically,
    according to 95nfs/module-setup.sh check().
    
    So, we can safely remove all the add_dracut_module "nfs".
    
    Acked-by: Dave Young <dyoung@redhat.com>
    Signed-off-by: Xunlei Pang <xlpang@redhat.com>
    
        
file modified
+0 -8