From 5be6527a638ec6363808f0c1273b235f610751c3 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 8 Feb 2020 15:45:18 -0500 Subject: [PATCH] ImageRules: Use mformat's -f argument. Should not be a functional change, but reading the docs, I'm not sure our arguments were valid here, so this should be more correct. --- build/jam/ImageRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/ImageRules b/build/jam/ImageRules index e182d87230..da37f50763 100644 --- a/build/jam/ImageRules +++ b/build/jam/ImageRules @@ -1638,7 +1638,7 @@ actions BuildEfiSystemPartition1 { $(RM) $(<) dd if=/dev/zero of=$(<) bs=1024 count=2880 - mformat -i $(<) -n 36 -h 2 -t 80 + mformat -i $(<) -f 2880 mmd -D s -i $(<) ::/EFI mmd -D s -i $(<) ::/EFI/BOOT mcopy -D o -i $(<) $(>) ::/EFI/BOOT/BOOTX64.EFI