From f69856bc54b576ea65a0e7e57ef3ba8ee9c68f4d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 10 Oct 2003 17:19:32 +0000 Subject: call move, move --- mdk-stage1/config-stage1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/config-stage1.h') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 384af7f68..9e28be52e 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -24,7 +24,6 @@ /* If we have more than that amount of memory (in Mbytes), we assume we can load the rescue as a ramdisk */ #define MEM_LIMIT_RESCUE 40 -#define DISTRIB_NAME "Mandrake Linux" #define RAMDISK_COMPRESSION_RATIO 1.95 @@ -33,10 +32,12 @@ #define STAGE2_LOCATION "/tmp/stage2" #ifdef MANDRAKE_MOVE +#define DISTRIB_NAME "Mandrake Move" #define IMAGE_LOCATION "/sysroot/image" #define SLASH_LOCATION "/sysroot" #define LIVE_LOCATION_REL "/image" #else +#define DISTRIB_NAME "Mandrake Linux" #define IMAGE_LOCATION "/tmp/image" #endif -- cgit v1.2.1