From 427e96c149431076a0dfebbdbfc62bac871f5cf6 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 23 Aug 2006 12:58:14 +0000 Subject: [PATCH] * Change the TEMP_PATH and SYSIMG_PATH to be mounted in /tmp/mnt rather than /mnt/tmp --- source/configuration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/configuration b/source/configuration index 5684fcf..9b3478d 100644 --- a/source/configuration +++ b/source/configuration @@ -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 -- 2.43.0