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>
This commit is contained in:
parent
71ebf0ba3b
commit
3f2bd9df41
1 changed files with 4 additions and 0 deletions
|
@ -506,6 +506,10 @@ fi~%"))))
|
||||||
;;;
|
;;;
|
||||||
;;; Bootloader definitions.
|
;;; 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
|
(define grub-bootloader
|
||||||
(bootloader
|
(bootloader
|
||||||
|
|
Reference in a new issue