diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/network.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |