Have a Question?
Hosting a Ubuntu virtual machine on a Gearlinx device
Links and copies to information used in this demo are available at the bottom of this page.
The Ubuntu 22.04 server cloud image can be found here: ubuntu-22.04-server-cloudimg-arm64.img
The contents of the cloud-init file: #cloud-config
users:
- name: demo
gecos: Demo
groups: users, admin
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
lock_passwd: false
passwd: $y$j9T$4aZKqIGRD/3.IYWwqNfjT0$5.VhmhRu/JlFDIu3uxJYyWvazR1ItyVZO689AUJRspA
network:
version: 2
ethernets:
enp0s1:
dhcp4: true