use build/build.common to use common build operations
[bootmanager.git] / source / configuration
index fece501..9b3478d 100644 (file)
@@ -4,16 +4,20 @@
 
 
 # the current version of the bootmanager
-VERSION=3.1.8
+VERSION=3.1.15
+
+
+# full url to which api server to contact
+BOOT_API_SERVER=https://www.planet-lab.org:443/PLCAPI/
 
 
 # path to store temporary files during the install,
 # do not include trailing slashes
-TEMP_PATH=/mnt/tmp
+TEMP_PATH=/tmp/mnt
 
 
 # path to the system mount point
-SYSIMG_PATH=/mnt/tmp/sysimg
+SYSIMG_PATH=/tmp/mnt/sysimg
 
 
 # where the cacerts for the boot cd can be found