Skip to content

Commit

Permalink
Clarify that the stick should never be mounted and add some package n…
Browse files Browse the repository at this point in the history
…ame hints for opensuse
  • Loading branch information
hamishcoleman committed Jun 3, 2023
1 parent cf281fb commit 1047dab
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ version used by the patched image you build. The version used to build
the patch is shown at the end of the build process and during the pre-flash
warning message.

1. Ensure you have installed the minimum reuired packages
1. Ensure you have installed the minimum required packages
On Debian, this can be done with:

```
Expand All @@ -85,7 +85,11 @@ warning message.
sudo dnf install git mtools openssl-devel
sudo dnf group install "C Development Tools and Libraries"
```


On OpenSUSE, try:
```
sudo zypper in git mtools libressl-devel
```

2. Clone a copy of this repo on to your computer:

Expand Down Expand Up @@ -136,6 +140,11 @@ warning message.
lsblk -d -o NAME,SIZE,LABEL
```

Note: Do not mount the USB stick. If your desktop environment automatically
mounts devices for you, you will need to unmount the stick. You may find
that using the "Eject" option does not work as it may turn the power off to
the stick, which will stop the next step from working.

8. Write the bootable patched image onto the USB stick device (replace
the "sdx" in this command with the correct name for your usb stick)

Expand Down

0 comments on commit 1047dab

Please sign in to comment.