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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to