mbp-fedora icon indicating copy to clipboard operation
mbp-fedora copied to clipboard

Fedora Server

Open ehakan opened this issue 1 year ago • 4 comments

I'm not familiar with the Fedora build system. Would introducing a Fedora Server build be possible?

ehakan avatar Oct 30 '23 10:10 ehakan

Yes, il do it for f39

sharpenedblade avatar Oct 30 '23 14:10 sharpenedblade

You can install the components for Fedora Server yourself. First enter dnf grouplist --hidden to display all the packages. From here there are numerous commands to get more info on the packages and options. Groups can be installed via dnf groupinstall "Tricky Package Name" [ --with-optional]

mac2net avatar Jan 07 '24 05:01 mac2net

The --hidden flag is new to me, thanks.

My request is mostly about removing unnecessary desktop packages in a headless environment, rather than getting Fedora Server specific packages.

Removing Fedora Workstation packages after installation is a bit finicky.

ehakan avatar Jan 09 '24 22:01 ehakan

LOL you can't do it with this ISO. But using DNF you can remove som stuff and the code I gave you above will list what groups are installed.

mac2net avatar Jan 12 '24 20:01 mac2net