mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
239cce3870
Like we do for root= or so. Another possible option is adding support of fifth (sixth?) field in systemd.mount-extra=. But that may be overkill, hence let's do that later if someone request that. Fixes fsck part of issue #28541.
16 lines
396 B
SYSTEMD
16 lines
396 B
SYSTEMD
# Automatically generated by systemd-fstab-generator
|
|
|
|
[Unit]
|
|
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
|
SourcePath=/proc/cmdline
|
|
Before=initrd-fs.target
|
|
Requires=systemd-fsck@dev-sdx6.service
|
|
After=systemd-fsck@dev-sdx6.service
|
|
After=blockdev@dev-sdx6.target
|
|
|
|
[Mount]
|
|
What=/dev/sdx6
|
|
# Canonicalized from /foo/also_in_initrd
|
|
Where=/sysroot/foo/also_in_initrd
|
|
Options=x-initrd.mount
|