Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md Enhance visibility of log2ram filesystem type Changed the command... `df -h | grep log2ram` to: `df -hT | grep log2ram` This provides additional clarity by explicitly showing the type of filesystem (e.g. tmpfs) where 'log2ram' is mounted. This makes the output more useful for diagnostics and ensuring correct configuration. * Update README.md Update the example for 'df -hT...' * Update README.md Update README with Clearer Examples Improves readability and provides more immediate comprehension for users checking filesystem mount details. (Uses `awk` to provide more descriptive output). 1. Modified the `df -hT | grep log2ram` command to include labels for each output field, making it easier to understand the filesystem statistics. 2. Updated the `mount | grep log2ram` command to better display information about the `log2ram` mount.
- Loading branch information
f171449
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md is missing the new variable JOURNALD_AWARE and the corresponding description under the Customization / Variables section + should read "there are six variables"
I am not proposing a commit because the use of the JOURNALD_AWARE variable is not clear. See my other comment
The old MAIL variable should also be replaced with the new NOTIFICATION variable and all new variables should also appear in README.md. Eg. NOTIFICATION_COMMAND, COMP_ALG, etc.
I can give it a shot if you want
[Edit: added a few more details]
f171449
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I submitted a Pull request with above changes