X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-fstab-generator.xml;h=65b48eea0787237ac293769aa847f3f44c8c2d4d;hp=740db8fddb7fc8048d515342bf91021e7ae2a620;hb=b16492f86f13abd4a9447afd0910139af9656906;hpb=64e70e4b86d3f732d3513189312f6220d1d5cfbc diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index 740db8fdd..65b48eea0 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -61,10 +61,11 @@ reloaded. This will instantiate mount and swap units as necessary. - The passno field - is treated like a simlpe boolean, and the ordering information - is discarded. However, the root filesystem is checked - before all the other filesystems. + The passno field is treated + like a simple boolean, and the ordering information is + discarded. However, if the root file system is + checked, it is checked before all the other + file systems. See systemd.mount5 @@ -103,9 +104,83 @@ (initrd) while fstab= is honored by both the main system and - the initrd. + the initrd. + + root= + + Takes the root filesystem to mount + in the initrd. + root= is + honored by the initrd. + + + rootfstype= + + Takes the root filesystem type that + will be passed to the mount command. + rootfstype= is + honored by the initrd. + + + rootflags= + + Takes the root filesystem mount options + to use. rootflags= is + honored by the initrd. + + + mount.usr= + + Takes the /usr + filesystem to be mounted by the initrd. If + mount.usrfstype= or + mount.usrflags= is set, then + mount.usr= will default to the value set in + root=. + + Otherwise this parameter defaults to the + /usr entry + found in /etc/fstab on the root + filesystem. + + mount.usr= is honored by the initrd. + + + + mount.usrfstype= + + Takes the /usr + filesystem type that will be passed to the mount + command. If mount.usr= or + mount.usrflags= is set, then + mount.usrfstype= will default to the value set in + rootfstype=. + + Otherwise this value will be read from the + /usr entry in + /etc/fstab on the root filesystem. + + mount.usrfstype= is + honored by the initrd. + + + mount.usrflags= + + Takes the /usr + filesystem mount options to use. If + mount.usr= or + mount.usrfstype= is set, then + mount.usrflages= will default to the value set in + rootflags=. + Otherwise this value will be read from the + /usr entry in + /etc/fstab on the root filesystem. + + mount.usrflags= is + honored by the initrd. +