Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Install vmlinuz instead of zImage file

Tested-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>

+1 -1
+1 -1
arch/parisc/install.sh
··· 43 43 44 44 # Default install 45 45 46 - if [ "$(basename $2)" = "zImage" ]; then 46 + if [ "$(basename $2)" = "vmlinuz" ]; then 47 47 # Compressed install 48 48 echo "Installing compressed kernel" 49 49 base=vmlinuz