From 4b448cfb7f1854c6257431fd0e485dd6b1a6cf44 Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Wed, 9 Feb 2022 06:56:35 -0500 Subject: [PATCH 1/2] Fix minor typo in network-installation --- .../computers/getting-started/network-installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/getting-started/network-installation.adoc b/documentation/asciidoc/computers/getting-started/network-installation.adoc index a77ca8859..b503cf40d 100644 --- a/documentation/asciidoc/computers/getting-started/network-installation.adoc +++ b/documentation/asciidoc/computers/getting-started/network-installation.adoc @@ -8,7 +8,7 @@ But how do you get the operating system onto your SD card if you don’t have an If you do not have another computer to run Raspberry Pi Imager you can start the application directly on a Raspberry Pi 4 or Raspberry Pi 400 by connecting it to the Internet with an Ethernet cable. This will allow you to install the operating system onto a **blank** SD Card directly from the network without using another computer. -IMPORTANT: Network installation is only supported on Raspberry Pi 4 and Raspberry Pi 400. Additionally, to avoid slowing down “normal boot,” the network instllation feature is only enabled if there’s no bootable media present, and you have xref:raspberry-pi.adoc#usb-mass-storage-boot[USB mass storage boot] in your xref:raspberry-pi.adoc#BOOT_ORDER[boot order]. +IMPORTANT: Network installation is only supported on Raspberry Pi 4 and Raspberry Pi 400. Additionally, to avoid slowing down “normal boot,” the network installation feature is only enabled if there’s no bootable media present, and you have xref:raspberry-pi.adoc#usb-mass-storage-boot[USB mass storage boot] in your xref:raspberry-pi.adoc#BOOT_ORDER[boot order]. === Updating to the BETA bootloader @@ -73,4 +73,4 @@ image::images/network-install-4.png[width="80%"] NOTE: More information can about using the Raspberry Pi Imager can be found in the section on xref:getting-started.adoc#installing-the-operating-system[installing your operating system]. -After installing the operating system onto your blank SD Card you will not longer see the network installation screen on boot. If you do want to run it, you just need to remove any bootable disks. You can re-insert them later when the Raspberry PI Imager is running. But take care not to overwrite any working disks that you want to keep! \ No newline at end of file +After installing the operating system onto your blank SD Card you will not longer see the network installation screen on boot. If you do want to run it, you just need to remove any bootable disks. You can re-insert them later when the Raspberry PI Imager is running. But take care not to overwrite any working disks that you want to keep! From abe92b67dd1d35e2e648131982bbc20da09f13d5 Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Wed, 9 Feb 2022 12:05:03 +0000 Subject: [PATCH 2/2] Fixed another typo --- .../computers/getting-started/network-installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/getting-started/network-installation.adoc b/documentation/asciidoc/computers/getting-started/network-installation.adoc index b503cf40d..2f0aec9cd 100644 --- a/documentation/asciidoc/computers/getting-started/network-installation.adoc +++ b/documentation/asciidoc/computers/getting-started/network-installation.adoc @@ -73,4 +73,4 @@ image::images/network-install-4.png[width="80%"] NOTE: More information can about using the Raspberry Pi Imager can be found in the section on xref:getting-started.adoc#installing-the-operating-system[installing your operating system]. -After installing the operating system onto your blank SD Card you will not longer see the network installation screen on boot. If you do want to run it, you just need to remove any bootable disks. You can re-insert them later when the Raspberry PI Imager is running. But take care not to overwrite any working disks that you want to keep! +After installing the operating system onto your blank SD Card you will no longer see the network installation screen on boot. If you do want to run it, you just need to remove any bootable disks. You can re-insert them later when the Raspberry PI Imager is running. But take care not to overwrite any working disks that you want to keep!