We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bbdd92 + 6bddae4 commit e08a6beCopy full SHA for e08a6be
README.md
@@ -4,6 +4,9 @@ Usefull for IoT / maker projects for reducing SD, Nand and Emmc block wear via l
4
Uses Zram to minimise precious memory footprint and extremely infrequent write outs and near ram speed working dirs.
5
6
Uses a ztab table in /etc/ztab where any combination and number of zram drives can be created.
7
+This branch uses a OverlayFS mount with zram so that syncFromDisk on start is not needed.
8
+This should allow quicker boots and larger directories as no complete directory copy needed as its the
9
+lower mount in the OverlayFS.
10
11
_____
12
### Menu
0 commit comments