Update README.md

This commit is contained in:
Marcos Tischer Vallim
2024-09-09 14:15:41 -03:00
committed by GitHub
parent accc685695
commit d8f50f5008

View File

@ -384,7 +384,7 @@ We are now back in our `build environment` after setting up our `live system` an
```shell
if [ -f "/boot/memtest86+x64.bin" ];
cp /boot/memtest86+x64.bin /image/intall/memtest86+
cp /boot/memtest86+x64.bin /image/install/memtest86+
else
cp /boot/memtest86+.bin /image/install/memtest86+
fi