32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# HG changeset patch
|
|
# User Bernhard Walle <bwalle@suse.de>
|
|
# Date 1224075838 -7200
|
|
# Node ID 8580f201f2f759eb78c646a6b98727b4508101d3
|
|
# Parent 2860e7a5d481633aca345b07db28d95fdb04d649
|
|
Reflect 'boot.kdump' in kdump(7)
|
|
|
|
The init script has been renamed to 'boot.kdump' to load the kdump kernel
|
|
earlier. Reflect that in documentation.
|
|
|
|
diff --git a/doc/man/kdump.7.txt.in b/doc/man/kdump.7.txt.in
|
|
--- a/doc/man/kdump.7.txt.in
|
|
+++ b/doc/man/kdump.7.txt.in
|
|
@@ -151,7 +151,7 @@
|
|
the YaST runlevel editor or simply
|
|
|
|
--------------------------
|
|
-# chkconfig kdump on
|
|
+# chkconfig boot.kdump on
|
|
--------------------------
|
|
|
|
on a shell. You can also execute it manually with +rckdump start+.
|
|
@@ -171,7 +171,7 @@
|
|
|
|
Load the kdump kernel
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
-As mentioned above, the init script _/etc/init.d/kdump_ takes the part of
|
|
+As mentioned above, the init script _/etc/init.d/boot.kdump_ takes the part of
|
|
loading the kdump kernel. As kdump kernel, the normal system kernel is used, no
|
|
special kernel image is required.
|
|
|