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.
14 lines
310 B
SYSTEMD
14 lines
310 B
SYSTEMD
# Automatically generated by systemd-fstab-generator
|
|
|
|
[Unit]
|
|
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
|
SourcePath=/proc/cmdline
|
|
Before=initrd-usr-fs.target
|
|
Requires=systemd-fsck-usr.service
|
|
After=systemd-fsck-usr.service
|
|
After=blockdev@dev-sdx5.target
|
|
|
|
[Mount]
|
|
What=/dev/sdx5
|
|
Where=/sysusr/usr
|