Skip to content

Commit accc685

Browse files
authored
Update README.md
1 parent 1131a82 commit accc685

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,11 @@ We are now back in our `build environment` after setting up our `live system` an
383383
3. Copy memtest86+ binary (BIOS)
384384
385385
```shell
386-
cp /boot/memtest86+.bin /image/install/memtest86+
386+
if [ -f "/boot/memtest86+x64.bin" ];
387+
cp /boot/memtest86+x64.bin /image/intall/memtest86+
388+
else
389+
cp /boot/memtest86+.bin /image/install/memtest86+
390+
fi
387391
```
388392
389393
4. Download and extract memtest86 binary (UEFI)
@@ -401,7 +405,7 @@ We are now back in our `build environment` after setting up our `live system` an
401405
1. Create base point access file for grub
402406
403407
```shell
404-
touch image/ubuntu
408+
touch /image/ubuntu
405409
```
406410
407411
2. Create image/isolinux/grub.cfg

0 commit comments

Comments
 (0)