diff options
Diffstat (limited to 'arch/ppc64/boot/install.sh')
-rw-r--r-- | arch/ppc64/boot/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/boot/install.sh b/arch/ppc64/boot/install.sh index cb2d6626b555..eacce9590816 100644 --- a/arch/ppc64/boot/install.sh +++ b/arch/ppc64/boot/install.sh | |||
@@ -28,7 +28,7 @@ if [ -x /sbin/${CROSS_COMPILE}installkernel ]; then exec /sbin/${CROSS_COMPILE}i | |||
28 | # Default install | 28 | # Default install |
29 | 29 | ||
30 | # this should work for both the pSeries zImage and the iSeries vmlinux.sm | 30 | # this should work for both the pSeries zImage and the iSeries vmlinux.sm |
31 | image_name=`basename $5` | 31 | image_name=`basename $2` |
32 | 32 | ||
33 | if [ -f $4/$image_name ]; then | 33 | if [ -f $4/$image_name ]; then |
34 | mv $4/$image_name $4/$image_name.old | 34 | mv $4/$image_name $4/$image_name.old |