From a5c93e59d88432ff46f6aceefad79baebbe7aa05 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Nov 2004 12:37:56 +0000 Subject: new macro IMAGE_LOCATION_REL --- mdk-stage1/config-stage1.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 30a303ce8..b4a6105b6 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -35,7 +35,8 @@ #define MEM_LIMIT_MOVE 120 #define DISTRIB_NAME "Mandrakemove" #define IMAGE_LOCATION_DIR SLASH_LOCATION "/" -#define IMAGE_LOCATION IMAGE_LOCATION_DIR "cdrom" +#define IMAGE_LOCATION_REL "cdrom" +#define IMAGE_LOCATION IMAGE_LOCATION_DIR IMAGE_LOCATION_REL #define IMAGE_LOCATION_REAL SLASH_LOCATION "/image" #define RAW_LOCATION_REL "/cdrom" #define STAGE2_LOCATION_ROOTED "/image" @@ -49,7 +50,8 @@ #define LIVE_LOCATION_REL "install/stage2/live/" #define IMAGE_LOCATION_DIR SLASH_LOCATION "/tmp/" -#define IMAGE_LOCATION IMAGE_LOCATION_DIR "image" +#define IMAGE_LOCATION_REL "image" +#define IMAGE_LOCATION IMAGE_LOCATION_DIR IMAGE_LOCATION_REL #define IMAGE_LOCATION_REAL "/tmp/image" #define STAGE2_LOCATION_ROOTED "/tmp/stage2" #endif -- cgit v1.2.1