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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h
index 662ad4fb5..3dbbf53b8 100644
--- a/mdk-stage1/config-stage1.h
+++ b/mdk-stage1/config-stage1.h
@@ -34,7 +34,11 @@
#ifdef MANDRAKE_MOVE
#define MEM_LIMIT_MOVE 120
+
+#undef DISTRIB_NAME
#define DISTRIB_NAME "Mandrakemove"
+#undef DISTRIB_DESCR
+#define DISTRIB_DESCR DISTRIB_NAME
#define IMAGE_LOCATION_DIR SLASH_LOCATION "/"
#define IMAGE_LOCATION_REL "cdrom"
@@ -51,8 +55,6 @@
#else
-#define DISTRIB_NAME "Mandrakelinux"
-
#define LIVE_LOCATION_REL "install/stage2/live/"
#define CLP_LOCATION_REL "install/stage2/"
#define CLP_STAGE2_NAME "mdkinst.clp"