[BACK]Return to md.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / sysinst / arch / i386

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

Diff for /src/usr.sbin/sysinst/arch/i386/md.c between version 1.20.2.5 and 1.20.2.6

version 1.20.2.5, 2020/01/28 10:17:58 version 1.20.2.6, 2020/02/10 21:39:38
Line 291  md_post_newfs_bios(struct install_partit
Line 291  md_post_newfs_bios(struct install_partit
                     "console=%s,speed=%u", consoles[boottype.bp_consdev],                      "console=%s,speed=%u", consoles[boottype.bp_consdev],
                     boottype.bp_conspeed);                      boottype.bp_conspeed);
                 ret = run_program(RUN_DISPLAY,                  ret = run_program(RUN_DISPLAY,
                             "/usr/sbin/installboot -o %s %s %s",                              "/usr/sbin/installboot -f -o %s %s %s",
                             boot_options, rdev, bootxx_filename);                              boot_options, rdev, bootxx_filename);
                 free(bootxx_filename);                  free(bootxx_filename);
         } else {          } else {

Legend:
Removed from v.1.20.2.5  
changed lines
  Added in v.1.20.2.6

CVSweb <webmaster@jp.NetBSD.org>