From 000dec921372bc0e947f7236459a3279306f804a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 2 Aug 2023 04:18:38 +0200
Subject: [PATCH] Fix LVM encryption booting bug.

---
 bookworm/apt-mark/user | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bookworm/apt-mark/user b/bookworm/apt-mark/user
index ff4485d..a7e4e1f 100644
--- a/bookworm/apt-mark/user
+++ b/bookworm/apt-mark/user
@@ -1,3 +1,6 @@
+# to avoid booting problems with encrypted LVM, see <https://askubuntu.com/a/1105848>
+cryptsetup-initramfs
+lvm2
 # for wifi
 network-manager
 wpasupplicant
-- 
2.30.2