Remove "Type=ext4" option in opt-usr.mount to support f2fs filesystem 36/254836/1 accepted/tizen/unified/20210310.144837 submit/tizen/20210310.051909
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Mar 2021 03:20:36 +0000 (12:20 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Mar 2021 03:21:03 +0000 (12:21 +0900)
commitde22fc7daa0323672439c6df89de4cabdd6fb772
treeb84394aac75a856fd887c1a5a6f4d2b63e0eb41a
parentfe739d894ee202a55f830a54c93357d0c993780a
Remove "Type=ext4" option in opt-usr.mount to support f2fs filesystem

The "Type=" option in opt-usr.mount should not be specified,
because tizen uses "ext4" or "f2fs" filesystem for each target.

If there is no "Type=" option in the mount unit,
systemd automatically detects it when mounting.

Reference.
 - https://www.freedesktop.org/software/systemd/man/systemd.mount.html
 - Type= : Takes a string for the file system type. See mount(8) for details. This setting is optional

Change-Id: I4127b6534c2d593a24d3cc3727a83b7101ad3740
units/opt-usr.mount