From 1c76c83837ae4e2fbc0601a7097a7bd892f148b6 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Thu, 6 Feb 2020 15:44:18 +0900 Subject: [PATCH] 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 --- filesystem/etc/fstab | 4 ---- packaging/system-plugin-emulator.spec | 1 - 2 files changed, 5 deletions(-) delete mode 100644 filesystem/etc/fstab 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 -- 2.34.1