mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-09 23:11:24 +00:00
Trevor Cooper
33dd37fdea
- updated configuration for boot-iso in templates.fif.json. NOTE: If you provide GRUB="value" during POST you must include "ip=dhcp" along with your custom GRUB settings. - short circuit _anaconda_network_enable.pm to check for connection at start of test. - provide needle to detect connected network interface using Network Spoke icon instead of Installation Source text. NOTE: While not required with minimal-iso or dvd-iso flavors specifying GRUB="ip=dhcp" will also connect the network interface at boot and bypass _anaconda_network_enable.
17 lines
225 B
JSON
17 lines
225 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 38,
|
|
"type": "match",
|
|
"width": 42,
|
|
"xpos": 719,
|
|
"ypos": 339
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"ENV-DISTRI-rocky",
|
|
"anaconda_network_connected"
|
|
]
|
|
}
|