mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build, vm: Use a less common label.
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD_image" as label. * gnu/system/install.scm (installation-os): Likewise. * gnu/system/vm.scm (system-disk-image): Likewise.
This commit is contained in:
parent
70e7367df1
commit
0862b95433
3 changed files with 7 additions and 4 deletions
|
@ -306,7 +306,7 @@ Use Alt-F2 for documentation.
|
|||
;; the appropriate one.
|
||||
(cons* (file-system
|
||||
(mount-point "/")
|
||||
(device "GuixSD")
|
||||
(device "GuixSD_image")
|
||||
(title 'label)
|
||||
(type "ext4"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue