From 43362bb5d27e4f4cc9e19e726acb01a20883a491 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 Apr 2018 09:21:01 -0700 Subject: [PATCH] Add hardware and network support groups to aarch64 server (#1569183) These groups were added to the server environment group in comps but the change was not mirrored here, so the ARM server disk image is still missing wifi support etc. Signed-off-by: Adam Williamson Signed-off-by: Stephen Gallagher --- fedora-disk-server.ks | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora-disk-server.ks b/fedora-disk-server.ks index f0161ee..8699d6c 100644 --- a/fedora-disk-server.ks +++ b/fedora-disk-server.ks @@ -5,10 +5,13 @@ services --enabled=sshd,NetworkManager,chronyd,initial-setup autopart %packages -# install the default groups for the server evironment since installing the environment is not working +# install the default groups for the server environment since installing the environment is not working @server-product @standard @headless-management +@hardware-support +@networkmanager-submodules + @container-management @domain-client -initial-setup-gui