From 633e43127c6d1a96d47587eed2739bdaff6c3d4f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 16 Nov 2013 15:42:16 +0100 Subject: Add minilinux download functionality and ipxe compilation scripts --- config.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'config.php') diff --git a/config.php b/config.php index 5b44d1cf..ac6a9de4 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ define('CONFIG_DEBUG', true); define('CONFIG_SESSION_DIR', '/tmp/openslx'); -define('CONFIG_SESSION_TIMEOUT', 86400); +define('CONFIG_SESSION_TIMEOUT', 86400 * 3); //define('CONFIG_SQL_BACKEND', 'mysql'); //define('CONFIG_SQL_HOST', 'localhost'); @@ -13,8 +13,13 @@ define('CONFIG_SQL_USER', 'openslx'); define('CONFIG_SQL_PASS', 'geheim'); //define('CONFIG_SQL_DB', 'openslx'); -define('CONFIG_TGZ_LIST_DIR', '/tmp/configs'); -define('CONFIG_HTTP_DIR', '/tmp/active-config'); +define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); -define('CONFIG_REMOTE_TGZ', 'http://127.0.0.1/fakeremote'); +define('CONFIG_REMOTE_TGZ', 'http://mltk.boot.openslx.org/tgz'); +define('CONFIG_REMOTE_ML', 'http://mltk.boot.openslx.org/update'); + +define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); +define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot'); + +define('CONFIG_IPXE_DIR', '/opt/openslx/ipxe'); -- cgit v1.2.3-55-g7522