From efdcb6f29cd0fd384ed88b0b9eb65547514a79a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 31 Jan 2016 17:41:57 +0100
Subject: [PATCH] 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.
---
 gnu/system/install.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index bd501c76cc4..8ec93bc4f99 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -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 @@ (define installation-os
      (cons (file-system
              (mount-point "/")
              (device "gnu-disk-image")
+             (title 'label)
              (type "ext4"))
            %base-file-systems))
 
-- 
GitLab