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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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