[kexec-tools] do not add fstab-sys module in dracut cmdline

Dave Young yangrr at fedoraproject.org
Thu Jul 12 03:21:14 UTC 2012


commit 88b03bf0bac3a66cf7a0e003e06f803b3de570e6
Author: Dave Young <dyoung at redhat.com>
Date:   Thu Jul 12 11:15:35 2012 +0800

    do not add fstab-sys module in dracut cmdline
    
    fstab-sys module will be added automaticlly when there's --mount passed
    So no need to explictly add it in dracut cmdline
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 mkdumprd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mkdumprd b/mkdumprd
index d1223b2..82bc07b 100644
--- a/mkdumprd
+++ b/mkdumprd
@@ -13,7 +13,7 @@ SSH_KEY_LOCATION="/root/.ssh/kdump_id_rsa"
 SAVE_PATH=$(grep ^path $conf_file| cut -d' '  -f2)
 [ -z "$SAVE_PATH" ] && SAVE_PATH="/var/crash"
 extra_modules=""
-dracut_args=("--hostonly" "--add" "kdumpbase" "--add" "fstab-sys" "--add" "kernel-modules" "-c" "/dev/null" "-I" "/sbin/makedumpfile" "-o" "plymouth dash")
+dracut_args=("--hostonly" "--add" "kdumpbase" "--add" "kernel-modules" "-c" "/dev/null" "-I" "/sbin/makedumpfile" "-o" "plymouth dash")
 
 add_dracut_arg() {
     while [ $# -gt 0 ];


More information about the scm-commits mailing list