Skip to content

Commit

Permalink
increase size of iso so all payloads fit
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Jan 25, 2025
1 parent bc0138f commit 0e03e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ discdir/%: discdir
cp $(BDJSDK_HOME)/resources/AVCHD/$* $@

$(DISC_LABEL).iso: $(DISC_FILES)
$(MAKEFS) -m 16m -t udf -o T=bdre,v=2.50,L=$(DISC_LABEL) $@ discdir
$(MAKEFS) -m 32m -t udf -o T=bdre,v=2.50,L=$(DISC_LABEL) $@ discdir

clean:
rm -rf META-INF $(DISC_LABEL).iso discdir src/org/homebrew/*.class
Expand Down

0 comments on commit 0e03e1d

Please sign in to comment.