~ruther/guix-local

65efb3c03164c8c119f9d3e9f07ae9c70b381c54 — Mathieu Othacehe 8 years ago f1d1ef7
bootloader: extlinux: Add a warning message on top of generated conf file.

* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Warn users about
  the fact that the configuration file is automatically generated.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/bootloader/extlinux.scm
M gnu/bootloader/extlinux.scm => gnu/bootloader/extlinux.scm +2 -1
@@ 59,7 59,8 @@ corresponding to old generations of the system."
    #~(call-with-output-file #$output
        (lambda (port)
          (let ((timeout #$(bootloader-configuration-timeout config)))
            (format port "
            (format port "# This file was generated from your GuixSD configuration.  Any changes
# will be lost upon reconfiguration.
UI menu.c32
PROMPT ~a
TIMEOUT ~a~%"