diff --git a/bootstrap.d/14-fstab.sh b/bootstrap.d/14-fstab.sh index 467bf72..29760e2 100644 --- a/bootstrap.d/14-fstab.sh +++ b/bootstrap.d/14-fstab.sh @@ -105,8 +105,6 @@ if [ "$ENABLE_INITRAMFS" = true ] ; then # Remove dummy mapping chroot_exec cryptsetup close "${CRYPTFS_MAPPING}" - else - fi # Generate initramfs without encrypted root partition support chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}"