diff options
Diffstat (limited to '')
| -rw-r--r-- | ephemeral/Vagrantfile | 3 | 
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 | 
