diff --git a/Release-Process.md b/Release-Process.md index 1756fd5..e5f3f34 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -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 ```