if["${KERN_24}" !='1' -a "${CMD_BOOTSPLASH}" !='1']
if["${KERN_24}" !='1' -a "${CMD_BOOTSPLASH}" !='1']
then
then
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initramfs-${KV}""${TEMP}/minkernpackage/initramfs-${ARCH}-${KV}"|| gen_die 'Could not copy the initramfs for the kernel package!';}
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initramfs-${KV}""${TEMP}/minkernpackage/initramfs-${ARCH}-${KV}"|| gen_die 'Could not copy the initramfs for the kernel package!';}
else
else
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initrd-${KV}""${TEMP}/minkernpackage/initrd-${ARCH}-${KV}"|| gen_die 'Could not copy the initrd for the kernel package!';}
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initrd-${KV}""${TEMP}/minkernpackage/initrd-${ARCH}-${KV}"|| gen_die 'Could not copy the initrd for the kernel package!';}
fi
fi
fi
cd"${TEMP}/minkernpackage"
cd"${TEMP}/minkernpackage"
/bin/tar -jcpf ${MINKERNPACKAGE} * || gen_die 'Could not compress the kernel package!'
/bin/tar -jcpf ${MINKERNPACKAGE} * || gen_die 'Could not compress the kernel package!'