guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 02/10: install: Make it clear that we refer to the root by label.
Date: Mon, 01 Feb 2016 09:12:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit efdcb6f29cd0fd384ed88b0b9eb65547514a79a5
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 31 17:41:57 2016 +0100

    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 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index bd501c7..8ec93bc 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 <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]