GNU bug report logs - #35472
Boot bind mount device path incorrect

Previous Next

Package: guix;

Reported by: rendaw <7e9wc56emjakcm <at> s.rendaw.me>

Date: Sun, 28 Apr 2019 15:29:01 UTC

Severity: normal

Found in version 0.16.0

Full log


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

From: Leo Famulari <leo <at> famulari.name>
To: François-René Rideau <fare <at> mukn.io>
Cc: 35472 <at> debbugs.gnu.org
Subject: Re: bug#35472:
Date: Mon, 9 Aug 2021 14:56:17 -0400
On Mon, Aug 09, 2021 at 01:54:15PM -0400, François-René Rideau wrote:
>             (nix (file-system
>                   (device "/nixos/nix")
>                   (mount-point "/nix")
>                   ;;(type "bind") ;; fails both at CLI and during reconfigure
>                   (type "none") (option "bind") ;; CLI OK, reconfigure FAIL
>                   (dependencies (list nixos)))))

Try replacing the option field with (flags '(bind-mount))

https://guix.gnu.org/manual/en/html_node/File-Systems.html




This bug report was last modified 3 years and 307 days ago.

Previous Next


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