diff --git a/build/jam/CDBootPPCImage b/build/jam/CDBootPPCImage index fdcb04f90b..1dc2ed24cf 100644 --- a/build/jam/CDBootPPCImage +++ b/build/jam/CDBootPPCImage @@ -12,7 +12,7 @@ MakeLocate $(HAIKU_CD_BOOT_PPC_IMAGE) : $(HAIKU_OUTPUT_DIR) ; NotFile $(HAIKU_CD_BOOT_PPC_IMAGE_CONTAINER_NAME) ; # extra files to put on the boot iso -local extras = chrpboot.txt README.html ; +local extras = ofboot.b README.html ; SEARCH on $(extras) = [ FDirName $(HAIKU_TOP) data boot_cd ] ; BuildCDBootPPCImage $(HAIKU_CD_BOOT_PPC_IMAGE) : boot_loader_openfirmware : $(extras) ; diff --git a/data/boot_cd/chrpboot.txt b/data/boot_cd/ofboot.b similarity index 100% rename from data/boot_cd/chrpboot.txt rename to data/boot_cd/ofboot.b