summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-04 15:12:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-04 15:12:21 +0000
commit957a2675562809c6dc0789e250ad4f752d97e88d (patch)
tree4d0c6e1af486f63fa377055f6f37ec1f516d70a7 /mdk-stage1/config-stage1.h
parenta2b0a390f2f534b49ad7ab114dc50aaaae005873 (diff)
downloaddrakx-957a2675562809c6dc0789e250ad4f752d97e88d.tar
drakx-957a2675562809c6dc0789e250ad4f752d97e88d.tar.gz
drakx-957a2675562809c6dc0789e250ad4f752d97e88d.tar.bz2
drakx-957a2675562809c6dc0789e250ad4f752d97e88d.tar.xz
drakx-957a2675562809c6dc0789e250ad4f752d97e88d.zip
- create mount_clp_may_preload() out of handle_clp()
- rename handle_clp() to handle_move_clp() and simplify its use
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h6
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"