diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-17 03:56:08 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-17 03:56:08 -0500 |
commit | 351ab2c13fb754248bf6f8a5c65bb7e58360b609 (patch) | |
tree | a10d45b4e08d923b59c3e4a00f081fbf73effde6 /gnu/tests/install.scm | |
parent | 603308ee601b9ca96e90822b61b4e150106db425 (diff) | |
parent | ae6591efa5d5cd7a5e0b0ec70a2e9f549ef49b73 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r-- | gnu/tests/install.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index ae54154c5c..4e8d594054 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -257,8 +257,7 @@ build (current-guix) and then store a couple of full system images.") (device "store-fs") (title 'label) (mount-point "/gnu") - (type "ext4") - (needed-for-boot? #t)) ;definitely! + (type "ext4")) %base-file-systems)) (users %base-user-accounts) (services (cons (service marionette-service-type |