DragonFly-2.3.1.511.ga58bf master nrelease Makefile

Matthew Dillon dillon at apollo.backplane.com
Tue Jun 30 10:46:53 PDT 2009


:Matthew Dillon wrote:
:>     nrelease - img file - use boot0cfg to set packet mode
:>     
:>     * Use packet mode by default in the usb key image file's boot blocks.
:
:I thought I made the default mbr already use packet mode by default. 
:Did this commit fix a problem you were seeing?
:
:cheers
:   simon

    I wasn't seeing a particular issue other then I noticed packet mode
    wasn't on, and I remembered an earlier thread on the lists where we
    decided we wanted to use packet mode by default.

    The img file was creating the boot sector using fdisk -IB, which installs
    a more traditional MBR image which I do not believe uses packet mode.
    The fdisk MBR image is not compatible with bootcfg's MBR image.

    boot0cfg installs the MBR which has the packet mode option in it.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Commits mailing list