]> git.proxmox.com Git - systemd.git/blame - man/systemd-fstab-generator.8
Imported Upstream version 214
[systemd.git] / man / systemd-fstab-generator.8
CommitLineData
14228c0d 1'\" t
60f067b4 2.TH "SYSTEMD\-FSTAB\-GENERATOR" "8" "" "systemd 214" "systemd-fstab-generator"
14228c0d
MB
3.\" -----------------------------------------------------------------
4.\" * Define some portability stuff
5.\" -----------------------------------------------------------------
6.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7.\" http://bugs.debian.org/507673
8.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.ie \n(.g .ds Aq \(aq
11.el .ds Aq '
12.\" -----------------------------------------------------------------
13.\" * set default formatting
14.\" -----------------------------------------------------------------
15.\" disable hyphenation
16.nh
17.\" disable justification (adjust text to left margin only)
18.ad l
19.\" -----------------------------------------------------------------
20.\" * MAIN CONTENT STARTS HERE *
21.\" -----------------------------------------------------------------
22.SH "NAME"
23systemd-fstab-generator \- Unit generator for /etc/fstab
24.SH "SYNOPSIS"
25.PP
26/usr/lib/systemd/system\-generators/systemd\-fstab\-generator
27.SH "DESCRIPTION"
28.PP
29systemd\-fstab\-generator
30is a generator that translates
31/etc/fstab
32(see
33\fBfstab\fR(5)
34for details) into native systemd units early at boot and when configuration of the system manager is reloaded\&. This will instantiate mount and swap units as necessary\&.
35.PP
60f067b4
JS
36The
37\fIpassno\fR
38field is treated like a simple boolean, and the ordering information is discarded\&. However, if the root file system is checked, it is checked before all the other file systems\&.
39.PP
14228c0d
MB
40See
41\fBsystemd.mount\fR(5)
42and
43\fBsystemd.swap\fR(5)
44for more information about special
45/etc/fstab
46mount options this generator understands\&.
47.PP
48systemd\-fstab\-generator
49implements the
50\m[blue]\fBgenerator specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
51.SH "KERNEL COMMAND LINE"
52.PP
53systemd\-fstab\-generator
54understands the following kernel command line parameters:
55.PP
56\fIfstab=\fR, \fIrd\&.fstab=\fR
57.RS 4
58Takes a boolean argument\&. Defaults to
59"yes"\&. If
60"no", causes the generator to ignore any mounts or swaps configured in
61/etc/fstab\&.
62\fIrd\&.fstab=\fR
63is honored only by initial RAM disk (initrd) while
64\fIfstab=\fR
65is honored by both the main system and the initrd\&.
66.RE
67.SH "SEE ALSO"
68.PP
69\fBsystemd\fR(1),
70\fBfstab\fR(5),
71\fBsystemd.mount\fR(5),
72\fBsystemd.swap\fR(5),
73\fBsystemd-cryptsetup-generator\fR(8)
74.SH "NOTES"
75.IP " 1." 4
76generator specification
77.RS 4
78\%http://www.freedesktop.org/wiki/Software/systemd/Generators
79.RE