<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 8, 2023 at 6:47 AM Josef Wolf <<a href="mailto:jw@raven.inka.de">jw@raven.inka.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Nov 03, 2023 at 07:04:30PM -0400, Jerry Geis wrote:<br>
> Is there a way to tell autoinstall or the linux kernel command line at boot to NOT use wireless at all ? Hopefully not load any modules then for firmware etc. <br>
> trying to reduce the install <br>
<br>
With autoinstall, you would supply your own cloud-init file anyway, wouldn't you?<br>
<br>
There, you can simply provide your netplan config as you like. Just omit the<br>
"wifis" section in the netplan config. Something like:<br>
<br>
<br>
#cloud-config<br>
autoinstall:<br>
version: 1<br>
# interactive-sections: # Install groups listed here will wait for user input<br>
# - storage<br>
# - network<br>
# - identity<br>
network:<br>
version: 2<br>
ethernets:<br>
eth0:<br>
optional: true<br>
dhcp4: true<br>
dhcp4-overrides:<br>
send-hostname: false<br>
<br>
<br>
-- <br>
Josef Wolf<br>
<a href="mailto:jw@raven.inka.de" target="_blank">jw@raven.inka.de</a><br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a></blockquote><div><br></div><div>That is what I am going now. No w* in the ethernets section - just e*</div><div><br></div><div> network:</div> network:<br> version: 2<br> ethernets:<br> eth0:<br> dhcp4: yes<br> dhcp-identifier: mac<br> edns0:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> eno1:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> eno2:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> eno3:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> ens1:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> ens2:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> ens3:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> ens33:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> ens34:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> enp1s0:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> enp2s0:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> enp3s0:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> enp4s11:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> eno8303:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br> eno8304:<br> dhcp4: yes<br> dhcp6: no<br> dhcp-identifier: mac<br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Jerry</div><div class="gmail_quote"><br></div></div>