Date: Tue, 2 Aug 2005 11:30:24 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81331 for review Message-ID: <200508021130.j72BUOxA080842@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81331 Change 81331 by soc-andrew@soc-andrew_serv on 2005/08/02 11:29:57 Comment out the "Setup NetBoot Install Services". It is out of the scope of the project and is untested. Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/installer/flow.c#6 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/installer/flow.c#6 (text+ko) ==== @@ -254,9 +254,11 @@ dfui_info_new(_("Reboot this Computer"), _("Reboot this computer (e.g. to boot into a newly installed system)"), "")); +/* dfui_form_action_add(f, "configure_netboot", dfui_info_new(_("Setup NetBoot Install Services"), _("Setup machine as remote installation server"), "")); +*/ if (!dfui_be_present(a->c, f, &r)) abort_backend(); @@ -273,8 +275,10 @@ state = state_utilities_menu; } else if (strcmp(dfui_response_get_action_id(r), "exit") == 0) { state = state_exit_live_cd; +/* } else if (strcmp(dfui_response_get_action_id(r), "configure_netboot") == 0) { state = state_setup_remote_installation_server; +*/ } else if (strcmp(dfui_response_get_action_id(r), "reboot") == 0) { state = state_reboot; } @@ -1329,6 +1333,7 @@ * where the installer can setup the machine. * */ +#if 0 void state_setup_remote_installation_server(struct i_fn_args *a) { @@ -1441,6 +1446,7 @@ state = state_welcome; } +#endif /*** MAIN ***/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508021130.j72BUOxA080842>