summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-06-16 14:30:32 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-06-17 17:34:43 -0400
commit581772c0efd96865dd305a6a1f80c1d43c538c39 (patch)
tree60fca5b5e98e45193d8488e223d5146ccbb73b6c
parent1135305fb22aeac31ea460b73792b6319f69dd4c (diff)
root_image: kick thin_provisioning_tools out of initial image create
debootstrap was having issues from this package, but it should still work if we install it as part of an apt update Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rwxr-xr-xroot_image2
1 files changed, 1 insertions, 1 deletions
diff --git a/root_image b/root_image
index ed49a00..65d0a72 100755
--- a/root_image
+++ b/root_image
@@ -100,7 +100,7 @@ PACKAGES+=(libudev-dev libldap2-dev)
PACKAGES+=(acct bsdextrautils xfsprogs xfslibs-dev quota libcap2-bin)
PACKAGES+=(libattr1-dev libaio-dev libgdbm-dev libacl1-dev gettext)
PACKAGES+=(libssl-dev libgdbm-dev libgdbm-compat-dev liburing-dev)
-PACKAGES+=(duperemove thin-provisioning-tools fsverity)
+PACKAGES+=(duperemove fsverity)
# xfsprogs:
PACKAGES+=(libinih-dev)