Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 13:28:24 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/boot2 boot2.c
Message-ID:  <200301132128.h0DLSOKb046952@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/01/13 13:28:24 PST

  Modified files:
    sys/boot/i386/boot2  boot2.c 
  Log:
  Fix interactive booting:
  o Revision 1.38 introduced the -n flag.  It conflicted with the
    RB_BOOTINFO flag, so was in effect always on.  Change the -n flag to
    be bit 0x1c instead of 0x1f.  This also had the consequence that a mal-formed
    /boot.config would render the system unbootable because the user was
    unable to enter anything at all on the command line.
  o Remove the initialization of opt to be RB_BOOTINFO since we filter that bit
    out and do not otherwise use it.
  
  Reviewed by: jhb
  MFC after: 3 days
  
  Revision  Changes    Path
  1.61      +4 -2      src/sys/boot/i386/boot2/boot2.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301132128.h0DLSOKb046952>