| 12345678 |
- virt-install --virt-type kvm --name worker1 \
- --location /home/creylopez/VM/ubuntu-22.04.5-live-server-amd64.iso,initrd=/casper/initrd,kernel=/casper/vmlinuz \
- --os-variant ubuntu22.04 \
- --disk size=30 \
- --memory 4096 \
- --graphics none \
- --console pty,target_type=serial \
- --extra-args console=ttyS0
|