File tree Expand file tree Collapse file tree
autoinstall/generic/kvm/ubuntu-server-2404 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,15 @@ docker run -it --rm \
1414 docker.io/boxcutter/ubuntu-autoinstall \
1515 -a autoinstall.yaml \
1616 -g grub.cfg \
17- -i \
1817 -s ubuntu-24.04.3-live-server-amd64.iso \
1918 -d ubuntu-24.04.3-live-server-amd64-autoinstall.iso
19+
20+ # Verify that the autoinstall is located in /nocloud
21+ $ isoinfo -R -i \
22+ ubuntu-24.04.3-live-server-amd64-autoinstall.iso -f | grep -i nocloud
23+ /nocloud
24+ /nocloud/meta-data
25+ /nocloud/user-data
2026```
2127
2228## Testing the autoinstall in a VM
@@ -45,7 +51,7 @@ virt-install \
4551
4652# To view install. Once it completes it will stop the vm:
4753$ virsh console ubuntu-server-2404
48- $ virsh -viewer ubuntu-server-2404
54+ $ virt -viewer ubuntu-server-2404
4955```
5056
5157## If you need additional drivers
You can’t perform that action at this time.
0 commit comments