From 33d99a01488a39d1b69efe54de97bcb9f5e6853d Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 25 Mar 2023 18:09:41 +0100 Subject: [PATCH] Minor: comments --- installers/minwrite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installers/minwrite.sh b/installers/minwrite.sh index 590cde60..fbadbee7 100755 --- a/installers/minwrite.sh +++ b/installers/minwrite.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# RaspAP minimal microSD card write opartion +# RaspAP minimal microSD card write operation # Original author: @zbchristian # Original source URI: https://github.com/RaspAP/raspap-tools # Modified by: @billz @@ -8,6 +8,8 @@ # License URI: https://github.com/raspap/raspap-webgui/blob/master/LICENSE # # Limits the microSD card write operation to a minimum by moving temporary and log files to RAM. +# Several packages are removed and the default logging service is replaced. +# The file system is still in read/write mode, so RaspAP settings can be saved. # Write access can be checked with "iotop -aoP". # Remaining access originates mainly from the ext4 journal update (process jbd2).