From 7f0bec622d193a4494767f0987cadbb262f9d7c4 Mon Sep 17 00:00:00 2001 From: Kat Shann Date: Wed, 8 Oct 2025 09:17:22 +0100 Subject: [PATCH] remove duplicate entry --- documentation/asciidoc/computers/software-sources.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/documentation/asciidoc/computers/software-sources.adoc b/documentation/asciidoc/computers/software-sources.adoc index f3ed7fbc2..e2755370e 100644 --- a/documentation/asciidoc/computers/software-sources.adoc +++ b/documentation/asciidoc/computers/software-sources.adoc @@ -47,7 +47,7 @@ The other place you can find our software in a more standard form is in our GitH == List of categorized sources -The following is a curated list of repositories which most people are interested in: +The following is a curated list of repositories that most people are interested in: === Main sources @@ -147,14 +147,11 @@ The code for the Raspberry Pi Imager application which flashes an operating syst https://github.com/raspberrypi/rpi-image-gen:: A build system for developing an operating system for an embedded Raspberry Pi system. -https://github.com/raspberrypi/rpi-sb-provisioner:: -A tool to provision Raspberry Pi devices at manufacture, including secure boot and encrypted filesystems. - https://github.com/raspberrypi/usbboot:: A tool to boot a Raspberry Pi over USB for provisioning Compute Module and Raspberry Pi devices. https://github.com/raspberrypi/rpi-sb-provisioner:: -A tool to mass provision Raspberry Pi devices (Raspberry Pi 5, Compute Module 4, and Compute Module 5 are supported). +A tool to mass provision Raspberry Pi devices, including secure boot and encrypted file systems. (Raspberry Pi 5, Compute Module 4, and Compute Module 5 are supported.) === Feedback @@ -182,4 +179,4 @@ https://github.com/raspberrypi/pico-examples:: Examples for Raspberry Pi Pico. https://github.com/raspberrypi/picotool:: -Tool for interacting with RP-series device(s) in BOOTSEL mode. +Tool for interacting with RP-series devices in BOOTSEL mode.