Skip to content

Commit 5bd0137

Browse files
committed
Add display/console to make it easier to debug installations
1 parent 4004e5b commit 5bd0137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ function create_vm {
203203
--disk path=/var/lib/libvirt/${SNC_PRODUCT_NAME}/${SNC_PRODUCT_NAME}.qcow2,size=${CRC_VM_DISK_SIZE} \
204204
--network network="${SNC_PRODUCT_NAME}",mac=52:54:00:ee:42:e1 \
205205
--os-variant rhel9-unknown \
206-
--nographics \
206+
--graphics vnc \
207+
--console pty,target.type=virtio \
207208
--cdrom /var/lib/libvirt/${SNC_PRODUCT_NAME}/${iso} \
208209
--events on_reboot=restart \
209210
--autoconsole none \

0 commit comments

Comments
 (0)