diff options
-rw-r--r-- | mdk-stage1/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |