[haiku-commits] Re: haiku: hrev53093 - src/system/boot/loader

  • From: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 26 Apr 2019 07:03:31 +1200

On Fri, 26 Apr 2019 at 06:20, Jérôme Duval <jerome.duval@xxxxxxxxx> wrote:


Le jeu. 25 avr. 2019 à 07:11, Jessica Hamilton
<jessica.l.hamilton@xxxxxxxxx> a écrit :
bab060e9dd6d: loader: load all available file/partitioning system modules.

  * This fixes booting on virtualbox with UEFI, where it
    fails to identify CDs as BOOT_METHOD_CD, such that the
    write_overlay driver doesn't get loaded, causing a
    panic in the kernel trying to mount the boot device.

  Change-Id: I1f23b4c4195668752357735368f4668b73f75980

                         [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ]

----------------------------------------------------------------------------

-                               load_module(volume, 
partition->ModuleName());

This removes the sole reference to load_module(BootVolume& volume,
const char* name).
This triggers a warning locally for me, I don't know why the buildbot
doesn't seem to see this warning.

Bah, yes, you're correct, that was meant to get removed too. My bad :/

Other related posts: