From 78c546d40cff285747ead9c15e5cb5b9496b7164 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 11 Jan 2001 18:21:13 +0000 Subject: - add FTP - add HTTP - use single place for mountpoints and static directories --- mdk-stage1/config-stage1.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mdk-stage1/config-stage1.h') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index ca8755fd3..d2503d642 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -23,6 +23,13 @@ #define DISTRIB_NAME "Linux-Mandrake" +#define RAMDISK_COMPRESSION_RATIO 1.9 + +#define LIVE_LOCATION "/Mandrake/mdkinst/" +#define RAMDISK_LOCATION "/Mandrake/base/" +#define IMAGE_LOCATION "/tmp/image" +#define STAGE2_LOCATION "/tmp/stage2" + /* user-definable (in Makefile): DISABLE_NETWORK, DISABLE_DISK, DISABLE_CDROM, DISABLE_PCMCIA */ -- cgit v1.2.1