Hide Forgot
Description of problem: Currently the firstboot and the installer is run within the boot process. This is leading to a couple of bugs and dirty hacks. E.g. it is not recommended to have an interactive boot process in the systemd era. It's also problematic to initiate a reboot from within the boot process. A solution for this kind of problem could be, to pull the installer or the whole firstboot part into a user session, so using it as the bash for the root (or non root) account without a password. Version-Release number of selected component (if applicable): Current. How reproducible: Always. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Better user experience, less bugs and hacks. Additional info:
The installer should be kept in the installation process, because many following services which willr ely on install-time informations. Also anaconda does it the same way.