bug#35472: Boot bind mount device path incorrect

2021-08-09 Thread Leo Famulari
On Mon, Apr 29, 2019 at 12:27:58AM +0900, rendaw wrote: > Package: guix > Version: 0.16.0 Reproduced with 1.3.0ish. > I specified a needed-at-boot bind mount from "/x/y" to "/y" but this > failed with the error: > > ERROR: In procedure stat: > In procedure stat: No such file or directory: "/x/y"

bug#35472: Boot bind mount device path incorrect

2019-04-28 Thread rendaw
Package: guix Version: 0.16.0 I specified a needed-at-boot bind mount from "/x/y" to "/y" but this failed with the error: ERROR: In procedure stat: In procedure stat: No such file or directory: "/x/y" At boot "/x" is actually mounted at "/root/x" so the bind mount path should be "/root/x/y" -- m