summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2021-07-06 21:23:28 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2021-07-08 11:37:37 +0900
commitfb31346f657106caa06249f92fb96e63faa56801 (patch)
tree150195d5cad7263007dec047fd83120c6c84feb3
parent3620e8f6de51ac4267b1cc0386742f06974c7365 (diff)
downloadsystem-plugin-fb31346f657106caa06249f92fb96e63faa56801.tar.gz
system-plugin-fb31346f657106caa06249f92fb96e63faa56801.tar.bz2
system-plugin-fb31346f657106caa06249f92fb96e63faa56801.zip
to remove dependency from systemd-udevd.service Change-Id: I10dabf79f60d211e54f4cd501213ab1cb4585132 Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r--units/opt-usr.mount2
-rw-r--r--units/opt.mount2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/opt-usr.mount b/units/opt-usr.mount
index 58ed14a..f54edc9 100644
--- a/units/opt-usr.mount
+++ b/units/opt-usr.mount
@@ -6,6 +6,6 @@ After=local-fs-pre.target
Before=local-fs.target wait-mount@opt-usr.service
[Mount]
-What=/dev/disk/by-label/user
+What=LABEL=user
#Type=ext4
Where=/opt/usr
diff --git a/units/opt.mount b/units/opt.mount
index 7740345..405e697 100644
--- a/units/opt.mount
+++ b/units/opt.mount
@@ -10,7 +10,7 @@ ConditionPathIsMountPoint=!/opt
#After=systemd-fsck@dev-disk-by\x2dlabel-system\x2ddata.service
[Mount]
-What=/dev/disk/by-label/system-data
+What=LABEL=system-data
Where=/opt
Type=ext4
Options=defaults,relatime