From 0d2edecb2be14c0ed92a33c7508358d648cd3d2f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Jul 2019 05:08:20 -0400 Subject: New upstream version 22 --- doc/genfstab.8.asciidoc | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/genfstab.8.asciidoc (limited to 'doc/genfstab.8.asciidoc') diff --git a/doc/genfstab.8.asciidoc b/doc/genfstab.8.asciidoc new file mode 100644 index 0000000..73faa4e --- /dev/null +++ b/doc/genfstab.8.asciidoc @@ -0,0 +1,50 @@ +genfstab(8) +=========== + +Name +---- +genfstab - generate output suitable for addition to an fstab file + +Synopsis +-------- +genfstab [options] root + +Description +----------- +genfstab helps fill in an fstab file by autodetecting all the current mounts +below a given mountpoint and printing them in fstab-compatible format to +standard output. It can be used to persist a manually mounted filesystem +hierarchy and is often used during the initial install and configuration of an +OS. + +Options +------- + +*-f* :: + Restrict output to mountpoints matching the prefix 'filter'. + +*-L*:: + Use labels for source identifiers (shortcut for '-t LABEL'). + +*-p*:: + Exclude pseudofs mounts (default behavior). + +*-P*:: + Include pseudofs mounts. + +*-t* :: + Use 'tag' for source identifiers (should be one of: 'LABEL', 'UUID', + 'PARTLABEL', 'PARTUUID'). + +*-U*:: + Use UUIDs for source identifiers (shortcut for '-t UUID'). + +*-h*:: + Output syntax and command line options. + +See Also +-------- + +linkman:pacman[1] + +include::footer.asciidoc[] -- cgit v1.2.3