You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ Uses a ztab table in /etc/ztab where any combination and number of zram drives c
7
7
This branch uses a OverlayFS mount with zram so that syncFromDisk on start is not needed.
8
8
This should allow quicker boots and larger directories as no complete directory copy needed as its the
9
9
lower mount in the OverlayFS.
10
-
https://github.com/kmxz/overlayfs-tools should be a git clone operation and forgot to add to .gitignore, but
11
-
many thanks to kmxz for the overlay merge tool.
10
+
https://github.com/kmxz/overlayfs-tools many thanks to kmxz for the overlay merge tool.
12
11
13
12
Zram-config also allows a 'kiosk mode' where `sudo zram-config enable-ephemeral` on reboot will load the whole root into zram. There is no sync and zdir/zlog entries will be ignored as already included via the whole ro-root and zram upper. `sudo zram-config disable-ephemeral` and reboot to return to a normal system. https://blockdev.io/read-only-rpi/ and thanks to the original sources for another great script.
0 commit comments