in debian 12 the absolute path for mkfs.vfat is needed
This commit is contained in:
parent
874093fc98
commit
c8bef2e84e
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue