;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu services avahi) #:use-module (gnu services) #:use-module (gnu services base) #:use-module (gnu services dmd) #:use-module (gnu services dbus) #:use-module (gnu system shadow) #:use-module (gnu packages avahi) #:use-module (gnu packages admin)
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2023-08-31 12:44:55 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2023-09-02 13:35:32 +0200
commit2890114a708e3a54a14ceb762f0726b013ffdc85 (patch)
tree452665c86b6b185edfbb925ac809b13b33e1fa8c /gnu/tests/lightdm.scm
parent8c0c94bf9f70a9252cd6f4261d2bce6bdba2bd0b (diff)
downloadguix-2890114a708e3a54a14ceb762f0726b013ffdc85.tar.gz
guix-2890114a708e3a54a14ceb762f0726b013ffdc85.zip
doc: Describe black screen issue when booting the installer.
With suggestions by Iku-Tulo Vilutar <ikutulovilutar@gmail.com>. Fixes <https://issues.guix.gnu.org/65572>. * doc/guix.texi (System Installation): Add suggestion when booting the installer fails with a black screen.
Diffstat (limited to 'gnu/tests/lightdm.scm')
0 files changed, 0 insertions, 0 deletions
vahi) (host-name host-name) (publish? publish?) (ipv4? ipv4?) (ipv6? ipv6?) (wide-area? wide-area?) (domains-to-browse domains-to-browse)))) ;;; avahi.scm ends here