From 4ebe143568eaaeae5e66f2cab2c836383e54b462 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 26 Apr 2012 17:17:14 +0000 Subject: do not advice long dead pcmcia.img & network.img images (mga#5466) --- mdk-stage1/network.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index d82ca28d5..e86c5a829 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -691,8 +691,7 @@ static char * interface_select(void) } if (count == 0) { - stg1_error_message("No NET device found.\n" - "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."); + stg1_error_message("No NET device found."); i = ask_insmod(NETWORK_DEVICES); if (i == RETURN_BACK) return NULL; -- cgit v1.2.1