* Update README.md with new/updated variables + fixed a few typos
* Update log2ram.conf
Remove duplicate JOURNALD_AWARE entry and cleaned-up related comments
* 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.
* Reformatted and refactored some files
* Added awareness of systemd-journald
- Added dependency for bash in debian control file, because this implementation uses bash arrays
- Changed in all shell scripts the interpreter to bash
- Replaced "service log2ram stop" with "systemctl stop log2ram"
- Replaced "-a" with "] && ["
- Increased SIZE and LOG_DISK_SIZE to 128M and 256M because journald can use a lot of space
- Introduced a new switch JOURNALD_AWARE
- Move "Is it working?" section to after "Install"
- Adjust "Is it working?" a bit, mention "systemctl status"
- Wording
- Add Troubleshooting section with journal cleanup tips