[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: bootloader: Add comment about grub configuration
From: |
guix-commits |
Subject: |
branch master updated: bootloader: Add comment about grub configuration files. |
Date: |
Sun, 06 Sep 2020 09:55:15 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3f2bd9d bootloader: Add comment about grub configuration files.
3f2bd9d is described below
commit 3f2bd9df410e85795ec656052f44d2cddec2a060
Author: Stefan <stefan-guix@vodafonemail.de>
AuthorDate: Sun Sep 6 15:54:33 2020 +0200
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>
---
gnu/bootloader/grub.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index b905ae3..af041ae 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: bootloader: Add comment about grub configuration files.,
guix-commits <=