summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-08-08 12:18:22 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-08-08 12:18:22 -0400
commit017239c373f9f010462113657b9b6f70f3eef1b7 (patch)
treed67e733bf9c8af87e345647e30d23585d26bc2e9
parent7a70df0cf56972c13d43e7c8cc8d12ecf8158081 (diff)
root_image: add afs packages
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rwxr-xr-xroot_image3
1 files changed, 3 insertions, 0 deletions
diff --git a/root_image b/root_image
index 909127d..93a9784 100755
--- a/root_image
+++ b/root_image
@@ -122,6 +122,9 @@ PACKAGES+=(util-linux-extra)
# ocfs2 testing:
PACKAGES+=(ocfs2-tools)
+# afs
+PACKAGES+=(openafs-dbserver openafs-fileserver)
+
# nbd testing
PACKAGES+=(nbd-client nbd-server)