home · contact · privacy
Fix LVM encryption booting bug.
[config] / bookworm / apt-mark / user
1 # to avoid booting problems with encrypted LVM, see <https://askubuntu.com/a/1105848>
2 cryptsetup-initramfs
3 lvm2
4 # for wifi
5 network-manager
6 wpasupplicant
7 firmware-iwlwifi
8 # this provides setupcon which reads /etc/default/console-setup
9 console-setup
10 # for X to start at all
11 xserver-xorg-video-intel
12 # X input: keyboard and touchpad
13 xserver-xorg-input-evdev
14 xserver-xorg-input-synaptics
15 # for startx
16 xinit
17 # for xrdb
18 x11-xserver-utils
19 # for startx to run for non-root user
20 libpam-systemd
21 # window environment
22 i3
23 i3status
24 suckless-tools
25 xterm
26 # also useful
27 vim
28 sudo
29 less
30 man-db
31 manpages
32 procps
33 # firefox install dependencies
34 wget
35 bzip2
36 # firefox running dependencies
37 libgtk-3-0
38 libdbus-glib-1-2
39 # to use printer
40 cups
41 # emacs
42 emacs
43 emacs-common-non-dfsg
44 emacs-el
45 elpa-ledger
46 ledger
47 # to mount encrypted USB stick and use its contents
48 pmount
49 cryptsetup
50 openssh-client
51 # for syncing
52 borgbackup
53 # mail setup
54 isync
55 notmuch
56 elpa-notmuch
57 pinentry-gtk2
58 #