summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-03-07 15:06:59 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-03-07 15:06:59 +0000
commit2fcae3b1015c88cb4582a3eab4218e6854c4470a (patch)
treed993c15caa335c3a5cdbf6a5e63fba3e086cf0ad /mdk-stage1
parent7c36717b720eb42829a8bb8f1d9bd92824a675ca (diff)
downloaddrakx-backup-do-not-use-2fcae3b1015c88cb4582a3eab4218e6854c4470a.tar
drakx-backup-do-not-use-2fcae3b1015c88cb4582a3eab4218e6854c4470a.tar.gz
drakx-backup-do-not-use-2fcae3b1015c88cb4582a3eab4218e6854c4470a.tar.bz2
drakx-backup-do-not-use-2fcae3b1015c88cb4582a3eab4218e6854c4470a.tar.xz
drakx-backup-do-not-use-2fcae3b1015c88cb4582a3eab4218e6854c4470a.zip
better error msg regarding pcmcia net
adapters supported either with pcmcia.img or network.img (amaury sucks)
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 5127872fc..0033cded2 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -565,7 +565,7 @@ static char * interface_select(void)
if (count == 0) {
stg1_error_message("No NET device found.\n"
- "Hint: if you're using a Laptop, most PCMCIA Network adapters are now supported with `network.img' rather than `pcmcia.img'.");
+ "Hint: if you're using a Laptop, note that PCMCIA Network adapters are now supported either with `pcmcia.img' or `network.img', please try both these bootdisks.");
i = ask_insmod(NETWORK_DEVICES);
if (i == RETURN_BACK)
return NULL;