Adopt What=LABEL=NAME option for mount units 07/260907/3 accepted/tizen/6.5/unified/20211028.093812 accepted/tizen/unified/20210708.131339 submit/tizen/20210708.024807 submit/tizen_6.5/20211028.161601 tizen_6.5.m2_release
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 6 Jul 2021 12:23:28 +0000 (21:23 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 8 Jul 2021 02:37:37 +0000 (11:37 +0900)
to remove dependency from systemd-udevd.service

Change-Id: I10dabf79f60d211e54f4cd501213ab1cb4585132
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
units/opt-usr.mount
units/opt.mount

index 58ed14a..f54edc9 100644 (file)
@@ -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
index 7740345..405e697 100644 (file)
@@ -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