From ab79ffa49720328bdf9e44b842e7b015e7835cfd Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 6 Feb 2001 16:54:36 +0000 Subject: - slighty change the message when exiting successfully from install, to not mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files --- mdk-stage1/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 02a9e95b2..c7ad9c7f0 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -54,7 +54,7 @@ static char * disk_extract_list_directory(char * direct) static enum return_type try_with_device(char *dev_name) { char * questions_location[] = { "Directory or ISO image", NULL }; - char ** answers_location; + static char ** answers_location = NULL; char device_fullname[50]; char location_full[500]; -- cgit v1.2.1