Skip to content
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

Avoid manual reboot in unattended mode #1940

Open
jreidinger opened this issue Jan 23, 2025 · 1 comment
Open

Avoid manual reboot in unattended mode #1940

jreidinger opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@jreidinger
Copy link
Contributor

In general if user use unattended mode, then now it needs to manually click on reboot. That is not expected behavior and ideally in unattended mode it should reboot automatically after successful installation.

@imobachgs imobachgs added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jan 23, 2025
@imobachgs
Copy link
Contributor

Although there is an unattended mode from users POV, strictly speaking, there is nothing like that. At first sight, we could:

  • Implement a sort of installer options that would allow to instruct Agama to reboot at the end. In the future, it could be use to configure other aspects of Agama.
  • Add a call to systemctl reboot in our auto-installation service (simple). We could even create an agama reboot command that could be used remotely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants