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:
Tobias Geerinckx-Rice 2017-07-14 20:47:38 +02:00
parent 70e7367df1
commit 0862b95433
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99
3 changed files with 7 additions and 4 deletions

View file

@ -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"))