Opened 16 years ago
Closed 16 years ago
#3007 closed enhancement (fixed)
[PATCH] makebootable on osx
Reported by: | aljen | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Here is patch for makebootable to enable darwin.
Now it's possible to do:
jam haiku-image
sudo dd if=generated/haiku.image of=/dev/disk0s3 bs=128m count=1 (or whatever spare partition you have)
sudo jam run ":<build>makebootable" /dev/disk0s3
reboot and boot from it using rEFIt on intel macs (it still crash on boot, ehci cleanup thread and others (i think macbook webcam causes it), but that is another issue :)
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | makebootable_darwin.patch added |
---|
comment:1 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Trac is somewhat cooperative ATM; I can't download the patch. Can you send it to me by mail, please.
Since you dd the image to the partition, I assume letting the build system install directly to the partition doesn't work yet, right?