Update README.md

This commit is contained in:
Marcos Tischer Vallim 2020-04-12 21:52:57 -03:00 committed by GitHub
parent 86f0a12fc4
commit be4bd10301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -576,8 +576,8 @@ After everything has been installed and preconfigured in the **chrooted** enviro
cd isolinux && \
dd if=/dev/zero of=efiboot.img bs=1M count=10 && \
sudo mkfs.vfat efiboot.img && \
mmd -i efiboot.img efi efi/boot && \
mcopy -i efiboot.img ./bootx64.efi ::efi/boot/
LC_CTYPE=C mmd -i efiboot.img efi efi/boot && \
LC_CTYPE=C mcopy -i efiboot.img ./bootx64.efi ::efi/boot/
)
```