From efdcb6f29cd0fd384ed88b0b9eb65547514a79a5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 31 Jan 2016 17:41:57 +0100 Subject: 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(-) (limited to 'gnu/system/install.scm') diff --git a/gnu/system/install.scm b/gnu/system/install.scm index bd501c76cc..8ec93bc4f9 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 +;;; Copyright © 2014, 2015, 2016 Ludovic Courtès ;;; Copyright © 2015 Mark H Weaver ;;; ;;; 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)) -- cgit v1.2.3