[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))
- branch master updated (e3f755f -> 47c0f92), Ludovic Courtès, 2016/02/01
- 02/10: install: Make it clear that we refer to the root by label.,
Ludovic Courtès <=
- 01/10: build: Use the right section and source for man pages., Ludovic Courtès, 2016/02/01
- 06/10: guix package: Support package transformation options., Ludovic Courtès, 2016/02/01
- 07/10: build: Really enable Guile warnings., Ludovic Courtès, 2016/02/01
- 08/10: build: Remove semicolons from Guile warnings., Ludovic Courtès, 2016/02/01
- 05/10: guix build: Separate transformation options., Ludovic Courtès, 2016/02/01
- 04/10: doc: Add subsections to 'Invoking guix build'., Ludovic Courtès, 2016/02/01
- 03/10: guix build: Transformations operate on single objects., Ludovic Courtès, 2016/02/01
- 09/10: build-system/python: Use 'ensure-keyword-arguments'., Ludovic Courtès, 2016/02/01
- 10/10: guix build: Add '--with-input'., Ludovic Courtès, 2016/02/01