From 3fd63a93c433acc9cbbd4a6db901c4a6382af6e4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 22 Jan 2001 22:34:15 +0000 Subject: add automatic support in choice of NET device, in case of multiple NET devices --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 543a23b01..b4c16eec6 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -504,7 +504,7 @@ static char * interface_select(void) if (count == 1) return *interfaces; - results = ask_from_list("Please choose the NET device to use for the installation.", interfaces, &choice); + results = ask_from_list_auto("Please choose the NET device to use for the installation.", interfaces, &choice, "interface", interfaces); if (results != RETURN_OK) return NULL; -- cgit v1.2.1