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.master
parent
be24a5dd52
commit
b4767cce92
|
@ -9,7 +9,7 @@ timezone --utc UTC
|
|||
rootpw --lock
|
||||
reboot
|
||||
|
||||
%packages --exclude-weakdeps
|
||||
%packages --exclude-weakdeps --excludedocs
|
||||
-NetworkManager
|
||||
-authconfig
|
||||
-dhcp-client
|
||||
|
|
Loading…
Reference in New Issue