Hello team,
Currently, Design Suite allows anaconda to create an user account. How to set up the installation to use first boot to create user account similar to Fedora Workstation? Thanks in advance.
Not my area of expertise, but it looks like the Anaconda installer has a special profile for Fedora Workstation that disables the user spoke.
https://github.com/rhinstaller/anaconda/blob/master/data/profile.d/fedora-wo...
I would guess a drop-in profile would need to be created to match the design suite variant_id.
On 2023-02-12 20:38, Gregory Bartholomew wrote:
Not my area of expertise, but it looks like the Anaconda installer has a special profile for Fedora Workstation that disables the user spoke.
https://github.com/rhinstaller/anaconda/blob/master/data/profile.d/fedora-wo...
I would guess a drop-in profile would need to be created to match the design suite variant_id.
Thank you. That info is helpful and I filed a pull request. https://github.com/rhinstaller/anaconda/pull/4550