Skip to content

Commit eefb7b8

Browse files
committed
image: 2712: Update config for POWER_OFF_ON_HALT and NET_INSTALL_AT_POWER_ON
* The 2024-11-12 automatically sets the POWER_OFF_ON_HALT property according to the board-type so remove the override network install images. * Set NET_INSTALL_AT_POWER_ON=1 by default which briefly display the network-install / boot-menu UI after a cold power-on. This can be switched off by removing the line either via "rpi-eeprom-config --edit" or the new menu in raspi-config Advanced Options.
1 parent 85e8a59 commit eefb7b8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[all]
22
BOOT_UART=1
33
BOOT_ORDER=0xf21
4-
POWER_OFF_ON_HALT=0
5-
4+
NET_INSTALL_AT_POWER_ON=1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[all]
22
BOOT_UART=1
33
BOOT_ORDER=0xf461
4-
POWER_OFF_ON_HALT=0
4+
NET_INSTALL_AT_POWER_ON=1
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[all]
22
BOOT_UART=1
33
BOOT_ORDER=0xf146
4-
POWER_OFF_ON_HALT=0
5-
4+
NET_INSTALL_AT_POWER_ON=1

0 commit comments

Comments
 (0)