Formatting and Phrasing changes

1. Fixed the mISSING uPPERCASE letters in `Raspberry Pi`
2. Changed "We have a few..." to "There are several..."
This commit is contained in:
Justin P
2020-02-12 20:02:28 -06:00
committed by GitHub
parent ce9612e646
commit 35305725d8

View File

@@ -41,7 +41,7 @@ sudo echo FIRMWARE_RELEASE_STATUS="beta" > /etc/default/rpi-eeprom-update
### Configuration - Enable network boot ### Configuration - Enable network boot
Network boot is not enabled by default in the bootloader. To enable it the bootloader configuration file must be edited. Network boot is not enabled by default in the bootloader. To enable it the bootloader configuration file must be edited.
**NOTE:** The `/lib/firmware...` line below ends with a date at the end of the file's name. We have a few versions of the beta bootloader in there, so make sure to select the most up-to-date version for your raspberry pi. **NOTE:** The `/lib/firmware...` line below ends with a date at the end of the file's name. There are several versions of the beta bootloader in there, so make sure to select the most up-to-date version for your Raspberry Pi.
``` ```
# Extract the configuration file # Extract the configuration file
cp /lib/firmware/raspberrypi/bootloader/beta/pieeprom-$DATE.bin pieeprom.bin cp /lib/firmware/raspberrypi/bootloader/beta/pieeprom-$DATE.bin pieeprom.bin