Index: trunk/i386/boot2/boot.c =================================================================== --- trunk/i386/boot2/boot.c (revision 1708) +++ trunk/i386/boot2/boot.c (revision 1709) @@ -164,7 +164,8 @@ md0Ramdisk(); verbose("Starting Darwin %s\n",( archCpuType == CPU_TYPE_I386 ) ? "x86" : "x86_64"); - + verbose("Boot Args: %s\n", bootArgs->CommandLine); + // Cleanup the PXE base code. if ( (gBootFileType == kNetworkDeviceType) && gUnloadPXEOnExit ) {