1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 07:35:54 +02:00

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
+2 -1
View File
@@ -1,5 +1,5 @@
;;; 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>
;;;
;;; This file is part of GNU Guix.
@@ -336,6 +336,7 @@ Use Alt-F2 for documentation.
(cons (file-system
(mount-point "/")
(device "gnu-disk-image")
(title 'label)
(type "ext4"))
%base-file-systems))