diff --git a/Makefile-man.am b/Makefile-man.am index 235b5a1342..1c264fa3fb 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 d5e5aeff3e..03a4fdd0b8 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 0000000000..fb25444645 --- /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 + + + +