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) | |
download | guix-3f2bd9df410e85795ec656052f44d2cddec2a060.tar guix-3f2bd9df410e85795ec656052f44d2cddec2a060.tar.gz |
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 b905ae360c..af041ae4a8 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm @@ -506,6 +506,10 @@ fi~%")))) ;;; ;;; Bootloader definitions. ;;; +;;; For all these grub-bootloader variables the path to /boot/grub/grub.cfg +;;; is fixed. Inheriting and overwriting the field 'configuration-file' will +;;; break 'guix system delete-generations', 'guix system switch-generation', +;;; and 'guix system roll-back'. (define grub-bootloader (bootloader |