From 017239c373f9f010462113657b9b6f70f3eef1b7 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 8 Aug 2024 12:18:22 -0400 Subject: root_image: add afs packages Signed-off-by: Kent Overstreet --- root_image | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3