diff options
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r-- | mdk-stage1/config-stage1.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 707672bcc..e908ff1aa 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -31,13 +31,19 @@ #define SLASH_LOCATION "/sysroot" #ifdef MANDRAKE_MOVE + #define MEM_LIMIT_MOVE 120 #define DISTRIB_NAME "Mandrakemove" + #define IMAGE_LOCATION_DIR SLASH_LOCATION "/" #define IMAGE_LOCATION_REL "cdrom" #define IMAGE_LOCATION IMAGE_LOCATION_DIR IMAGE_LOCATION_REL + +#define CLP_LOCATION IMAGE_LOCATION + #define STAGE2_LOCATION_ROOTED "/image" #define STAGE2_LOCATION SLASH_LOCATION STAGE2_LOCATION_ROOTED + #define BOOT_LOCATION SLASH_LOCATION "/image_boot" #define ALWAYS_LOCATION SLASH_LOCATION "/image_always" #define TOTEM_LOCATION SLASH_LOCATION "/image_totem" |