diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-08 18:57:42 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-08 18:57:42 +0000 |
commit | a4fd0fd5452765297bd052a4ecf680a0e8a3362f (patch) | |
tree | 9aa235ae668fe69a41dbb3af17119885c2a667e4 /mdk-stage1 | |
parent | 0a953f83a6e0ba166ea034c8ae3ab69725497d19 (diff) | |
download | drakx-a4fd0fd5452765297bd052a4ecf680a0e8a3362f.tar drakx-a4fd0fd5452765297bd052a4ecf680a0e8a3362f.tar.gz drakx-a4fd0fd5452765297bd052a4ecf680a0e8a3362f.tar.bz2 drakx-a4fd0fd5452765297bd052a4ecf680a0e8a3362f.tar.xz drakx-a4fd0fd5452765297bd052a4ecf680a0e8a3362f.zip |
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)
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/config-stage1.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |