[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: system: Change comment wording.
From: |
guix-commits |
Subject: |
branch master updated: system: Change comment wording. |
Date: |
Mon, 02 Nov 2020 13:43:24 -0500 |
This is an automated email from the git hooks/post-receive script.
m1gu3l pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2df44e9 system: Change comment wording.
2df44e9 is described below
commit 2df44e934c9ba14a89d9245d1a4f7cf18e8cfdaa
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Mon Nov 2 18:22:33 2020 +0100
system: Change comment wording.
* gnu/system.scm (<boot-parameters>)<Comment>: Substitute path with file
name.
---
gnu/system.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index ff9ab18..b257ea0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -290,13 +290,13 @@ directly by the user."
;; Because we will use the 'store-device' to create the GRUB search command,
;; the 'store-device' has slightly different semantics than 'root-device'.
;; The 'store-device' can be a file system uuid, a file system label, or #f,
- ;; but it cannot be a device path such as "/dev/sda3", since GRUB would not
- ;; understand that. The 'root-device', on the other hand, corresponds
+ ;; but it cannot be a device file name such as "/dev/sda3", since GRUB would
+ ;; not understand that. The 'root-device', on the other hand, corresponds
;; exactly to the device field of the <file-system> object representing the
- ;; OS's root file system, so it might be a device path like "/dev/sda3".
- ;; The 'store-directory-prefix' field contains #f or the store path inside
- ;; the 'store-device' as it is seen by GRUB, e.g. it would contain
- ;; "/storefs" if the store is located in that subvolume of a btrfs
+ ;; OS's root file system, so it might be a device file name like
+ ;; "/dev/sda3". The 'store-directory-prefix' field contains #f or the store
+ ;; file name inside the 'store-device' as it is seen by GRUB, e.g. it would
+ ;; contain "/storefs" if the store is located in that subvolume of a btrfs
;; partition.
(root-device boot-parameters-root-device)
(bootloader-name boot-parameters-bootloader-name)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: system: Change comment wording.,
guix-commits <=