Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Packages=
kmod # Not pulled in as a dependency on Debian/Ubuntu
dmsetup # Not pulled in as a dependency on Debian/Ubuntu

libcryptsetup12

# xfsprogs pulls in python on Debian (???) and XFS generally
# isn't used on Debian so we don't install xfsprogs.
btrfs-progs
Expand All @@ -22,7 +20,9 @@ Packages=
util-linux

# Various libraries that are dlopen'ed by systemd
libcryptsetup12
libfido2-1
libseccomp2

RemoveFiles=
/usr/share/locale/*
Loading