This is my autoinstall - it errors with FAIL and backtrace. Nothing on the
screen is of any meaning to me to tell me why. IS there a reason anyone can
see ? Thanks,

#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
  keyboard:
    layout: en
  identity:
    realname: ''
    username: silentm
    password: ubuntu
    hostname: VMImage
  storage:
    layout:
      name: direct
-- 
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

Reply via email to