mkdir "${TEMP}/maxkernpackage"|| gen_die 'Could not make a directory for the kernel package!'
cd"${KERNEL_DIR}"
cp "${KERNEL_BINARY}""${TEMP}/maxkernpackage/kernel-${KV}"|| gen_die 'Could not the copy kernel for the kernel package!'
["${BUILD_INITRD}" -ne 0]&&{ cp "${TEMP}/initrd-${KV}""${TEMP}/maxkernpackage/initrd-${KV}"|| gen_die 'Could not copy the initrd for the kernel package!';}