From a886eedfae6832afd52c65febaaffd1fbbd2dec6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 7 Apr 2019 22:00:22 +0200 Subject: installer: Adjust welcome page message. * gnu/installer/newt/welcome.scm (run-welcome-page): Make the message less scary. --- gnu/installer/newt/welcome.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/installer/newt/welcome.scm b/gnu/installer/newt/welcome.scm index b0b5429c0f..aec3e7a612 100644 --- a/gnu/installer/newt/welcome.scm +++ b/gnu/installer/newt/welcome.scm @@ -95,9 +95,11 @@ installation and reboot." (G_ "GNU Guix install") (G_ "Welcome to GNU Guix system installer! -Please note that the present graphical installer is still under heavy \ -development, so you might want to prefer using the shell based process. \ -The documentation is accessible at any time by pressing CTRL-ALT-F2.") +You will be guided through a graphical installation program. + +If you are familiar with GNU/Linux and you want tight control over \ +the installation process, you can instead choose manual installation. \ +Documentation is accessible at any time by pressing Ctrl-Alt-F2.") logo #:listbox-items `((,(G_ "Graphical install using a terminal based interface") -- cgit v1.2.3 '>refslogtreecommitdiff
path: root/gnu/services/networking.scm
AgeCommit message (Expand)Author
2023-03-27services: ntpd: Add 'configuration' action....Ludovic Courtès
2023-03-27services: network-manager: Add 'configuration' action....Ludovic Courtès
2023-03-23services: network-manager: Set LINUX_MODULE_DIRECTORY environment variable....Maxim Cournoyer
2023-03-20services: network-manager: Add missing shadowing of 'iwd?' field....Andrew Tropin
2023-03-10services: connman: Set service canonical-name to connman....Bruno Victal
2023-03-10services: network-manager: Set service canonical-name to NetworkManager....Bruno Victal
2023-03-10services: network-manager: Await for NetworkManager to finish starting up....Bruno Victal
2023-03-10services: connman: Deprecate 'iwd?' field....Bruno Victal
2023-03-10services: connman: Add 'shepherd-requirement' field....Bruno Victal
2023-03-10services: connman: Use match-record and export accessors....Bruno Victal
2023-03-10services: network-manager: Deprecate 'iwd?' field....Bruno Victal
2023-03-10services: network-manager: Add 'shepherd-requirement' field....Bruno Victal
2023-02-09services: Add block-facebook-hosts-service-type....Bruno Victal
2023-01-16services: connman: Add iwd backend support....Declan Tsien
2022-12-02services: networking: Avoid 'match' on records....Ludovic Courtès
2022-12-01services: network-manager: Add iwd backend support....Andrew Tropin
2022-11-18services: tor: Remove unnecessary modules from shepherd environment....Ludovic Courtès
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-10-06services: dhcp-client: Implement and use a configuration record....Alexey Abramov
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer
2022-08-01services: tor: Do not write to /var/log/tor.log....Ludovic Courtès
2022-07-19services: tor: Switch to 'least-authority-wrapper'....Ludovic Courtès
2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai
2022-05-31gnu: Remove wicd....Maxim Cournoyer
2022-05-24services: Add log rotation to most networking services....ykonai
2022-05-01services: opendht: Use 'least-authority-wrapper'....Ludovic Courtès
2022-05-01services: ipfs: Use 'least-authority-wrapper'....Ludovic Courtès