Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Sep 9, 2024
1 parent 1131a82 commit accc685
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,11 @@ We are now back in our `build environment` after setting up our `live system` an
3. Copy memtest86+ binary (BIOS)
```shell
cp /boot/memtest86+.bin /image/install/memtest86+
if [ -f "/boot/memtest86+x64.bin" ];
cp /boot/memtest86+x64.bin /image/intall/memtest86+
else
cp /boot/memtest86+.bin /image/install/memtest86+
fi
```
4. Download and extract memtest86 binary (UEFI)
Expand All @@ -401,7 +405,7 @@ We are now back in our `build environment` after setting up our `live system` an
1. Create base point access file for grub
```shell
touch image/ubuntu
touch /image/ubuntu
```
2. Create image/isolinux/grub.cfg
Expand Down

0 comments on commit accc685

Please sign in to comment.