diff options
Diffstat (limited to 'Documentation/kdump/kdump.txt')
-rw-r--r-- | Documentation/kdump/kdump.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump/kdump.txt index 073306818347..79775a4130b5 100644 --- a/Documentation/kdump/kdump.txt +++ b/Documentation/kdump/kdump.txt | |||
@@ -311,10 +311,10 @@ Following are the arch specific command line options to be used while | |||
311 | loading dump-capture kernel. | 311 | loading dump-capture kernel. |
312 | 312 | ||
313 | For i386, x86_64 and ia64: | 313 | For i386, x86_64 and ia64: |
314 | "init 1 irqpoll maxcpus=1" | 314 | "1 irqpoll maxcpus=1" |
315 | 315 | ||
316 | For ppc64: | 316 | For ppc64: |
317 | "init 1 maxcpus=1 noirqdistrib" | 317 | "1 maxcpus=1 noirqdistrib" |
318 | 318 | ||
319 | 319 | ||
320 | Notes on loading the dump-capture kernel: | 320 | Notes on loading the dump-capture kernel: |
@@ -332,8 +332,8 @@ Notes on loading the dump-capture kernel: | |||
332 | * You must specify <root-dev> in the format corresponding to the root | 332 | * You must specify <root-dev> in the format corresponding to the root |
333 | device name in the output of mount command. | 333 | device name in the output of mount command. |
334 | 334 | ||
335 | * "init 1" boots the dump-capture kernel into single-user mode without | 335 | * Boot parameter "1" boots the dump-capture kernel into single-user |
336 | networking. If you want networking, use "init 3." | 336 | mode without networking. If you want networking, use "3". |
337 | 337 | ||
338 | * We generally don' have to bring up a SMP kernel just to capture the | 338 | * We generally don' have to bring up a SMP kernel just to capture the |
339 | dump. Hence generally it is useful either to build a UP dump-capture | 339 | dump. Hence generally it is useful either to build a UP dump-capture |