From 1504a603f67464690411aa276745e8cdb941b30e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 18 Feb 2002 21:59:40 +0000 Subject: when no net device found, print a msg to tell that now most pcmcia network adapters are supported with network.img --- mdk-stage1/network.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 76a89ddca..1f53813b2 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -562,7 +562,8 @@ static char * interface_select(void) } if (count == 0) { - stg1_error_message("No NET device found."); + 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'."); i = ask_insmod(NETWORK_DEVICES); if (i == RETURN_BACK) return NULL; -- cgit v1.2.1