From d67ca9ab8472ab012ac460555225924f6337e962 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Aug 2013 21:57:43 +0200 Subject: [PATCH] man; document gpt-auto-generator --- Makefile-man.am | 1 + man/systemd-efi-boot-generator.xml | 1 + man/systemd-gpt-auto-generator.xml | 99 ++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 man/systemd-gpt-auto-generator.xml diff --git a/Makefile-man.am b/Makefile-man.am index 235b5a134..1c264fa3f 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -56,6 +56,7 @@ MANPAGES += \ man/systemd-fsck@.service.8 \ man/systemd-fstab-generator.8 \ man/systemd-getty-generator.8 \ + man/systemd-gpt-auto-generator.8 \ man/systemd-halt.service.8 \ man/systemd-inhibit.1 \ man/systemd-initctl.service.8 \ diff --git a/man/systemd-efi-boot-generator.xml b/man/systemd-efi-boot-generator.xml index d5e5aeff3..03a4fdd0b 100644 --- a/man/systemd-efi-boot-generator.xml +++ b/man/systemd-efi-boot-generator.xml @@ -79,6 +79,7 @@ systemd1, systemd.mount5, systemd.automount5, + systemd-gpt-auto-generator8, gummiboot8, fstab5 diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml new file mode 100644 index 000000000..fb2544464 --- /dev/null +++ b/man/systemd-gpt-auto-generator.xml @@ -0,0 +1,99 @@ + + + + + + + + systemd-gpt-auto-generator + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-gpt-auto-generator + 8 + + + + systemd-gpt-auto-generator + Generator for automatically discovering + and mounting /home as well as + discovering and enabling swap partitions, based on GPT + partition type GUIDs. + + + + /usr/lib/systemd/system-generators/systemd-gpt-auto-generator + + + + Description + + systemd-gpt-auto-generator + is a generator that automatically discovers + /home and swap partitions and + creates mount and swap units for them, based on the + the partition type GUIDs of GUID partition tables + (GPT). Note that this generator will execute no + operation on non-GPT systems, on systems where the + units are explicitly configured (for example, listed + in + fstab5) + or where the mount point is non-empty. + + This generator will only look for partitions on + the same physical disk the root file system is stored + on. This generator has no effect on systems where the + root file system is distributed on multiple disks, for + example via btrfs RAID. + + This generator is useful for centralizing file + system configuration in the partition table and making + manual configuration in + /etc/fstab or suchlike + unnecessary. + + systemd-gpt-auto-generator + implements the generator + specification. + + + + See Also + + systemd1, + systemd.mount5, + systemd.swap5, + systemd-efi-boot-generator8, + fstab5 + + + + -- 2.30.2