mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-04 13:31:52 +00:00
61 lines
2.6 KiB
Groff
61 lines
2.6 KiB
Groff
'\" t
|
|
.TH "SYSTEMD\-GPT\-AUTO\-GENERATOR" "8" "" "systemd 208" "systemd-gpt-auto-generator"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.\" http://bugs.debian.org/507673
|
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NAME"
|
|
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\&.
|
|
.SH "SYNOPSIS"
|
|
.PP
|
|
/usr/lib/systemd/system\-generators/systemd\-gpt\-auto\-generator
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
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
|
|
\fBfstab\fR(5)) or where the mount point is non\-empty\&.
|
|
.PP
|
|
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\&.
|
|
.PP
|
|
This generator is useful for centralizing file system configuration in the partition table and making manual configuration in
|
|
/etc/fstab
|
|
or suchlike unnecessary\&.
|
|
.PP
|
|
This generator looks for swap partitions using GPT type 0657fd6d\-a4ab\-43c4\-84e50933c84b4f4f\&. It looks for
|
|
/home
|
|
partitions using GPT type 933ac7e1\-2eb4\-4f13\-b8440e14e2aef915\&.
|
|
.PP
|
|
systemd\-gpt\-auto\-generator
|
|
implements the
|
|
\m[blue]\fBgenerator specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
\fBsystemd\fR(1),
|
|
\fBsystemd.mount\fR(5),
|
|
\fBsystemd.swap\fR(5),
|
|
\fBsystemd-efi-boot-generator\fR(8),
|
|
\fBfstab\fR(5)
|
|
.SH "NOTES"
|
|
.IP " 1." 4
|
|
generator specification
|
|
.RS 4
|
|
\%http://www.freedesktop.org/wiki/Software/systemd/Generators
|
|
.RE
|