From ea0a79a0da2c6b06abbdcbb060c6d87f6e275db8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Nov 2004 12:32:22 +0000 Subject: rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED (since STAGE2_LOCATION_REL is not relative, it's simply absolute when chrooted) --- mdk-stage1/config-stage1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/config-stage1.h') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 4b31f915f..30a303ce8 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -38,7 +38,7 @@ #define IMAGE_LOCATION IMAGE_LOCATION_DIR "cdrom" #define IMAGE_LOCATION_REAL SLASH_LOCATION "/image" #define RAW_LOCATION_REL "/cdrom" -#define STAGE2_LOCATION_REL "/image" +#define STAGE2_LOCATION_ROOTED "/image" #define BOOT_LOCATION SLASH_LOCATION "/image_boot" #define ALWAYS_LOCATION SLASH_LOCATION "/image_always" #define TOTEM_LOCATION SLASH_LOCATION "/image_totem" @@ -51,7 +51,7 @@ #define IMAGE_LOCATION_DIR SLASH_LOCATION "/tmp/" #define IMAGE_LOCATION IMAGE_LOCATION_DIR "image" #define IMAGE_LOCATION_REAL "/tmp/image" -#define STAGE2_LOCATION_REL "/tmp/stage2" +#define STAGE2_LOCATION_ROOTED "/tmp/stage2" #endif -- cgit v1.2.1