blancco-preferences: disable wired LAN so WiFi INTERNETACCESS takes default route

The config.img internal preferences.xml has <network><enabled>false</enabled>
(set up by b7cd097 for native-kernel BMC licensing over WiFi). The sibling
playbook/blancco-preferences.xml was left at true, so the Ubuntu-kernel
switch_root path downloaded a preferences.xml that re-enabled wired LAN,
killing the WiFi default route and preventing BMC reach.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-04-22 15:52:44 -04:00
parent c918dea9d1
commit f7a14f6804

View File

@@ -132,7 +132,7 @@
<adapters key="adapter" type="array"/>
<network>
<enabled>true</enabled>
<enabled>false</enabled>
<dhcp>true</dhcp>
<sshd>false</sshd>
<looping>false</looping>