diff --git a/kdumpctl b/kdumpctl index 95f03bc..5833422 100755 --- a/kdumpctl +++ b/kdumpctl @@ -9,7 +9,7 @@ KDUMP_KERNELVER="" KDUMP_COMMANDLINE="" KEXEC_ARGS="" KDUMP_CONFIG_FILE="/etc/kdump.conf" -MKDUMPRD="/sbin/mkdumprd -d -f" +MKDUMPRD="/sbin/mkdumprd -f" SAVE_PATH=/var/crash SSH_KEY_LOCATION="/root/.ssh/kdump_id_rsa" DUMP_TARGET="" diff --git a/mkdumprd b/mkdumprd index b7c3c3a..984c375 100644 --- a/mkdumprd +++ b/mkdumprd @@ -62,9 +62,6 @@ check_size() { while [ $# -gt 0 ]; do case $1 in - -d) - shift - ;; --noconf) conf_file="" shift diff --git a/mkdumprd.8 b/mkdumprd.8 index 5618aa0..5c7f9a9 100644 --- a/mkdumprd.8 +++ b/mkdumprd.8 @@ -2,7 +2,7 @@ .SH NAME mkdumprd \- creates initial ramdisk images for kdump crash recovery .SH SYNOPSIS -\fBmkdumprd\fR [--version] [-v] [-f] [-d] +\fBmkdumprd\fR [--version] [-v] [-f] [--preload=\fImodule\fR] [--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules] [--image-version] @@ -84,10 +84,6 @@ This option may be used as many times as necessary. Prints out verbose information while creating the image (normally the \fBmkdumprd\fR runs silently). -.TP -\fB-d\fR -Query /etc/kdump for initrd construction configuration - .TP \fB-\-version\fR Prints the version of \fBmkdumprd\fR that's being used and then exits.