Ubuntu 20.04 autoinstall

Josef Wolf jw at raven.inka.de
Wed Nov 8 11:45:37 UTC 2023


On Fri, Nov 03, 2023 at 07:04:30PM -0400, Jerry Geis wrote:
> 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.  
> trying to reduce the install 

With autoinstall, you would supply your own cloud-init file anyway, wouldn't you?

There, you can simply provide your netplan config as you like. Just omit the
"wifis" section in the netplan config. Something like:


#cloud-config
autoinstall:
  version: 1
  #  interactive-sections:  # Install groups listed here will wait for user input
  #    - storage
  #    - network
  #    - identity
  network:
    version: 2
    ethernets:
      eth0:
        optional: true
        dhcp4: true
        dhcp4-overrides:
          send-hostname: false
                                                          

-- 
Josef Wolf
jw at raven.inka.de




More information about the ubuntu-users mailing list