From 87e4a908172c821f68f13c59f4fd603132af7a8f Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 25 Sep 2017 12:11:10 +0200 Subject: [PATCH] don't remount-ro on errors --- extra/generic-root/etc/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/generic-root/etc/fstab b/extra/generic-root/etc/fstab index 428e1c8..6d3ef35 100644 --- a/extra/generic-root/etc/fstab +++ b/extra/generic-root/etc/fstab @@ -3,7 +3,7 @@ proc /proc proc nodev,noexec,nosuid 0 0 ## rootfs -/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime 0 1 +/dev/mmcblk0p2 / ext4 noatime 0 1 ## bootfs /dev/mmcblk0p1 /boot vfat defaults 0 0