Added documentation for agama.finish boot option and CLI#47
Conversation
docs/user/boot_options.md
Outdated
| - `agama.finish` | ||
| During an unattended installation, if the installation is completed successfully then the | ||
| installer will reboot into the target system by default. This behavior can be modified allowing | ||
| to `stop`, `halt` or `poweroff` the machine at the end of the installation. |
There was a problem hiding this comment.
NP: we don't have something like agama.finish=reboot or agama.finish=default ? Just for cases when someone want to express default behavior explicitly in his use case.
There was a problem hiding this comment.
NP: we don't have something like
agama.finish=rebootoragama.finish=default? Just for cases when someone want to express default behavior explicitly in his use case.
Ah ... we do ... here https://github.com/agama-project/agama-project.github.io/pull/47/files#diff-8f73a449c31f0bace7e660fd5dc8b2b021bd218841bafeab47ea8b3c2e2bc931R333 So, may be that mentioning reboot even here would be nice too.
Something like " ... installer will reboot into the target ..." Could be enough to just give user a pointer that such argument exists too.
There was a problem hiding this comment.
Yep, as I mentioned that it will reboot by default I only documented the options to avoid that as it does not makes to match sense to specify the parameter if not needed.
| ::: | ||
|
|
||
| - `agama.finish` | ||
| During an unattended installation, if the installation is completed successfully then the |
There was a problem hiding this comment.
so it does not have any effect if user do not specify agama.auto, right?
There was a problem hiding this comment.
Exactly, not by now.
There was a problem hiding this comment.
So may be mention that explicitly ... taking into account what bugs we sometimes get ;-)
Added documentation for agama-project/agama#1970