From a4fd0fd5452765297bd052a4ecf680a0e8a3362f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 8 Jun 2004 18:57:42 +0000 Subject: in ftp install, display a mirror list (fetched from http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said) --- 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 d66fa25dc..b810f676d 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -63,5 +63,12 @@ #endif #endif +/* path to mirror list for net install */ +#ifndef DISABLE_NETWORK +#define MIRRORLIST_HOST "www.linux-mandrake.com" +#define MIRRORLIST_PATH "/mirrorsfull.list" +#define MIRRORLIST_MAX_ITEMS 500 +#define MIRRORLIST_MAX_MEDIA 10 +#endif #endif -- cgit v1.2.1