mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-05 04:27:55 +00:00
96d351c8ff
The order that names the install device is noderes.installnic, then noderes.primarynic, then mac.mac. gen_net_boot_params owns that order for the netboot kernel parameters. Only the Ubuntu template reused it. Every other install template reads mac.mac on its own. Move the reuse into install_device_params so that any install template can share it. subiquity_install_netcfg keeps its own name and its own return value, because netplan needs the pair of a name and an address. Behaviour does not change.