[PATCH 3/9] Add comments to default/kdump-tools to outline functionality
Louis Bouchard
louis.bouchard at ubuntu.com
Wed Aug 20 04:11:14 PDT 2014
Signed-off-by: Louis Bouchard <louis.bouchard at ubuntu.com>
---
debian/kdump-config | 1 -
debian/kdump-tools.default | 7 ++++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/kdump-config b/debian/kdump-config
index b0164dd..1184d6d 100755
--- a/debian/kdump-config
+++ b/debian/kdump-config
@@ -434,7 +434,6 @@ function kdump_save_core_to_ssh()
function kdump_propagate()
{
-KDUMP_COREDIR=${KDUMP_COREDIR:=/var/crash}
KDUMP_SSH_KEY="${SSH_KEY:=/root/.ssh/kdump_id_rsa}"
KDUMP_REMOTE_HOST="$SSH"
diff --git a/debian/kdump-tools.default b/debian/kdump-tools.default
index d870523..8ef95b8 100644
--- a/debian/kdump-tools.default
+++ b/debian/kdump-tools.default
@@ -65,7 +65,12 @@ KDUMP_COREDIR="/var/crash"
# Architecture specific Overrides:
# ---------------------------------------------------------------------------
-# Remote dump facilities
+# Remote dump facilities:
+# SSH - username and hostname of the remote server that will receive the dump
+# and dmesg files.
+# SSH_KEY - Full path of the ssh private key to be used to login to the remote
+# server. use kdump-config propagate to send the public key to the
+# remote server
#
# SSH="<user at server>"
#
--
1.9.1
More information about the kexec
mailing list