diff options
Diffstat (limited to 'squashfu.conf')
-rw-r--r-- | squashfu.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/squashfu.conf b/squashfu.conf index 89a10c1..58fc66f 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -41,11 +41,13 @@ KEEP_LAST_WEEK=true # Set this to the day of the week you want a resquash to occur. # Days are numbered according to the output of 'date +%u' -- 1 -# through 7, with 1 being Monday, 7 being Sunday. If this number -# is out of bounds or this day is missed, you MUST create the -# new squash manually using --resquash. This is again compared -# to the output of 'date +%u' but does NOT take into account -# the MODIFIER above. +# through 7, with 1 being Monday, 7 being Sunday. This setting +# will not honor the MODIFIER setting above. +# +# WARNING: If this number is out of bounds or this day is missed, +# you MUST request the resquash manually (see help for how to do this). +# This is again compared to the output of 'date +%u' but does NOT take +# into account the MODIFIER above. RESQUASH_DAY=7 |