diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-06-16 14:30:32 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-06-17 17:34:43 -0400 |
commit | 581772c0efd96865dd305a6a1f80c1d43c538c39 (patch) | |
tree | 60fca5b5e98e45193d8488e223d5146ccbb73b6c | |
parent | 1135305fb22aeac31ea460b73792b6319f69dd4c (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-x | root_image | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |