From: Hyotaek Shim Date: Wed, 24 Apr 2019 04:33:48 +0000 (+0900) Subject: Fix 61-system-plugin-n4.rules to support even 'userdata' PARTLABEL X-Git-Tag: submit/tizen_5.0/20230531.075952~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=198cf939a88881cb450692706a820455d7e9745d;p=platform%2Fadaptation%2Fsystem-plugin.git Fix 61-system-plugin-n4.rules to support even 'userdata' PARTLABEL Change-Id: Ib95f939ea5c2782785b1f600fd1c409c1ce8543e Signed-off-by: Hyotaek Shim (cherry picked from commit 777fe78d322c6ad0e0662005adf8a3c11ff04499) --- diff --git a/rules/61-system-plugin-n4.rules b/rules/61-system-plugin-n4.rules index 3e3a5c6..ddc2794 100644 --- a/rules/61-system-plugin-n4.rules +++ b/rules/61-system-plugin-n4.rules @@ -1,3 +1,4 @@ # for TM2 only ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="USER", SYMLINK+="disk/by-partlabel/user" ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="USERDATA", SYMLINK+="disk/by-partlabel/user" +ACTION=="add|change", SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="userdata", SYMLINK+="disk/by-partlabel/user"