* Change the TEMP_PATH and SYSIMG_PATH to be mounted in /tmp/mnt
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Aug 2006 12:58:14 +0000 (12:58 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Aug 2006 12:58:14 +0000 (12:58 +0000)
  rather than /mnt/tmp

source/configuration

index 5684fcf..9b3478d 100644 (file)
@@ -13,11 +13,11 @@ 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