aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.php')
-rw-r--r--web/config.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/config.php b/web/config.php
index 1d1cb2e..210d1db 100644
--- a/web/config.php
+++ b/web/config.php
@@ -11,6 +11,18 @@
// What should we set as the default list of packages?
define("DEFAULT_PACKAGES", "dhcpd");
+
+ // What should we set as the default list of packages?
+ define("DEFAULT_USE", "");
+
+ // What should we set as the default list of packages?
+ define("DEFAULT_PACKAGE_USE", "");
+
+ // What should we set as the default list of packages?
+ define("DEFAULT_FEATURES", "parallel-fetch userfetch userpriv getbinpkg");
+
+ // What should we set as the default list of packages?
+ define("DEFAULT_KEYWORDS", "");
// What should we limit the virtual machine disk size to?
define("MAX_DISK_SIZE", 16384);