aboutsummaryrefslogtreecommitdiffstats
path: root/ephemeral/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-06 08:50:20 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-06 08:50:20 +0000
commita13ba3adf073683e0d4e3f74d966f51fc3107ffc (patch)
tree08a9aa279da0dfd3490a3a8b72ccd2a4390bc25a /ephemeral/Vagrantfile
parentephemeral (diff)
downloadvagrantboxes-a13ba3adf073683e0d4e3f74d966f51fc3107ffc.tar.gz
vagrantboxes-a13ba3adf073683e0d4e3f74d966f51fc3107ffc.zip
serial port
Diffstat (limited to 'ephemeral/Vagrantfile')
-rw-r--r--ephemeral/Vagrantfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ephemeral/Vagrantfile b/ephemeral/Vagrantfile
index a196506..3cc28a5 100644
--- a/ephemeral/Vagrantfile
+++ b/ephemeral/Vagrantfile
@@ -41,7 +41,8 @@ Vagrant.configure('2') do |config|
libvirt.qemuargs value: '-nodefaults'
libvirt.qemuargs value: '-no-user-config'
libvirt.qemuargs value: '-serial'
- libvirt.qemuargs value: 'telnet::5323,server,nowait'
+ # libvirt.qemuargs value: 'telnet::5323,server,nowait'
+ libvirt.qemuargs value: 'pty'
libvirt.random model: 'random'
end