diff options
-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 |