So I have this file: #cloud-config autoinstall: version: 1 early-commands: - echo a - sleep 1 - echo a locale: en_US refresh-installer: update: no user-data: timezone: America/New_York debconf-selections: eek network: network: version: 2 ethernets: eth0: dhcp4: yes dhcp6: no dhcp-identifier: mac ssh: allow-pw: true install-server: true packages: - package1 - package2 late-commands: - echo LS_server > /root/LS_server - echo a - sleep 1 - echo a keyboard: layout: en identity: realname: '' username: silentm password: XXXXX hostname: Image
My isolinux/txt.cfg file I added: label LSI-S menu label ^Install Ubuntu Server 20.04 LSI kernel /casper/vmlinuz append initrd=/casper/initrd debian-installer/local=en_US autoinstall ds="nocloud;s=/cdrom/kickstart/autoinstall_server_ubuntu20.yaml" quiet splash biosdevname=0 net.ifnames=0 --- I see the selection - I make that selection - and I just get the normal installer. What am I missing to use the autoinstaller ? Jerry
-- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss