instalaWorker1.sh 308 B

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