From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 2 May 2019 20:00:19 +0000 (+0200)
Subject: Ensure stuff for encrypted boot is installed.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D/ledger2?a=commitdiff_plain;h=cdb608efdebd174980487bb2a9d439b7dc701b53;p=config

Ensure stuff for encrypted boot is installed.
---

diff --git a/buster/apt-mark/eeepc b/buster/apt-mark/eeepc
index a150687..6d7b254 100644
--- a/buster/apt-mark/eeepc
+++ b/buster/apt-mark/eeepc
@@ -1,3 +1,6 @@
+# to avoid booting problems with encrypted LVM, see <https://askubuntu.com/a/1105848>
+cryptsetup-initramfs
+lvm2
 # this provides setupcon which reads /etc/default/console-setup
 console-setup
 # without this, systemd-logind won't run, and so not detect lid close for hibernation
@@ -43,4 +46,8 @@ bzip2
 wget
 jq
 unzip
+# to mount encrypted USB stick and use its contents
+pmount
+cryptsetup
+openssh-client
 #