diff options
author | Helge Deller <deller@gmx.de> | 2013-06-29 07:31:24 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-07-09 16:09:20 -0400 |
commit | 594174d810a29982929cbb454dafee4a1498e4fb (patch) | |
tree | e542877ddebbc1039102e2a74fdba3654da7fd63 /arch/parisc/defpalo.conf | |
parent | a83f58bcb24003b9de2364de7c829a263423ead7 (diff) |
parisc: switch to gzip-compressed vmlinuz kernel
The latest PA-RISC Boot Loader (palo) allows loading of gzip compressed
vmlinuz kernels. So let's now switch to build a vmlinuz file when we
build a palo boot image.
PALO version 1.9 (or higher) is required for this which is available at
git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # 3.10
Diffstat (limited to 'arch/parisc/defpalo.conf')
-rw-r--r-- | arch/parisc/defpalo.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/parisc/defpalo.conf b/arch/parisc/defpalo.conf index 4e1ae25b08d1..208ff3b41487 100644 --- a/arch/parisc/defpalo.conf +++ b/arch/parisc/defpalo.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | # Most people using 'make palo' want a bootable file, usable for | 4 | # Most people using 'make palo' want a bootable file, usable for |
5 | # network or tape booting for example. | 5 | # network or tape booting for example. |
6 | --init-tape=lifimage | 6 | --init-tape=lifimage |
7 | --recoverykernel=vmlinux | 7 | --recoverykernel=vmlinuz |
8 | 8 | ||
9 | ########## Pick your ROOT here! ########## | 9 | ########## Pick your ROOT here! ########## |
10 | # You need at least one 'root='! | 10 | # You need at least one 'root='! |
@@ -12,10 +12,10 @@ | |||
12 | # If you want a root ramdisk, use the next 2 lines | 12 | # If you want a root ramdisk, use the next 2 lines |
13 | # (Edit the ramdisk image name!!!!) | 13 | # (Edit the ramdisk image name!!!!) |
14 | --ramdisk=ram-disk-image-file | 14 | --ramdisk=ram-disk-image-file |
15 | --commandline=0/vmlinux HOME=/ root=/dev/ram initrd=0/ramdisk | 15 | --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1 |
16 | 16 | ||
17 | # If you want NFS root, use the following command line (Edit the HOSTNAME!!!) | 17 | # If you want NFS root, use the following command line (Edit the HOSTNAME!!!) |
18 | #--commandline=0/vmlinux HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp | 18 | #--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp |
19 | 19 | ||
20 | # If you have root on a disk partition, use this (Edit the partition name!!!) | 20 | # If you have root on a disk partition, use this (Edit the partition name!!!) |
21 | #--commandline=0/vmlinux HOME=/ root=/dev/sda1 | 21 | #--commandline=0/vmlinuz HOME=/ root=/dev/sda1 |