summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h
index 9e28be52e..ab30b58ae 100644
--- a/mdk-stage1/config-stage1.h
+++ b/mdk-stage1/config-stage1.h
@@ -33,7 +33,8 @@
#ifdef MANDRAKE_MOVE
#define DISTRIB_NAME "Mandrake Move"
-#define IMAGE_LOCATION "/sysroot/image"
+#define IMAGE_LOCATION "/sysroot/image_raw"
+#define IMAGE_LOCATION_REAL "/sysroot/image"
#define SLASH_LOCATION "/sysroot"
#define LIVE_LOCATION_REL "/image"
#else