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-04 15:28:12 +0900 |
commit | 57fca517b33f191a967802f46a7b904371c475a0 (patch) | |
tree | f9a06ea76b94842720d85558f233c1443548f434 | |
parent | 5c72fdc416e2d4de6d7f6f7d70cc0da13fe49cf6 (diff) | |
download | system-plugin-57fca517b33f191a967802f46a7b904371c475a0.tar.gz system-plugin-57fca517b33f191a967802f46a7b904371c475a0.tar.bz2 system-plugin-57fca517b33f191a967802f46a7b904371c475a0.zip |
Change location to mount /opt/usr with opt-user.mount instead of /efc/fstab
In order to remove systemd-remount-fs.service because systemd-remount-fs.service uses /etc/fstab.
Change-Id: I45252be4b44dd3427a424c5661e282ad393b6e41
-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 |