From dfce61dda7b7b15b910221e5ca1673b371554368 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Wed, 25 Jan 2023 19:05:08 -0500 Subject: fstab-generator: use correct targets when /sysroot is specificied in fstab only --- man/systemd-fstab-generator.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man/systemd-fstab-generator.xml') diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index b7908377a4..30204f5d8a 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -81,12 +81,15 @@ Configures the operating system's root filesystem to mount when running in the initrd. This accepts a device node path (usually /dev/disk/by-uuid/… or - /dev/disk/by-label/… or similar), or the special values gpt-auto - and tmpfs. + /dev/disk/by-label/… or similar), or the special values gpt-auto, + fstab, and tmpfs. Use gpt-auto to explicitly request automatic root file system discovery via systemd-gpt-auto-generator8. + Use fstab to explicitly request automatic root file system discovery via + the initrd /etc/fstab rather than via kernel command line. + Use tmpfs in order to mount a tmpfs5 file system as root file system of the OS. This is useful in combination with -- cgit v1.2.1