diff options
| author | Stefan <stefan-guix@vodafonemail.de> | 2020-09-06 15:54:33 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-09-06 15:55:10 +0200 |
| commit | 3f2bd9df410e85795ec656052f44d2cddec2a060 (patch) | |
| tree | 01013dcccc2fac2889a30ce188bd6b05a04e75d6 /gnu/bootloader | |
| parent | 71ebf0ba3b1c83867ae2b1478247b4f2daa579dd (diff) | |
bootloader: Add comment about grub configuration files.
* gnu/bootloader/grub.scm: Add comment about grub configuration files.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/grub.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index b905ae360c0..af041ae4a86 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -506,6 +506,10 @@ fi~%")))) | |||
| 506 | ;;; | 506 | ;;; |
| 507 | ;;; Bootloader definitions. | 507 | ;;; Bootloader definitions. |
| 508 | ;;; | 508 | ;;; |
| 509 | ;;; For all these grub-bootloader variables the path to /boot/grub/grub.cfg | ||
| 510 | ;;; is fixed. Inheriting and overwriting the field 'configuration-file' will | ||
| 511 | ;;; break 'guix system delete-generations', 'guix system switch-generation', | ||
| 512 | ;;; and 'guix system roll-back'. | ||
| 509 | 513 | ||
| 510 | (define grub-bootloader | 514 | (define grub-bootloader |
| 511 | (bootloader | 515 | (bootloader |
