aboutsummarylogtreecommitdiffstats
path: root/kesl.ini
diff options
context:
space:
mode:
Diffstat (limited to 'kesl.ini')
-rw-r--r--kesl.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/kesl.ini b/kesl.ini
index e111de946b6f..7e0bfe0bc6f2 100644
--- a/kesl.ini
+++ b/kesl.ini
@@ -41,3 +41,11 @@ USE_GUI=Yes
# Default (if unset) is none (i.e root only)
# Package default is to add the user who's currently installing
ADMIN_USER=@YOU@
+
+# specific arch params to enable scheduled updates
+# as there is no option within the auto install ini:
+# can be y only. if you do not want to enable automatic updates outcomment the following:
+SCHEDULE_AUTOUPDATES=y
+# update interval in minutes (when SCHEDULE_AUTOUPDATES=y).
+# e.g. set this to "120" to run it once (at a random interval) within 120 minutes:
+SCHEDULE_UPDATE_INTERVAL=120