From 1a1482e39247dd21a32f351e761ff519b9e0e745 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Wed, 8 Mar 2017 17:42:56 +0900 Subject: [PATCH] fstab: mount root-filesystem as read only Change-Id: I753168a4a24bf4c380246a35956a6d3d33c9d49c Signed-off-by: Sooyoung Ha --- filesystem/etc/fstab | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/filesystem/etc/fstab b/filesystem/etc/fstab index 0c971ff..a9b4387 100644 --- a/filesystem/etc/fstab +++ b/filesystem/etc/fstab @@ -1,2 +1,4 @@ -# # All filesystem have been automatically mounted in ramfs before init. +# After that, fstab remount root filesystem as read-only +# +emulator-rootfs / ext4 ro,relatime,data=ordered 0 1 -- 2.34.1