Updated Release Process (markdown)

Daniel Markstedt 2024-04-30 09:37:22 +09:00
parent d8443e197f
commit 495403db8a
1 changed files with 3 additions and 1 deletions

@ -5,6 +5,8 @@ These operations are performed on an Ubuntu 22.04 x86_64 PC. You'll need sudo ac
sudo apt install git build-essentials protobuf-compiler libspdlog-dev libpcap-dev
```
Note: Ubuntu 24.04 has done away with "build-essentials".
# Verify that your username and email are configured properly
```
# To see the current configuration
@ -130,7 +132,7 @@ cd piscsi-pi-gen
Check out the branch that matches the RPiOS Release and architecture that you want to build an image for. At the time of writing, `main` is 32bit Bullseye, and `arm64` 64bit Bullseye.
To build with future RPiOS Releases, fetch the latest sources and branches from the mother pi-gen repo and adapt it for PiSCSI.
Note: To build with future RPiOS Releases, fetch the latest sources and branches from the mother pi-gen repo and adapt it for PiSCSI.
Edit/create a configuration file
```