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.
This commit is contained in:
Augustin Cavalier 2020-02-08 15:45:18 -05:00
parent b8852a24a6
commit 5be6527a63
1 changed files with 1 additions and 1 deletions

View File

@ -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