mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
62a3756bd9
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. |
||
---|---|---|
.. | ||
aux-files | ||
newt | ||
connman.scm | ||
dump.scm | ||
final.scm | ||
hostname.scm | ||
keymap.scm | ||
locale.scm | ||
newt.scm | ||
parted.scm | ||
proxy.scm | ||
record.scm | ||
services.scm | ||
steps.scm | ||
substitutes.scm | ||
tests.scm | ||
timezone.scm | ||
user.scm | ||
utils.scm |