diff --git a/gnu/system/install.scm b/gnu/system/install.scm index bd501c76cc490fe5dbeb7f24268f4aea2e201331..8ec93bc4f99f25be198bb254e909328a6819176a 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))