mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Fix to flush volatile journald to prevent full /var/log at startup * re-introduce directory / in non-rsync copy, and exclude journal* in this copy Note: this may need some testing if someone doesn't use rsync * Fix for non-rsync copy to Disk, since journal cannot be copied onto itself * Backed up journal files are removed with vacuum, so no need to delete them separately * Make room at boot by removing old logs, in addition to the removal later every 15 minutes * remove old archived journal files modified more than 1 day ago * make sure volatile logging is used, since journald sometimes turns persistent at boot remove unused commented lines in ramlog * Fix check for configured journald volatile logging * revert #3799, the rsync --delete * Exclude /var/log/journal from install, and create empty /var/log/journal directory when it exists during install Co-authored-by: dennis laptop <dennis@smartstatetechnolgy.nl> Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com> Co-authored-by: Dennis <bijwaard@gmail.com> Co-authored-by: dennis laptop <dennis@smartstatetechnolgy.nl>
11 lines
85 B
Plaintext
11 lines
85 B
Plaintext
/boot/*
|
|
/dev/*
|
|
/proc/*
|
|
/sys/*
|
|
/media/*
|
|
/mnt/*
|
|
/run/*
|
|
/tmp/*
|
|
/ddbr/*
|
|
/var/log/journal
|