mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue