diff options
Diffstat (limited to 'squashfu.conf')
-rw-r--r-- | squashfu.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/squashfu.conf b/squashfu.conf index cfd6da1..59dcee7 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -81,7 +81,10 @@ INCLUDES=( EXCLUDES=( /lost+found -/var/log ) #end excludes +TRUNCATE_LOGS=( +/var/log +) #end truncate logs + |