mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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.
15 lines
346 B
SYSTEMD
15 lines
346 B
SYSTEMD
# Automatically generated by systemd-fstab-generator
|
|
|
|
[Unit]
|
|
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
|
SourcePath=/proc/cmdline
|
|
Before=local-fs.target
|
|
Requires=systemd-fsck@dev-sdx6.service
|
|
After=systemd-fsck@dev-sdx6.service
|
|
After=blockdev@dev-sdx6.target
|
|
|
|
[Mount]
|
|
What=/dev/sdx6
|
|
Where=/foo/also_in_initrd
|
|
Options=x-initrd.mount
|