From: Hyotaek Shim Date: Thu, 6 Feb 2020 06:44:18 +0000 (+0900) Subject: Remove /etc/fstab configurations X-Git-Tag: accepted/tizen/5.5/unified/20200217.132313^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F224082%2F1;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Remove /etc/fstab configurations systemd-remount-fs.service is disabled. /opt is mounted at the ramdisk(initrd) stage. Change-Id: I95379988669e54f13ca16bba8f271a48545b8fcf Signed-off-by: Hyotaek Shim --- diff --git a/filesystem/etc/fstab b/filesystem/etc/fstab deleted file mode 100644 index 0259470..0000000 --- a/filesystem/etc/fstab +++ /dev/null @@ -1,4 +0,0 @@ -# All filesystem have been automatically mounted in ramfs before init. -# After that, fstab remount root filesystem as read-only -# -LABEL=emulator-rootfs / ext4 ro,relatime,data=ordered 0 1 diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index 284429f..d3baee7 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -75,6 +75,5 @@ ln -s ../wait-mount@opt-usr.service %{buildroot}%{_userunitdir}/basic.target.wan %{_unitdir}/emulator_preinit.target.wants/mnt.mount %{_prefix}/lib/udev/rules.d/51-tizen-udev-default.rules %{_prefix}/lib/udev/rules.d/95-tizen-emulator.rules -%{_sysconfdir}/fstab /opt/mnt %license LICENSE