- merge revision 1.15
[bootmanager.git] / source / configuration
index 10b6e04..80d5735 100644 (file)
@@ -4,11 +4,7 @@
 
 
 # the current version of the bootmanager
-VERSION=3.1
-
-
-# full url to which api server to contact
-BOOT_API_SERVER=https://www.planet-lab.org:443/PLCAPI/
+VERSION=3.1.10
 
 
 # path to store temporary files during the install,
@@ -20,6 +16,12 @@ TEMP_PATH=/mnt/tmp
 SYSIMG_PATH=/mnt/tmp/sysimg
 
 
+# where the cacerts for the boot cd can be found
+# currently, this must start with /mnt/cdrom
+# which is hardcoded in the installer
+CACERT_PATH=/mnt/cdrom/bootme/cacert
+
+
 # the nonce the boot cd created, need to authenticate
 # requests that are made to the boot server
 NONCE_FILE=/tmp/nonce