aboutsummaryrefslogtreecommitdiff
path: root/srfi/srfi-37.scm.in
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-02-16 00:15:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-02-16 00:32:16 +0100
commit24c013c06d9988d8edaad736a2eb518bc4a2edca (patch)
tree4d573419a8a35e8881ae30ba5b098e4f32baeb32 /srfi/srfi-37.scm.in
parent928bfc3d450daa10464fbd4f1bc8b0cd0cd754d7 (diff)
downloadguix-24c013c06d9988d8edaad736a2eb518bc4a2edca.tar.gz
guix-24c013c06d9988d8edaad736a2eb518bc4a2edca.zip
gnu: perl-xml-compile-soap: Update to 3.21.
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.21.
Diffstat (limited to 'srfi/srfi-37.scm.in')
0 files changed, 0 insertions, 0 deletions
ewt?id=80387bc7c3966602800116f5be3893c3d3044a96'>installer: Add core dump support.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/58733> * gnu/installer.scm (installer-program): Enable core dump generation. * gnu/installer/dump.scm (%core-dump): New variable. (prepare-dump): Copy the core dump file. * gnu/installer/newt/welcome.scm (run-welcome-page): Propose to report an installation that previously generated a core dump. 2022-10-25installer: welcome: Warn when uvesafb gets used.pelzflorian (Florian Pelz) There will be false positives: Because the Guix installer uses the kernel argument modprobe.blacklist=radeon,amdgpu and some AMD graphics actually work okay according to h-node, these users will get a false alarm. * gnu/installer/newt/welcome.scm (run-welcome-page): Warn before showing the welcome page. 2022-10-20installer: Add a missing confirmation page before formatting.Mathieu Othacehe This is a follow-up of: <https://issues.guix.gnu.org/57232> * gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page when dealing with an EFI installation. 2022-10-20installer: Propose the user to report a "guix system init" failure.Mathieu Othacehe * gnu/installer/newt/final.scm (run-install-failed-page): Add a "Report the failure" button. 2022-10-17installer: Factorize url-alive? in internet check.Andrew Tropin * gnu/installer/newt/network.scm (wait-service-online): Factorize url-alive? in internet check. 2022-10-17installer: Relax internet check availability criteria.aleksandr barakin Checks the availability of the mirror bordeaux.guix.gnu.org in addition to ci.guix.gnu.org. This allows to proceed the installation if the ci.guix.gnu.org is unavailable. * gnu/installer/newt/network.scm (wait-service-online): Relax internet check availability criteria. Signed-off-by: Andrew Tropin <andrew@trop.in> 2022-10-17guix: Fix typos.Julien Lepiller These typos were found and reported through weblate. * gnu/packages/audio.scm (wildmidi)[description]: Fix typo. * gnu/packages/games.scm (cgoban)[description]: Fix typo. * gnu/services/version-control.scm (gitolite-service-type)[description]: Fix typo. * gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full stop at end of title. * gnu/machine/ssh.scm (machine-ssh-configuration-system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo. 2022-10-13installer: partition: Add a confirmation page before formatting.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/57232>. * gnu/installer/newt/partition.scm (run-label-confirmation-page): New procedure. (run-label-page): Call the above procedure before proceeding. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-09-22installer: Exit console-services page with abort-to-prompt.Josselin Poiret * gnu/installer/newt/services.scm (run-console-services-cbt-page): Do it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-09-22installer: Return partitions with crypt password as step result.Josselin Poiret * gnu/installer/newt/partition.scm (run-partitioning-page): Do it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-09-22installer: Move <secret> to utils and use it for crypt passwords.Josselin Poiret * gnu/installer/user.scm (<secret>, secret?, make-secret, secret-content): Move to utils.scm. * gnu/installer/utils.scm (<secret>, secret?, make-secret, secret-content): Moved from user.scm. * gnu/installer/newt/partition.scm (prompt-luks-passwords): Make password a <secret>. * gnu/installer/parted.scm (luks-format-and-open): Unwrap secret. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>