mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +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.
14 lines
322 B
SYSTEMD
14 lines
322 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-sdx7.service
|
|
After=systemd-fsck@dev-sdx7.service
|
|
After=blockdev@dev-sdx7.target
|
|
|
|
[Mount]
|
|
What=/dev/sdx7
|
|
Where=/foo/not_in_initrd
|