aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/install.sh
diff options
context:
space:
mode:
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
26 26
27# Default install 27# Default install
28 28
29if [ -f $4/vmlinux ]; then 29if [ -f $4/vmlinuz ]; then
30 mv $4/vmlinux $4/vmlinux.old 30 mv $4/vmlinuz $4/vmlinuz.old
31fi 31fi
32 32
33if [ -f $4/System.map ]; then 33if [ -f $4/System.map ]; then
34 mv $4/System.map $4/System.old 34 mv $4/System.map $4/System.old
35fi 35fi
36 36
37cat $2 > $4/vmlinux 37cat $2 > $4/vmlinuz
38cp $3 $4/System.map 38cp $3 $4/System.map