2006-12-15 21:05:01 +00:00
|
|
|
--- kexec-tools-1.101/kexec/arch/ppc64/kexec-ppc64.c.orig 2006-10-20 11:10:39.000000000 -0400
|
|
|
|
+++ kexec-tools-1.101/kexec/arch/ppc64/kexec-ppc64.c 2006-10-20 11:11:22.000000000 -0400
|
|
|
|
@@ -577,6 +577,10 @@
|
2006-08-22 14:18:04 +00:00
|
|
|
|
|
|
|
void arch_usage(void)
|
|
|
|
{
|
|
|
|
+ fprintf(stderr, " --command-line=<Command line> command line to append.\n");
|
|
|
|
+ fprintf(stderr, " --append=<Command line> same as --command-line.\n");
|
|
|
|
+ fprintf(stderr, " --ramdisk=<filename> Initial RAM disk.\n");
|
|
|
|
+ fprintf(stderr, " --initrd=<filename> same as --ramdisk.\n");
|
|
|
|
fprintf(stderr, " --devicetreeblob=<filename> Specify device tree blob file.\n");
|
|
|
|
fprintf(stderr, " --elf64-core-headers Prepare core headers in ELF64 format\n");
|
|
|
|
}
|