home · contact · privacy
More scripts fixing.
[config] / buster / apt-mark / eeepc
index 5defcf0a7ddbfe91cc8e2f3ccea55f974a838374..6d7b254ac696b07bbbf8114ddfbe9ffc188a66e7 100644 (file)
@@ -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
@@ -25,8 +28,6 @@ xterm
 redshift
 # for alsamixer
 alsa-utils
-# browser
-firefox-esr
 # for xterm and browser unicode display
 ttf-unifont
 # also useful
@@ -35,4 +36,18 @@ sudo
 less
 man-db
 manpages
-
+# firefox dependencies
+libdbus-glib-1-2
+libgtk-3-0
+# firefox installation dependencies (remove later?)
+curl
+python3
+bzip2
+wget
+jq
+unzip
+# to mount encrypted USB stick and use its contents
+pmount
+cryptsetup
+openssh-client
+#