From df6e910b476d6eff776ff6b30457e2c96b898a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 7 Nov 2008 19:15:55 +0000 Subject: [PATCH] Try harder with PReP boot, still no go. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28553 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/ImageRules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jam/ImageRules b/build/jam/ImageRules index 239a1de151..275e9e93d6 100644 --- a/build/jam/ImageRules +++ b/build/jam/ImageRules @@ -1082,7 +1082,8 @@ actions BuildCDBootPPCImage1 bind MAPS { $(RM) $(<) #mkisofs -r -U -chrp-boot -V bootimg -o $(<) $(>[1]) $(>[2-]) - mkisofs -r -hfs -part -map $(MAPS) -no-desktop -hfs-volid bootimg -V bootimg -hfs-bless . -o $(<) $(>[1]) $(>[2-]) + mkisofs -hfs -r -U -chrp-boot -part -map $(MAPS) -no-desktop -hfs-volid bootimg -V bootimg -prep-boot $(>[1]:D=) -o $(<) $(>[1]) $(>[2-]) + # -hfs -hfs-bless . }