Skip to content

Commit b371d5b

Browse files
committed
install more packages that are pulled in as recommends
These are all useful but are not installed because they are recommends
1 parent 5362f0b commit b371d5b

File tree

9 files changed

+31
-0
lines changed

9 files changed

+31
-0
lines changed

mkosi.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ Packages=
4242
diffutils
4343
dmidecode
4444
dosfstools
45+
e2fsprogs
4546
efibootmgr
4647
erofs-utils
48+
exfatprogs
49+
file
4750
findutils
4851
fish
4952
fwupd
@@ -63,6 +66,7 @@ Packages=
6366
nvme-cli
6467
opensc
6568
openssl
69+
patch
6670
p11-kit
6771
pciutils
6872
pkcs11-provider
@@ -80,6 +84,7 @@ Packages=
8084
wireguard-tools
8185
xxd
8286
yubikey-manager
87+
zip
8388
zstd
8489

8590
VolatilePackages=

mkosi.conf.d/arch/mkosi.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Packages=
1818
libfido2
1919
linux
2020
man-db
21+
man-pages
2122
openssh
2223
pacman
2324
pcsclite
@@ -34,6 +35,8 @@ Packages=
3435
tpm2-tools
3536
tpm2-tss
3637
vim-minimal
38+
wget
39+
xz
3740
zram-generator
3841

3942
VolatilePackages=

mkosi.conf.d/debian/mkosi.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Repositories=non-free-firmware
99

1010
[Content]
1111
Packages=
12+
apparmor
1213
apt
1314
bpftool
1415
ca-certificates
@@ -30,6 +31,7 @@ Packages=
3031
linux-perf
3132
linux-sysctl-defaults
3233
login
34+
manpages
3335
openssh-client
3436
openssh-server
3537
passwd
@@ -51,6 +53,9 @@ Packages=
5153
systemd-ukify
5254
systemd-zram-generator
5355
tpm2-tools
56+
util-linux-extra
57+
wget
58+
xz-utils
5459

5560
VolatilePackages=
5661
libnss-myhostname

mkosi.conf.d/fedora/mkosi.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Packages=
2323
libcap-ng-utils
2424
libfido2
2525
man-db
26+
man-pages
2627
openssh
2728
openssh-clients
2829
openssh-server
@@ -47,6 +48,8 @@ Packages=
4748
tpm2-tss
4849
veritysetup
4950
vim-minimal
51+
wget2
52+
xz
5053
zram-generator-defaults
5154

5255
VolatilePackages=

mkosi.profiles/desktop/mkosi.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
[Content]
44
Packages=
5+
bolt
56
desktop-file-utils
7+
pax-utils
8+
pgpdump
69
pipewire
710
pipewire-alsa
11+
wireless-regdb
812
xdg-desktop-portal
913

1014
# NetworkManager is used in the desktop profiles

mkosi.profiles/desktop/mkosi.conf.d/arch/mkosi.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Packages=
1010
linux-firmware
1111
intel-media-driver
1212
mesa
13+
modemmanager
1314
networkmanager
1415
noto-fonts
1516
pipewire-pulse
@@ -18,3 +19,4 @@ Packages=
1819
vulkan-intel
1920
vulkan-nouveau
2021
vulkan-radeon
22+
wpa_supplicant

mkosi.profiles/desktop/mkosi.conf.d/debian/mkosi.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ Packages=
1515
fonts-adobe-sourcesans3
1616
fonts-noto-color-emoji
1717
fonts-noto-mono
18+
gstreamer1.0-libav
19+
gstreamer1.0-plugins-ugly
1820
kbd
1921
libsecret-tools
22+
libyubikey-udev
2023
mesa-vulkan-drivers
24+
modemmanager
2125
network-manager
2226
pipewire-pulse
2327
plymouth-themes
2428
steam-devices
2529
tuned-ppd
2630
va-driver-all
2731
vdpau-driver-all
32+
wpasupplicant

mkosi.profiles/desktop/mkosi.conf.d/fedora/mkosi.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Packages=
1616
linux-firmware
1717
mesa-dri-drivers
1818
mesa-vulkan-drivers
19+
ModemManager
1920
nvidia-gpu-firmware
2021
NetworkManager
2122
pipewire-pulseaudio
2223
steam-devices
2324
tuned-ppd
2425
google-noto-fonts-all
26+
wpa_supplicant

mkosi.profiles/gnome/mkosi.conf.d/debian/mkosi.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Distribution=debian
55

66
[Content]
77
Packages=
8+
gnome-browser-connector
89
gnome-core
910
# TODO: enable when it integrates with homed
1011
# gnome-initial-setup
12+
gnome-keyring-pkcs11
1113
gnome-session-xsession
1214
gnome-software-plugin-flatpak
1315
gnome-software-plugin-fwupd

0 commit comments

Comments
 (0)