Skip to content

Commit

Permalink
Merge pull request #67 from mvallim/chore/documentation
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mvallim authored Sep 9, 2024
2 parents ef9ba42 + b6ed7aa commit 3065045
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,25 +375,25 @@ We are now back in our `build environment` after setting up our `live system` an
2. Copy kernel images
```shell
cp /boot/vmlinuz-**-**-generic image/casper/vmlinuz
cp /boot/vmlinuz-**-**-generic /image/casper/vmlinuz
cp /boot/initrd.img-**-**-generic image/casper/initrd
cp /boot/initrd.img-**-**-generic /image/casper/initrd
```
3. Copy memtest86+ binary (BIOS)
```shell
cp /boot/memtest86+.bin image/install/memtest86+
cp /boot/memtest86+.bin /image/install/memtest86+
```
4. Download and extract memtest86 binary (UEFI)
```shell
wget --progress=dot https://www.memtest86.com/downloads/memtest86-usb.zip -O image/install/memtest86-usb.zip
wget --progress=dot https://www.memtest86.com/downloads/memtest86-usb.zip -O /image/install/memtest86-usb.zip
unzip -p image/install/memtest86-usb.zip memtest86-usb.img > image/install/memtest86
unzip -p /image/install/memtest86-usb.zip memtest86-usb.img > /image/install/memtest86
rm -f image/install/memtest86-usb.zip
rm -f /image/install/memtest86-usb.zip
```
## GRUB menu configuration
Expand Down

0 comments on commit 3065045

Please sign in to comment.