Skip to content

Commit

Permalink
Add display/console to make it easier to debug installations
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Jan 13, 2025
1 parent 3a8243c commit a1bd22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ function create_vm {
--disk path=/var/lib/libvirt/${SNC_PRODUCT_NAME}/${SNC_PRODUCT_NAME}.qcow2,size=${CRC_VM_DISK_SIZE} \
--network network="${SNC_PRODUCT_NAME}",mac=52:54:00:ee:42:e1 \
--os-variant rhel9-unknown \
--nographics \
--graphics vnc \
--console pty,target.type=virtio \
--cdrom /var/lib/libvirt/${SNC_PRODUCT_NAME}/${iso} \
--events on_reboot=restart \
--autoconsole none \
Expand Down

0 comments on commit a1bd22e

Please sign in to comment.