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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user