-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Technical improvements #118
Comments
I think this relates a lot to yast/yast-installation#903 Just like it happens with the normal installation, it would be good to just present a summary of things with the option to modify them instead of a sequence of steps. The main difference with the installation is that there we have "proposals" which is not exactly the case in Firstboot. But we could either have Firstboot proposals or just present in the summary the current state of the system. |
Yes, it is. Indeed, this is why I proposed it.
Fully agree.
|
This is not longer true after #123, #126, yast/yast-users#319, and yast/yast-users#323. Updating initial description. |
Context
Going through the example included in SLES (see #115)
Problems
The user is created immediately
So, if the user goes back and forth changing his/her mind, Firstboot will create multiple users in the installed system. Or, even worst, if the user just change the chosen password the system does not complain but, at the time of login, the first password is the correct one. The same apply if Firstboot is aborted and executed again.See Technical improvements #118 (comment)Show / hide outdated video
creating_users_during_firstboot.mp4
Some clients do not allow going back
In the tested example, the
license
client disables theBack
button, which makes not possible going back to change the language and/or keyboard after arriving to this step.Is it expected? Can a Firstboot client overrides what is set in the
defaults
section of the workflow?Some clients do not show a warning before aborting (e.g.,
registration
client)Steps navigation must be sequential (not only during the execution of yast2-firsboot, but during the installation too)
This could be annoying since the user has to go through all previous steps if, for example, decides to change the keyboard layout just before clicking on the
Finish
button.As far as I see it, it is strongly related to the next point, the absence of settings summary (wight the interactive section headers)
Not summary at the end
Instead, the finish message is shown but the user might want to see/review the chosen options before continuing (although the changes were already done)
Suggested solution / Ideas
defaults
section of the workflow (i.e., do not disable theBack
button)The text was updated successfully, but these errors were encountered: