On Tue,  6 Jun 2023 16:38:07 +0000
Alexandros Prekates <[email protected]> wrote:

> On Tue,  6 Jun 2023 16:28:11 +0000
> Alexandros Prekates <[email protected]> wrote:
> 
> 
> I found in the doc something that i had missed:
> 
> Run man 8 mount for options for various file systems, but beware that
> what it lists as file-system-independent “mount options” are in fact
> flags, and belong in the flags field described above. 
> 
> So could i will try to make a flags list and see if i have any lack.
> 
> Alexandros.
> 


I tried  (flags '(read-only exec))  and  (flags '(read-only nofail))

but /etc/config.scm:93:23: error: invalid file system mount flag: nofail

/etc/config.scm:93:23: error: invalid file system mount flag: exec

So i dont understand how do we pass those FILESYSTEM-INDEPENDENT MOUNT
OPTIONS to guix system reconfigure ?

Reply via email to