1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Files
guix/gnu
Mathieu Othacehe 62a3756bd9 installer: Skip the backtrace page on user abort.
When the user aborts the installation because a core dump is discovered or the
installation command failed, displaying the abort backtrace doesn't make much
sense. Hide it when the abort condition is &user-abort-error and skip directly
to the dump page.

* gnu/installer/steps.scm (&user-abort-error): New variable.
(user-abort-error?): New procedure.
* gnu/installer/newt/final.scm (run-install-failed-page): Raise a
user-abort-error.
* gnu/installer/newt/welcome.scm (run-welcome-page): Ditto.
* gnu/installer.scm (installer-program): Hide the backtrace page and directly
propose to dump the report when the a &user-abort-error is raised.
2022-11-02 15:52:19 +01:00
..
2022-10-17 07:29:09 +02:00
2022-10-23 17:03:09 -07:00
2022-09-24 14:49:09 +02:00
2022-08-19 18:55:41 +03:00
2022-09-24 14:49:09 +02:00
2022-10-28 10:17:55 +02:00
2022-10-23 17:03:09 -07:00