From: Helge Deller Date: Fri, 2 Oct 2020 19:32:39 +0000 (+0200) Subject: parisc: Install vmlinuz instead of zImage file X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b47cf497469fae14fcbf63526150c8c71e636c20;p=linux.git parisc: Install vmlinuz instead of zImage file Tested-by: John David Anglin Signed-off-by: Helge Deller --- diff --git a/arch/parisc/install.sh b/arch/parisc/install.sh index 6f68784fea25..056d588befdd 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