kernel/arch/parisc/install.sh
.. .. @@ -44,7 +44,7 @@ 44 44 45 45 # Default install 46 46 47 -if [ "$(basename $2)" = "zImage" ]; then47 +if [ "$(basename $2)" = "vmlinuz" ]; then48 48 # Compressed install 49 49 echo "Installing compressed kernel" 50 50 base=vmlinuz