From 9f103625b145a397e67c3714766775b615c8b587 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 9 Oct 2014 21:37:17 +0200 Subject: fstab-generator: Honor mount.usr*= on kernel command line This allows to configure boot loader entries for systems where the root and usr filesystems are in different subvolumes (or even on different drives). --- man/systemd-fstab-generator.xml | 76 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) (limited to 'man/systemd-fstab-generator.xml') diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index e3cf5d2bfb..65b48eea07 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -104,9 +104,83 @@ (initrd) while fstab= is honored by both the main system and - the initrd. + the initrd. + + root= + + Takes the root filesystem to mount + in the initrd. + root= is + honored by the initrd. + + + rootfstype= + + Takes the root filesystem type that + will be passed to the mount command. + rootfstype= is + honored by the initrd. + + + rootflags= + + Takes the root filesystem mount options + to use. rootflags= is + honored by the initrd. + + + mount.usr= + + Takes the /usr + filesystem to be mounted by the initrd. If + mount.usrfstype= or + mount.usrflags= is set, then + mount.usr= will default to the value set in + root=. + + Otherwise this parameter defaults to the + /usr entry + found in /etc/fstab on the root + filesystem. + + mount.usr= is honored by the initrd. + + + + mount.usrfstype= + + Takes the /usr + filesystem type that will be passed to the mount + command. If mount.usr= or + mount.usrflags= is set, then + mount.usrfstype= will default to the value set in + rootfstype=. + + Otherwise this value will be read from the + /usr entry in + /etc/fstab on the root filesystem. + + mount.usrfstype= is + honored by the initrd. + + + mount.usrflags= + + Takes the /usr + filesystem mount options to use. If + mount.usr= or + mount.usrfstype= is set, then + mount.usrflages= will default to the value set in + rootflags=. + Otherwise this value will be read from the + /usr entry in + /etc/fstab on the root filesystem. + + mount.usrflags= is + honored by the initrd. + -- cgit v1.2.3-54-g00ecf