Issue install 20.04 with autoinstall
Tom H
tomh0665 at gmail.com
Sun Jan 24 19:21:10 UTC 2021
On Sun, Jan 24, 2021 at 7:01 PM Tom H <tomh0665 at gmail.com> wrote:
This works (pretty close to your file):
#cloud-config
autoinstall:
version: 1
network:
network:
version: 2
ethernets:
ens3:
dhcp4: yes
dhcp-identifier: mac
apt:
preserve_sources_list: false
primary:
- arches: [amd64]
uri: "http://archive.ubuntu.com/ubuntu/"
ssh:
install-server: yes
allow-pw: no
identity:
hostname: vmimage
username: silent
password: "hashed_password"
locale: en_US
packages:
- net-tools
user-data:
#cloud-config
timezone: America/New_York
storage:
layout:
name: direct
More information about the ubuntu-users
mailing list