[06:17] hi there, i have recently started RnD on adopting the new Ubuntu 20 autoinstall tooling with our provisioning process, and I have a question about boot options … searched exhaustively but found nothing … basically, a lot of our machines have multiple connected interfaces, and the initrd process sends DHCPDISCOVER packets on all connected interfaces, and i want to not do that … i.e., i want it to only send a DHCP request on [06:17] specific interface that's specified in the "interface=" boot option, but that doesn't seem to work. [06:17] can someone point me in the right direction to force the bootstrap process to limit DHCP requests to a specific interface (via MAC, via logical name, etc. is fine, i just want to make sure the wrong interface doesn't try to bootstrap) [06:34] bah, i'm in the wrong channel, sorry all :-( [21:20] sarnold: thanks, turns out the kernel is getting fixed to avoid the problem i was worried about [21:34] sarnold: here's how i combined them fwiw: https://paste.ubuntu.com/p/rp85vkq5ZP/ and the result: https://paste.ubuntu.com/p/WVDGM7HMXn/