From 957a2675562809c6dc0789e250ad4f752d97e88d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Nov 2004 15:12:21 +0000 Subject: - create mount_clp_may_preload() out of handle_clp() - rename handle_clp() to handle_move_clp() and simplify its use --- mdk-stage1/config-stage1.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mdk-stage1/config-stage1.h') 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" -- cgit v1.2.1