aboutsummaryrefslogtreecommitdiffstats
path: root/debian/genfstab.adoc
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:09:57 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-03 05:09:57 -0400
commit69a60ea1ca6e1f3079740fc204932b8e95267f64 (patch)
tree2bc0015417f1f09c50b6b044323c019b78ce7724 /debian/genfstab.adoc
parent1907d1037c2e5d98b8b55b563d7b0ce8cd4b408a (diff)
d*.adoc, d/manpages, d/rules: Drop our manpages in favor of upstream's.
Diffstat (limited to 'debian/genfstab.adoc')
-rw-r--r--debian/genfstab.adoc46
1 files changed, 0 insertions, 46 deletions
diff --git a/debian/genfstab.adoc b/debian/genfstab.adoc
deleted file mode 100644
index a8e38aa..0000000
--- a/debian/genfstab.adoc
+++ /dev/null
@@ -1,46 +0,0 @@
-genfstab(1)
-===========
-:doctype: manpage
-
-NAME
-----
-genfstab - script to generate an fstab file based on mounted partitions
-
-
-SYNOPSIS
---------
-*genfstab* ['options'] 'root'
-
-
-OPTIONS
--------
-*-f* 'FILTER'::
- 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* 'TAG'::
- Use TAG for source identifiers. Common options for TAG include: 'LABEL', 'UUID', 'PARTLABEL', 'PARTUUID'
-*-U*::
- Use UUIDs for source identifiers (shortcut for '-t UUID')
-*-h*::
- Print the help message
-
-
-DESCRIPTION
------------
-One can use genfstab to generate fstab entries for mounted partitions given a filesystem root.
-This can be useful when installing or chrooting into a broken installation.
-
-
-EXAMPLES
---------
-
-To generate an fstab file using UUIDs as identifiers, run:
-
-```
-genfstab -U /media/testing >> /media/testing/etc/fstab
-```