projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50d3d3
)
parisc: Install vmlinuz instead of zImage file
author
Helge Deller
<deller@gmx.de>
Fri, 2 Oct 2020 19:32:39 +0000
(21:32 +0200)
committer
Helge Deller
<deller@gmx.de>
Thu, 15 Oct 2020 06:10:39 +0000
(08:10 +0200)
Tested-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/install.sh
patch
|
blob
|
history
diff --git
a/arch/parisc/install.sh
b/arch/parisc/install.sh
index
6f68784
..
056d588
100644
(file)
--- 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