Skip to content

Commit

Permalink
xvm: serial stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-long committed May 19, 2024
1 parent 0210a85 commit 70f5261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/xvm/build_vm_stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ qemu-system-${qemuArch} \
-device virtio-net-pci,netdev=user.0 \
-boot c \
-m 8192M \
-display none \
-serial stdio \
|| exit 1
# -display none \
cp -v ./output/xvm.qcow2 ./output/xvm_stage1.qcow2
echo "Created VM and installed Rocky Linux"

0 comments on commit 70f5261

Please sign in to comment.