in debian 12 the absolute path for mkfs.vfat is needed

This commit is contained in:
DeltaLima 2023-06-14 12:34:06 +02:00
parent 874093fc98
commit c8bef2e84e

View file

@ -179,7 +179,7 @@ grub-mkstandalone -O x86_64-efi \
(cd build/staging && \
dd if=/dev/zero of=efiboot.img bs=1M count=20 && \
mkfs.vfat efiboot.img && \
/usr/sbin/mkfs.vfat efiboot.img && \
mmd -i efiboot.img ::/EFI ::/EFI/BOOT && \
mcopy -vi efiboot.img \
../../build/staging/EFI/BOOT/BOOTIA32.EFI \