From b47cf497469fae14fcbf63526150c8c71e636c20 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Fri, 2 Oct 2020 21:32:39 +0200 Subject: [PATCH] parisc: Install vmlinuz instead of zImage file Tested-by: John David Anglin Signed-off-by: Helge Deller --- arch/parisc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/install.sh b/arch/parisc/install.sh index 6f68784..056d588 100644 --- a/arch/parisc/install.sh +++ b/arch/parisc/install.sh @@ -43,7 +43,7 @@ fi # Default install -if [ "$(basename $2)" = "zImage" ]; then +if [ "$(basename $2)" = "vmlinuz" ]; then # Compressed install echo "Installing compressed kernel" base=vmlinuz -- 2.7.4