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>master
parent
71ebf0ba3b
commit
3f2bd9df41
|
@ -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
|
||||
|
|
Reference in New Issue