diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-02-04 15:28:12 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2020-02-05 10:18:42 +0000 |
commit | ca6fa930d9a4aa171f924477b4a938b2fd64091b (patch) | |
tree | 1ec730620c279a0896bea0d7e5a901c5de9ae428 | |
parent | 265460890d6200d5196c694fc4deac9c89b0a1c5 (diff) | |
download | system-plugin-ca6fa930d9a4aa171f924477b4a938b2fd64091b.tar.gz system-plugin-ca6fa930d9a4aa171f924477b4a938b2fd64091b.tar.bz2 system-plugin-ca6fa930d9a4aa171f924477b4a938b2fd64091b.zip |
Change location to mount /opt/usr with opt-user.mount instead of /efc/fstabsubmit/tizen_5.5/20200205.104543accepted/tizen/5.5/unified/20200206.060359
In order to remove systemd-remount-fs.service because systemd-remount-fs.service uses /etc/fstab.
Change-Id: I45252be4b44dd3427a424c5661e282ad393b6e41
(cherry picked from commit 57fca517b33f191a967802f46a7b904371c475a0)
-rw-r--r-- | etc/fstab_3parts | 1 | ||||
-rw-r--r-- | packaging/system-plugin.spec | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/fstab_3parts b/etc/fstab_3parts index 266fe0f..2f335c7 100644 --- a/etc/fstab_3parts +++ b/etc/fstab_3parts @@ -1,4 +1,3 @@ # <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext4 defaults,noatime,ro 0 1 LABEL=system-data /opt ext4 defaults,noatime 0 2 -LABEL=user /opt/usr ext4 defaults,noatime 0 2 diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index ee9c14a..d859e8c 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -375,8 +375,9 @@ mv %{_sysconfdir}/fstab_2parts %{_sysconfdir}/fstab %manifest %{name}.manifest %license LICENSE.Apache-2.0 %{_sysconfdir}/fstab_3parts +%{_unitdir}/opt-usr.mount %{_unitdir}/wait-mount@.service -%{_unitdir}/local-fs.target.wants/wait-mount@opt-usr.service +%{_unitdir}/local-fs.target.wants/opt-usr.mount %{_userunitdir}/wait-mount@.service %{_userunitdir}/basic.target.wants/wait-mount@opt-usr.service |