diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-11-03 21:59:52 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-11-03 21:59:52 -0500 |
commit | e768eb9d2d700a73f8319e6d0bc53bc519f056f4 (patch) | |
tree | 4f6ba4114590492f0ac78e9038efd24e5b3b4f06 | |
parent | fa3380ef1e863de4b936540189046373b8c4de50 (diff) |
Update root_image package list
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
m--------- | debootstrap | 0 | ||||
-rwxr-xr-x | root_image | 8 |
2 files changed, 3 insertions, 5 deletions
diff --git a/debootstrap b/debootstrap -Subproject c9bb01c143de62f333b07c9172a2f7a7c092e91 +Subproject 90747310f8722ca7e3b6a13af3f0c0e76cf7dd7 @@ -96,7 +96,7 @@ PACKAGES+=(fio dbench bonnie++ fsmark) PACKAGES+=(libblkid-dev uuid-dev libscrypt-dev libsodium-dev) PACKAGES+=(libkeyutils-dev liburcu-dev libudev-dev zlib1g-dev libattr1-dev) PACKAGES+=(libaio-dev libzstd-dev liblz4-dev libfuse3-dev valgrind) -PACKAGES+=(llvm libclang-dev systemd-dev) +PACKAGES+=(llvm libclang-dev) # quota tools: PACKAGES+=(libudev-dev libldap2-dev) @@ -111,14 +111,12 @@ PACKAGES+=(duperemove fsverity) PACKAGES+=(libinih-dev) # bcachefs: -PACKAGES+=(bcachefs-tools) +# Not currently packaged by debian: +#PACKAGES+=(bcachefs-tools) # nfs testing: PACKAGES+=(nfs-kernel-server) -# minixfs -PACKAGES+=(util-linux-extra) - # ocfs2 testing: PACKAGES+=(ocfs2-tools) |