azlux
|
851dd0219e
|
Merge pull request #94 from MegaV0lt/master
Include detection of OpenRC (Gentoo Linux) and automatically (un)install files
|
4 yıl önce |
azlux
|
f3d21dc0a7
|
Merge pull request #85 from zkemble/master
Make log2ram shutdown after journald has shutdown
|
4 yıl önce |
Azlux
|
c5b8abaa1c
|
changelog added
|
4 yıl önce |
Azlux
|
443a35ef9e
|
version consistancy
|
4 yıl önce |
Azlux
|
fe13834ed2
|
execution right for build
|
4 yıl önce |
Azlux
|
615a78f00e
|
typo fix
|
4 yıl önce |
Azlux
|
13d0058086
|
Debian packages
Yeah !
|
4 yıl önce |
MegaV0lt
|
19beafe6ae
|
Update log2ram.openrc_cron
Avoid a conflict with logrotate
|
5 yıl önce |
MegaV0lt
|
956a48add1
|
Update log2ram
Add option -v to cp command to have something to view in the log
|
5 yıl önce |
MegaV0lt
|
099899a553
|
Update install.sh
Add a check for the size of /var/log and show a warning it it is too small
|
5 yıl önce |
MegaV0lt
|
8e1a0e4418
|
Update install.sh
Fix redirection
|
5 yıl önce |
MegaV0lt
|
e879db921e
|
Update README.md
Note how to stop log2ram with OpenRC
|
5 yıl önce |
MegaV0lt
|
0b40db7d30
|
Update log2ram
Add some quotes to variables and remove { where not needed
|
5 yıl önce |
MegaV0lt
|
bd960d06db
|
Update log2ram.conf
Set a bigger default for ramlog size and add a note that tmpfs is not allocating unused space
|
5 yıl önce |
MegaV0lt
|
fe281aaaf9
|
Update log2ram
Fix quoting
|
5 yıl önce |
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.
|
5 yıl önce |
MegaV0lt
|
6294b73126
|
Update log2ram
Use date as fallback if printf -v fails. reason is, that printf -v is not defined in POSIX
|
5 yıl önce |
MegaV0lt
|
e993fa880e
|
Update log2ram.initd
Replaced dependency "neet localmount" by "after localmount"
|
5 yıl önce |
azlux
|
1b8025aa91
|
Merge pull request #93 from folti/master
start service before syslog-ng service too
|
5 yıl önce |
Tamas Pal
|
7cf6164364
|
start service before syslog-ng service too
prevent conflicts and failed startup of the syslog-ng daemon
if it's been used instead of the default rsyslog.
|
5 yıl önce |
MegaV0lt
|
aa9beee67a
|
Update log2ram
Better visibility of log message and only log to log file
|
5 yıl önce |
MegaV0lt
|
366afe36fb
|
Update log2ram
Add a log statement with date and performed action; Eg. "2019-09-26 09:58:08 - Syncing to disk"
|
5 yıl önce |
MegaV0lt
|
c062acb15a
|
Update log2ram.openrc_cron
Use custom function write() in intscript
|
5 yıl önce |
MegaV0lt
|
ea323c852d
|
Update log2ram.initd
Custom function write() to avoid restart of log2ram via cron
|
5 yıl önce |
MegaV0lt
|
f547ca5c15
|
Update log2ram.initd
Typo
|
5 yıl önce |
MegaV0lt
|
e563d2c5ed
|
Update install.sh
Indicate that we install log2ram on the detected init-system
|
5 yıl önce |
MegaV0lt
|
9c42a06d25
|
Update install.sh
Suppress rc-service status message
|
5 yıl önce |
MegaV0lt
|
3740b50ec7
|
Update install.sh
Suppress "file not found" error when testing for init
|
5 yıl önce |
MegaV0lt
|
fdb0cfee4e
|
Update README.md
|
5 yıl önce |
MegaV0lt
|
88d027bfa9
|
Update README.md
|
5 yıl önce |
MegaV0lt
|
5abe5bd301
|
Update uninstall.sh
Try to detect init-system and remove files accordingly
|
5 yıl önce |
MegaV0lt
|
e26854eb74
|
Update log2ram.initd
config file is not needed here
|
5 yıl önce |
MegaV0lt
|
12662bc6ee
|
Update install.sh
try to detect init-system and install accordingly
|
5 yıl önce |
MegaV0lt
|
1df730ac7a
|
Update log2ram.initd
|
5 yıl önce |
MegaV0lt
|
4adeeedb7e
|
Create log2ram.openrc_cron
Cron-file for Gentoo/OpenRC
|
5 yıl önce |
MegaV0lt
|
bbb3023417
|
Create log2ram.initd
Init-File for Gentoo/OpenRC Init-System
|
5 yıl önce |
David MICHEL
|
0dc5827f5c
|
typo fix + fix rsync command
fix for #92 , bad fuzzy parameter
|
5 yıl önce |
Azlux
|
bd38f34a25
|
better rsync use
typo #82, improvement #81
|
5 yıl önce |
Zak Kemble
|
87540578cc
|
Make log2ram shutdown after journald has shutdown
#83 At system shutdown log2ram should wait until journald has shutdown before syncing back to disk, otherwise it will sync an unclosed journal log.
|
5 yıl önce |
Azlux
|
07b3599823
|
Zram option on ReadME
|
5 yıl önce |
azlux
|
36a88b8933
|
from azlux/zram
Zram implementation
|
5 yıl önce |
StuartIanNaylor
|
08264d3d3f
|
Update README.md
|
5 yıl önce |
StuartIanNaylor
|
e2e1c65c5f
|
make zram lines create and mount immediate
|
5 yıl önce |
StuartIanNaylor
|
c72bc41457
|
systemd tests due to mount wait rountine
|
5 yıl önce |
StuartIanNaylor
|
12e7a068a8
|
remove ignore systemd
|
5 yıl önce |
StuartIanNaylor
|
f86c90f9d6
|
clean up
|
5 yıl önce |
StuartIanNaylor
|
17f8207391
|
systemd conflict zram-swap-config
|
5 yıl önce |
StuartIanNaylor
|
34d32373c3
|
Add zram functionality
|
5 yıl önce |
azlux
|
22dadff534
|
timeout added
I add timeout. In case of failure, logram will not freeze the OS startup.
|
6 yıl önce |
azlux
|
1b2183b4c3
|
Merge pull request #49 from nachoparker/master
refactor installation script
|
6 yıl önce |