me
/
guix
Archived
1
0
Fork 0

system: Change comment wording.

* gnu/system.scm (<boot-parameters>)<Comment>: Substitute path with file name.
master
Miguel Ángel Arruga Vivas 2020-11-02 18:22:33 +01:00
parent c045801117
commit 2df44e934c
No known key found for this signature in database
GPG Key ID: 634C6E8979FABEC2
1 changed files with 6 additions and 6 deletions

View File

@ -290,13 +290,13 @@ directly by the user."
;; Because we will use the 'store-device' to create the GRUB search command, ;; 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' has slightly different semantics than 'root-device'.
;; The 'store-device' can be a file system uuid, a file system label, or #f, ;; 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 ;; but it cannot be a device file name such as "/dev/sda3", since GRUB would
;; understand that. The 'root-device', on the other hand, corresponds ;; not understand that. The 'root-device', on the other hand, corresponds
;; exactly to the device field of the <file-system> object representing the ;; 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". ;; OS's root file system, so it might be a device file name like
;; The 'store-directory-prefix' field contains #f or the store path inside ;; "/dev/sda3". The 'store-directory-prefix' field contains #f or the store
;; the 'store-device' as it is seen by GRUB, e.g. it would contain ;; file name inside the 'store-device' as it is seen by GRUB, e.g. it would
;; "/storefs" if the store is located in that subvolume of a btrfs ;; contain "/storefs" if the store is located in that subvolume of a btrfs
;; partition. ;; partition.
(root-device boot-parameters-root-device) (root-device boot-parameters-root-device)
(bootloader-name boot-parameters-bootloader-name) (bootloader-name boot-parameters-bootloader-name)