Skip to content

Commit 764c0d8

Browse files
Update README.md
1 parent a74987e commit 764c0d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Uses a ztab table in /etc/ztab where any combination and number of zram drives c
77
This branch uses a OverlayFS mount with zram so that syncFromDisk on start is not needed.
88
This should allow quicker boots and larger directories as no complete directory copy needed as its the
99
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.
1211

1312
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.
1413

0 commit comments

Comments
 (0)