From d86c962d2b2ba8fa6678fcf9c854bb83cf2b92b7 Mon Sep 17 00:00:00 2001 From: Andrew Mulholland <833193+gbaman@users.noreply.github.com> Date: Sun, 5 Jul 2026 13:51:54 +0100 Subject: [PATCH] Add note to IMAGER_REPO_URL section Added a note about the `IMAGER_REPO_URL` configuration not being respected by the network install Raspberry Pi Imager due to a known issue. --- .../asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc b/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc index e3c43772d..53998a4cb 100644 --- a/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc @@ -469,6 +469,8 @@ Default: `""` (not set) [[IMAGER_REPO_URL]] ==== `IMAGER_REPO_URL` +NOTE: This use of the `IMAGER_REPO_URL` configuration is not currently respected by the network install Raspberry Pi Imager due to a https://github.com/raspberrypi/rpi-imager/issues/894[known issue]. + The Raspberry Pi Imager application is configured with a JSON file downloaded at startup. By default, Raspberry Pi Imager uses the JSON at https://downloads.raspberrypi.com/os_list_imagingutility_v4.json. Set `IMAGER_REPO_URL` in the EEPROM configuration to specify the location of the JSON file to use during a network install with the embedded Raspberry Pi Imager.