summaryrefslogtreecommitdiff
path: root/arch/parisc/install.sh
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-06-29 13:31:24 +0200
committerHelge Deller <deller@gmx.de>2013-07-09 22:09:20 +0200
commit594174d810a29982929cbb454dafee4a1498e4fb (patch)
treee542877ddebbc1039102e2a74fdba3654da7fd63 /arch/parisc/install.sh
parenta83f58bcb24003b9de2364de7c829a263423ead7 (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/install.sh')
-rw-r--r--arch/parisc/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/install.sh b/arch/parisc/install.sh
index e593fc8d58bc..4da682b466d0 100644
--- a/arch/parisc/install.sh
+++ b/arch/parisc/install.sh
@@ -26,13 +26,13 @@ if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi
# Default install
-if [ -f $4/vmlinux ]; then
- mv $4/vmlinux $4/vmlinux.old
+if [ -f $4/vmlinuz ]; then
+ mv $4/vmlinuz $4/vmlinuz.old
fi
if [ -f $4/System.map ]; then
mv $4/System.map $4/System.old
fi
-cat $2 > $4/vmlinux
+cat $2 > $4/vmlinuz
cp $3 $4/System.map