mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
Only update f/w release status variable at start of line
This commit is contained in:
parent
fe6cd25dd2
commit
5a7f883d76
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20200707) buster; urgency=medium
|
||||
|
||||
* Add boot ROM and boot order selection
|
||||
|
||||
-- Simon Long <simon@raspberrypi.com> Tue, 07 Jul 2020 09:24:56 +0100
|
||||
|
||||
raspi-config (20200601) buster; urgency=medium
|
||||
|
||||
* Fix audio device check bug when used in non-English locale
|
||||
|
@ -1258,11 +1258,11 @@ do_boot_rom() {
|
||||
if [ $? -eq 0 ]; then
|
||||
case "$BOOTOPT" in
|
||||
E1*)
|
||||
sed /etc/default/rpi-eeprom-update -i -e "s/FIRMWARE_RELEASE_STATUS.*/FIRMWARE_RELEASE_STATUS=\"stable\"/"
|
||||
sed /etc/default/rpi-eeprom-update -i -e "s/^FIRMWARE_RELEASE_STATUS.*/FIRMWARE_RELEASE_STATUS=\"stable\"/"
|
||||
EETYPE="Latest version"
|
||||
;;
|
||||
E2*)
|
||||
sed /etc/default/rpi-eeprom-update -i -e "s/FIRMWARE_RELEASE_STATUS.*/FIRMWARE_RELEASE_STATUS=\"critical\"/"
|
||||
sed /etc/default/rpi-eeprom-update -i -e "s/^FIRMWARE_RELEASE_STATUS.*/FIRMWARE_RELEASE_STATUS=\"critical\"/"
|
||||
EETYPE="Factory default"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user