[BACK]Return to install.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/install.c between version 1.4 and 1.5

version 1.4, 1997/10/17 21:10:39 version 1.5, 1997/10/20 06:13:29
Line 109  void do_install(void)
Line 109  void do_install(void)
                 /* Configure the system */                  /* Configure the system */
                 run_makedev ();                  run_makedev ();
   
                 /* Network configuration. */                  /* Other configuration. */
                 /* process_menu (MENU_confignet); */                  mnt_net_config();
   
                 /* Clean up ... */                  /* Clean up ... */
                 if (clean_dist_dir) {                  if (clean_dist_dir)
                         run_prog ("/bin/rm -rf %s", dist_dir);                          run_prog ("/bin/rm -rf %s", dist_dir);
                 }  
                   /* Mounted dist dir? */
                   if (mnt2_mounted)
                           run_prog ("/sbin/umount /mnt2");
   
                 /* Install complete ... reboot */                  /* Install complete ... reboot */
                 msg_display (MSG_instcomplete);                  msg_display (MSG_instcomplete);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>