Re: Anaconda and hiding the grub-menu be default on Workstation installs
Martin Kolman <[email protected]> Fri, 01 Jun 2018 13:42:57 +0200
| Newsgroups | gmane.linux.redhat.anaconda.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2018-06-01 at 11:05 +0200, Hans de Goede wrote: <snip> > My next question is if anaconda knows about products > (e.g. Fedora Workstation vs Fedora server), I believe > it does, right ? <snip> Yep & we use install class mechanism[0] to handle the variant specific differences, such as Server using XFS by default vs Workstation using EXT4. So this feature could be added as a new install class property, which is only enabled for the Workstation install class. [0] https://github.com/rhinstaller/anaconda/tree/master/pyanaconda/installclasses