install: Provide a meaningful label.
* gnu/system/install.scm (installation-os)[label]: New field.
This commit is contained in:
parent
3f03a198b2
commit
0134ebc55b
@ -27,6 +27,7 @@
|
|||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix store)
|
#:use-module (guix store)
|
||||||
#:use-module (guix monads)
|
#:use-module (guix monads)
|
||||||
|
#:use-module ((guix packages) #:select (package-version))
|
||||||
#:use-module ((guix store) #:select (%store-prefix))
|
#:use-module ((guix store) #:select (%store-prefix))
|
||||||
#:use-module (gnu installer)
|
#:use-module (gnu installer)
|
||||||
#:use-module (gnu services dbus)
|
#:use-module (gnu services dbus)
|
||||||
@ -423,6 +424,9 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
|
|||||||
(bootloader (bootloader-configuration
|
(bootloader (bootloader-configuration
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(target "/dev/sda")))
|
(target "/dev/sda")))
|
||||||
|
(label (string-append "GNU Guix installation "
|
||||||
|
(package-version guix)))
|
||||||
|
|
||||||
(file-systems
|
(file-systems
|
||||||
;; Note: the disk image build code overrides this root file system with
|
;; Note: the disk image build code overrides this root file system with
|
||||||
;; the appropriate one.
|
;; the appropriate one.
|
||||||
|
Loading…
Reference in New Issue
Block a user