PERFORCE change 81331 for review

soc-andrew soc-andrew at FreeBSD.org
Tue Aug 2 11:30:26 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81331

Change 81331 by soc-andrew at 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 ***/
 


More information about the p4-projects mailing list