diff options
author | Helge Deller <deller@gmx.de> | 2020-10-02 21:32:39 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-10-15 08:10:39 +0200 |
commit | b47cf497469fae14fcbf63526150c8c71e636c20 (patch) | |
tree | 36b1a7cebfa9fcfa3ed362d19f8f4b5d5e9c26cf /arch/parisc | |
parent | a50d3d3ce0235fdc06cdb5cc2fb082964ecb56da (diff) | |
download | linux-b47cf497469fae14fcbf63526150c8c71e636c20.tar.gz linux-b47cf497469fae14fcbf63526150c8c71e636c20.tar.bz2 linux-b47cf497469fae14fcbf63526150c8c71e636c20.zip |
parisc: Install vmlinuz instead of zImage file
Tested-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |