X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fconfiguration;h=5d9881214efab8f027130718bd68686d43867ff3;hb=0658b89a3012f16a798c6050ab5bf8c2982b5f4c;hp=816ce3962a4cd40f78f2e49cae93aa084454bf27;hpb=765d544320c1e3f80c82315c38e73fe88b50a593;p=bootmanager.git diff --git a/source/configuration b/source/configuration index 816ce39..5d98812 100644 --- a/source/configuration +++ b/source/configuration @@ -4,20 +4,20 @@ # the current version of the bootmanager -VERSION=3.1.5 +VERSION=3.2 # full url to which api server to contact -BOOT_API_SERVER=https://www.planet-lab.org:443/PLCAPI/ +BOOT_API_SERVER=https://boot.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 @@ -44,7 +44,7 @@ SUPPORT_FILE_DIR=/boot # this sets the size of the root logical volume, # after the root and swap has been created, remaining # goes to the vserver partition -ROOT_SIZE=3G +ROOT_SIZE=7G # override the swap size @@ -61,7 +61,7 @@ MINIMUM_MEMORY=511000 # minimum block disk size in GB to be added to lvm. # if any block devices are smaller than this, they are ignored. -MINIMUM_DISK_SIZE=5 +MINIMUM_DISK_SIZE=17 # total minimum disk size in GB if all usable disks are below this