summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-07-30 13:28:18 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-07-30 13:28:18 +0000
commit7aab173af2151843199dc229641f643538c8c161 (patch)
treec4ad7ffa138c3461f36c4c8c9d44d4b7f3aefa56 /mdk-stage1/config-stage1.h
parent63a0448b4dd29e8722692dda71c615825310b955 (diff)
downloaddrakx-7aab173af2151843199dc229641f643538c8c161.tar
drakx-7aab173af2151843199dc229641f643538c8c161.tar.gz
drakx-7aab173af2151843199dc229641f643538c8c161.tar.bz2
drakx-7aab173af2151843199dc229641f643538c8c161.tar.xz
drakx-7aab173af2151843199dc229641f643538c8c161.zip
have a memory limit also for Rescue (different one)
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h
index 9ade3816d..3af38a446 100644
--- a/mdk-stage1/config-stage1.h
+++ b/mdk-stage1/config-stage1.h
@@ -21,6 +21,9 @@
/* If we have more than that amount of memory (in Mbytes), we assume we can load the second stage as a ramdisk */
#define MEM_LIMIT_RAMDISK 52
+/* If we have more than that amount of memory (in Mbytes), we assume we can load the rescue as a ramdisk */
+#define MEM_LIMIT_RESCUE 40
+
#define DISTRIB_NAME "Mandrake Linux"
#define RAMDISK_COMPRESSION_RATIO 1.95