diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-21 18:56:03 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-21 18:56:03 +0200 |
| commit | 65efb3c03164c8c119f9d3e9f07ae9c70b381c54 (patch) | |
| tree | 249879de487e78aee8826217200eb4804844f671 /gnu/bootloader | |
| parent | f1d1ef71ea56fe21c30f1b9ddd21172e048dd25e (diff) | |
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.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index 6f232db83e3..67b8815d406 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -59,7 +59,8 @@ corresponding to old generations of the system." | |||
| 59 | #~(call-with-output-file #$output | 59 | #~(call-with-output-file #$output |
| 60 | (lambda (port) | 60 | (lambda (port) |
| 61 | (let ((timeout #$(bootloader-configuration-timeout config))) | 61 | (let ((timeout #$(bootloader-configuration-timeout config))) |
| 62 | (format port " | 62 | (format port "# This file was generated from your GuixSD configuration. Any changes |
| 63 | # will be lost upon reconfiguration. | ||
| 63 | UI menu.c32 | 64 | UI menu.c32 |
| 64 | PROMPT ~a | 65 | PROMPT ~a |
| 65 | TIMEOUT ~a~%" | 66 | TIMEOUT ~a~%" |
