Commit Graph

131 Commits

Author SHA1 Message Date
MegaV0lt 099899a553
Update install.sh
Add a check for the size of /var/log and show a warning it it is too small
2019-09-29 17:17:07 +02:00
MegaV0lt 8e1a0e4418
Update install.sh
Fix redirection
2019-09-28 17:57:10 +02:00
MegaV0lt e879db921e
Update README.md
Note how to stop log2ram with OpenRC
2019-09-28 17:40:08 +02:00
MegaV0lt 0b40db7d30
Update log2ram
Add some quotes to variables and remove { where not needed
2019-09-28 15:12:28 +02:00
MegaV0lt bd960d06db
Update log2ram.conf
Set a bigger default for ramlog size and add a note that tmpfs is not allocating unused space
2019-09-27 18:51:21 +02:00
MegaV0lt fe281aaaf9
Update log2ram
Fix quoting
2019-09-27 09:23:44 +02:00
MegaV0lt 1ada2916d7
Update log2ram
Double quote to prevent globbing for variables.
Replace '! -z' by '-n' for better readability.
Function isSafe: Only check once for existing dir.
2019-09-27 08:56:11 +02:00
MegaV0lt 6294b73126
Update log2ram
Use date as fallback if printf -v fails. reason is, that printf -v is not defined in POSIX
2019-09-27 08:40:38 +02:00
MegaV0lt e993fa880e
Update log2ram.initd
Replaced dependency "neet localmount" by "after localmount"
2019-09-26 14:59:45 +02:00
MegaV0lt aa9beee67a
Update log2ram
Better visibility of log message and only log to log file
2019-09-26 10:12:35 +02:00
MegaV0lt 366afe36fb
Update log2ram
Add a log statement with date and performed action; Eg. "2019-09-26 09:58:08 - Syncing to disk"
2019-09-26 10:04:18 +02:00
MegaV0lt c062acb15a
Update log2ram.openrc_cron
Use custom function write() in intscript
2019-09-26 09:54:16 +02:00
MegaV0lt ea323c852d
Update log2ram.initd
Custom function write() to avoid restart of log2ram via cron
2019-09-26 09:53:27 +02:00
MegaV0lt f547ca5c15
Update log2ram.initd
Typo
2019-09-24 13:45:36 +02:00
MegaV0lt e563d2c5ed
Update install.sh
Indicate that we install log2ram on the detected init-system
2019-09-24 13:43:54 +02:00
MegaV0lt 9c42a06d25
Update install.sh
Suppress rc-service status message
2019-09-24 13:40:26 +02:00
MegaV0lt 3740b50ec7
Update install.sh
Suppress "file not found" error when testing for init
2019-09-24 12:59:27 +02:00
MegaV0lt fdb0cfee4e
Update README.md 2019-09-23 16:43:06 +02:00
MegaV0lt 88d027bfa9
Update README.md 2019-09-23 16:42:17 +02:00
MegaV0lt 5abe5bd301
Update uninstall.sh
Try to detect init-system and remove files accordingly
2019-09-23 16:02:56 +02:00
MegaV0lt e26854eb74
Update log2ram.initd
config file is not needed here
2019-09-23 15:55:51 +02:00
MegaV0lt 12662bc6ee
Update install.sh
try to detect init-system and install accordingly
2019-09-23 15:52:35 +02:00
MegaV0lt 1df730ac7a
Update log2ram.initd 2019-09-23 15:03:09 +02:00
MegaV0lt 4adeeedb7e
Create log2ram.openrc_cron
Cron-file for Gentoo/OpenRC
2019-09-23 15:02:23 +02:00
MegaV0lt bbb3023417
Create log2ram.initd
Init-File for Gentoo/OpenRC Init-System
2019-09-23 14:35:17 +02:00
David MICHEL 0dc5827f5c typo fix + fix rsync command
fix for #92 , bad fuzzy parameter
2019-09-20 14:18:54 +02:00
Azlux bd38f34a25 better rsync use
typo #82, improvement #81
2019-08-20 01:32:46 +02:00
Azlux 07b3599823 Zram option on ReadME 2019-03-13 15:47:06 +01:00
azlux 36a88b8933
from azlux/zram
Zram implementation
2019-03-13 15:29:37 +01:00
StuartIanNaylor 08264d3d3f
Update README.md 2019-03-09 15:24:28 +00:00
StuartIanNaylor e2e1c65c5f make zram lines create and mount immediate 2019-03-09 14:43:41 +00:00
StuartIanNaylor c72bc41457 systemd tests due to mount wait rountine 2019-03-09 04:55:45 +00:00
StuartIanNaylor 12e7a068a8 remove ignore systemd 2019-03-09 03:24:27 +00:00
StuartIanNaylor f86c90f9d6 clean up 2019-03-09 00:24:14 +00:00
StuartIanNaylor 17f8207391 systemd conflict zram-swap-config 2019-03-08 18:21:27 +00:00
StuartIanNaylor 34d32373c3 Add zram functionality 2019-03-08 04:58:06 +00:00
azlux 22dadff534 timeout added
I add timeout. In case of failure, logram will not freeze the OS startup.
2018-07-18 21:24:43 +02:00
azlux 1b2183b4c3
Merge pull request #49 from nachoparker/master
refactor installation script
2018-05-24 13:12:09 +02:00
nacho 0205dae7d9 refactor installation script 2018-05-24 12:27:07 +02:00
azlux 34e4812369 for #47 2018-04-30 23:29:16 +02:00
azlux 2d7951a666 Suggestion from #50
Check if systemd log2ram service is running before the install;
2018-04-30 23:22:47 +02:00
azlux e41d5a0f23
Upgrade added
Linked to the #30 error
2018-04-23 18:11:06 +02:00
azlux 50a032e5af
Bug fix into Readme
#46
2018-03-03 19:45:34 +01:00
azlux 644739c925 Readme fix 2018-02-18 20:40:38 +01:00
azlux 16ebd29848 Use env instead of /bin/sh
better for flexible shell
2018-02-16 01:03:18 +01:00
azlux e439c5ffdd shellcheck typo
typo for #32
2018-02-16 00:55:45 +01:00
azlux 9c774dcbb7 Add uninstaller into /usr
Suggestion from #46
2018-02-15 22:39:25 +01:00
azlux 1ed58f986c
#42 better README
minor improvements to the readme
2018-01-15 13:07:41 +01:00
Thomas McWork 939f847038
fix wrong folder name 2018-01-15 08:57:14 +01:00
Thomas McWork 804428d3a3
minor improvements to the readme
minor improvements to the readme
2018-01-14 12:07:56 +01:00