From 495403db8afd886dcc7d7e53b7ca82e20363755f Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 30 Apr 2024 09:37:22 +0900 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```