Hello, Maxim Cournoyer <maxim.courno...@gmail.com> writes:
> Hello, > > maxim.courno...@gmail.com writes: > >> Consider the following file system record: >> >> (file-system >> (device "some-server:/mnt/scratch/yocto-sstate")" >> (mount-point "/mnt/scratch/yocto-sstate") >> (create-mount-point? #t) >> (type "nfs") >> (mount? #f) >> (options "soft") >> (flags '(no-exec))) >> >> Even though a user would think the mount point would be created, it is >> not, I'm guessing because mount? is #f. >> >> Maxim > > I had the "chance" again today to meet this issue, so I took it by the > horns and came up with the attached patch, which fixes it: > > > > Thanks, > > Maxim Pushed with 8ad6624b96. Closing! Maxim