X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fconfiguration;h=9b3478d499c4461ef54b63731ae95888bf911835;hb=72e47df1eec112678b965bd9a7a207498aac76e6;hp=fece5015d9a9872f345d5647c373c2fd751b282b;hpb=25a9fff76ec48c528db75eaf48e10118c5b4e0ca;p=bootmanager.git diff --git a/source/configuration b/source/configuration index fece501..9b3478d 100644 --- a/source/configuration +++ b/source/configuration @@ -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