[BACK]Return to disks.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/disks.c between version 1.116 and 1.117

version 1.116, 2011/08/21 15:06:41 version 1.117, 2011/11/04 11:27:00
Line 628  make_filesystems(void)
Line 628  make_filesystems(void)
                 if (error != 0)                  if (error != 0)
                         return error;                          return error;
   
                   md_pre_mount();
   
                 if (lbl->pi_flags & PIF_MOUNT && mnt_opts != NULL) {                  if (lbl->pi_flags & PIF_MOUNT && mnt_opts != NULL) {
                         make_target_dir(lbl->pi_mount);                          make_target_dir(lbl->pi_mount);
                         error = target_mount(mnt_opts, diskdev, ptn,                          error = target_mount(mnt_opts, diskdev, ptn,
Line 919  mount_root(void)
Line 921  mount_root(void)
         if (error != 0)          if (error != 0)
                 return error;                  return error;
   
           md_pre_mount();
   
         /* Mount /dev/<diskdev>a on target's "".          /* Mount /dev/<diskdev>a on target's "".
          * If we pass "" as mount-on, Prefixing will DTRT.           * If we pass "" as mount-on, Prefixing will DTRT.
          * for now, use no options.           * for now, use no options.

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

CVSweb <webmaster@jp.NetBSD.org>