GNU bug report logs - #32313
Failed to boot after reconfiguring with a btrfs drive.

Previous Next

Package: guix;

Reported by: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>

Date: Mon, 30 Jul 2018 15:26:02 UTC

Severity: normal

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 32313 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>
Cc: 32313 <at> debbugs.gnu.org
Subject: Re: bug#32313: Failed to boot after reconfiguring with a btrfs drive.
Date: Tue, 31 Jul 2018 23:06:26 +0200
[Message part 1 (text/plain, inline)]
Probable fix:

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 9fad9af99..921914ccd 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -419,7 +419,7 @@ FILE-SYSTEM."
                                  '((gnu build file-systems)))
            (shepherd-service
             (provision (list (file-system->shepherd-service-name file-system)))
-            (requirement `(root-file-system
+            (requirement `(root-file-system udev
                            ,@(map dependency->shepherd-service-name dependencies)))
             (documentation "Check, mount, and unmount the given file system.")
             (start #~(lambda args

To test, invoke

  ./pre-inst-env guix system reconfigure /etc/config.scm

[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 6 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.