From b4767cce92632fad48db8567aefe52af75ca0d50 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 28 Dec 2024 09:39:22 -0600 Subject: [PATCH] fedora-common: Exclude docs from installed packages We don't install `man` either, so let's reduce footprint a bit more and omit documentation altogether. --- fedora-common.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-common.ks b/fedora-common.ks index d2cb75d..aae51aa 100644 --- a/fedora-common.ks +++ b/fedora-common.ks @@ -9,7 +9,7 @@ timezone --utc UTC rootpw --lock reboot -%packages --exclude-weakdeps +%packages --exclude-weakdeps --excludedocs -NetworkManager -authconfig -dhcp-client