[Replicant] [device_samsung_i9300] [PATCH] fstab: don't mount /preload
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jan 1 19:55:15 UTC 2021
The /preload partition is (hopefully) not used by Replicant.
On my Galaxy SIII (GT-I9300) it only has a audio file
(Over_the_horizon.mp3) and one video file (Wonders_of_Nature.mp4).
On my Galaxy SII (GT-I9100) it instead contains some APK and
application data.
So it's still a good idea not to mount that partition at all.
In addition, if for some reason it becomes corrupted, Replicant
will fails to boot very early on.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
rootdir/fstab.smdk4x12 | 1 -
1 file changed, 1 deletion(-)
diff --git a/rootdir/fstab.smdk4x12 b/rootdir/fstab.smdk4x12
index dba5118..323e0e2 100644
--- a/rootdir/fstab.smdk4x12
+++ b/rootdir/fstab.smdk4x12
@@ -6,7 +6,6 @@
/dev/block/mmcblk0p9 /system ext4 ro,noatime wait
/dev/block/mmcblk0p8 /cache f2fs noatime,discard,inline_xattr,inline_data,nosuid,nodev wait
/dev/block/mmcblk0p8 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait
-/dev/block/mmcblk0p10 /preload ext4 noatime,nosuid,nodev,journal_async_commit wait
/dev/block/mmcblk0p12 /data f2fs noatime,discard,inline_xattr,inline_data,nosuid,nodev wait,check,encryptable=footer
/dev/block/mmcblk0p12 /data ext4 noatime,nosuid,nodev,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer
/dev/block/platform/dw_mmc/by-name/OTA /misc emmc defaults defaults
--
2.29.2
More information about the Replicant
mailing list