diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-02-05 17:44:36 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2020-02-05 17:44:36 +0900 |
commit | ada8ac19e6ec97b327c2a79908ea84d38e3e6872 (patch) | |
tree | 871c0d853b7ec237a1f8dd143ba9e8f210b543c3 | |
parent | 5c72fdc416e2d4de6d7f6f7d70cc0da13fe49cf6 (diff) | |
download | system-plugin-ada8ac19e6ec97b327c2a79908ea84d38e3e6872.tar.gz system-plugin-ada8ac19e6ec97b327c2a79908ea84d38e3e6872.tar.bz2 system-plugin-ada8ac19e6ec97b327c2a79908ea84d38e3e6872.zip |
Change partition label from /dev/disk/by-partlabel to /dev/disk/by-label for /opt/usr
XU3, RPI3, RPI4, ARTIK don't have any /dev/disk/by-partlabel.
MCD and DA has his own opt-usr.mount unit.
So, public unifies with /dev/dis/by-label
Change-Id: Ia4ecc4048978248adecc34334af1c44b1173ed27
-rw-r--r-- | units/opt-usr.mount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/opt-usr.mount b/units/opt-usr.mount index e7c845a..c68628a 100644 --- a/units/opt-usr.mount +++ b/units/opt-usr.mount @@ -6,7 +6,7 @@ After=local-fs-pre.target Before=local-fs.target wait-mount@opt-usr.service [Mount] -What=/dev/disk/by-partlabel/user +What=/dev/disk/by-label/user Type=ext4 Where=/opt/usr SmackProcessLabel=System::Privilege |