Trying autoinstall
Jerry Geis
jerry.geis at gmail.com
Thu Jan 7 20:24:38 UTC 2021
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20210107/22fd22b2/attachment.html>
More information about the Ubuntu-devel-discuss
mailing list