From a4f77c4ca56ea21004b8d9c6af14eccade6045e4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 8 Oct 2003 15:05:00 +0000 Subject: first attempt of updating stage1 for MandrakeMove --- mdk-stage1/config-stage1.h | 10 +++++++++- 1 file changed, 9 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 823694df2..75dfb838d 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -30,9 +30,17 @@ #define LIVE_LOCATION "/Mandrake/mdkinst/" #define RAMDISK_LOCATION "/Mandrake/base/" -#define IMAGE_LOCATION "/tmp/image" #define STAGE2_LOCATION "/tmp/stage2" +#ifdef MANDRAKE_MOVE +#define IMAGE_LOCATION "/sysroot/image" +#define SLASH_LOCATION "/sysroot" +#define LIVE_LOCATION_REL "/image/Mandrake/mdkinst" +#else +#define IMAGE_LOCATION "/tmp/image" +#endif + + /* user-definable (in Makefile): DISABLE_NETWORK, DISABLE_DISK, DISABLE_CDROM, DISABLE_PCMCIA */ -- cgit v1.2.1