From 28b9f6b3ef6ce7d28f04606666b8f7889efe0e31 2017-05-13 13:14:54 From: Bobberty Date: 2017-05-13 13:14:54 Subject: [PATCH] Fixed last lines. Cut and paste failure. --- diff --git a/bootstrap.d/13-kernel.sh b/bootstrap.d/13-kernel.sh index a18d639..a964bf8 100644 --- a/bootstrap.d/13-kernel.sh +++ b/bootstrap.d/13-kernel.sh @@ -178,3 +178,6 @@ else # BUILD_KERNEL=false cleanup exit 1 fi + # Copy vmlinuz kernel to the boot directory + install_readonly "${VMLINUZ}" "${BOOT_DIR}/${KERNEL_IMAGE}" +fi