[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.42 and 1.43

version 1.42, 2006/04/05 16:55:01 version 1.43, 2009/09/19 14:57:27
Line 107  do_install(void)
Line 107  do_install(void)
         if (make_filesystems())          if (make_filesystems())
                 return;                  return;
   
         if (md_copy_filesystem() != 0)  
                 return;  
   
         if (make_fstab() != 0)          if (make_fstab() != 0)
                 return;                  return;
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>