@ -1005,7 +1005,7 @@ create_initramfs() {
esac
# All N default except XZ, so there it gets used if the kernel does
# compression on it's own.
cat >>${KERNEL_DIR}/.config <<-EOF
cat >> ${KERNEL_DIR}/.config << EOF
CONFIG_INITRAMFS_SOURCE="${TMPDIR}/initramfs-${KV}.cpio${compress_ext}"
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_ROOT_GID=0