mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: createlog: don't include journal files of persistent logging
This commit is contained in:
@@ -137,7 +137,7 @@ mkdir -p $BASEDIR/$LOGDIR
|
||||
|
||||
# varlog.log
|
||||
LOGFILE="06_varlog.log"
|
||||
for i in $(find /var/log -type f); do
|
||||
for i in $(find /var/log -name journal -prune -o -type f -print); do
|
||||
getlog_cmd cat $i
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user