Skip to content

Commit 57819f9

Browse files
committed
Update instructions for ubuntu server 24.04 autoinstall
1 parent 800339c commit 57819f9

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • autoinstall/generic/kvm/ubuntu-server-2404

autoinstall/generic/kvm/ubuntu-server-2404/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)