install: Make it clear that we refer to the root by label.

* gnu/system/install.scm (installation-os): Use (title 'label) for the
root file system.
This commit is contained in:
Ludovic Courtès 2016-01-31 17:41:57 +01:00
parent ff853a2a06
commit efdcb6f29c
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -336,6 +336,7 @@ Use Alt-F2 for documentation.
(cons (file-system (cons (file-system
(mount-point "/") (mount-point "/")
(device "gnu-disk-image") (device "gnu-disk-image")
(title 'label)
(type "ext4")) (type "ext4"))
%base-file-systems)) %base-file-systems))