cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/gptboot gptboot.c

John Baldwin jhb at FreeBSD.org
Thu Feb 28 17:08:06 UTC 2008


jhb         2008-02-28 17:08:05 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot2  boot2.c 
    sys/boot/i386/gptboot gptboot.c 
  Log:
  Rev 1.72 fixed a bug where if /boot.config changed the console its contents
  weren't displayed on the new console.  However, the config string has been
  altered as part of being parsed so we only display the first option.  Fix
  this by saving a copy of /boot.config before parsing it and displaying the
  saved copy after parsing.
  
  MFC after:      1 week
  PR:             i386/103972
  Submitted by:   Alexandre Belloni  alexandre.belloni of netasq.com
  
  Revision  Changes    Path
  1.86      +3 -2      src/sys/boot/i386/boot2/boot2.c
  1.87      +3 -2      src/sys/boot/i386/gptboot/gptboot.c


More information about the cvs-src mailing list