~ruther/guix-local

efdcb6f29cd0fd384ed88b0b9eb65547514a79a5 — Ludovic Courtès 10 years ago ff853a2
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/system/install.scm
M gnu/system/install.scm => gnu/system/install.scm +2 -1
@@ 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))