diff options
| author | terminaldweller <thabogre@gmail.com> | 2023-01-06 08:50:20 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2023-01-06 08:50:20 +0000 | 
| commit | a13ba3adf073683e0d4e3f74d966f51fc3107ffc (patch) | |
| tree | 08a9aa279da0dfd3490a3a8b72ccd2a4390bc25a /ephemeral | |
| parent | ephemeral (diff) | |
| download | vagrantboxes-a13ba3adf073683e0d4e3f74d966f51fc3107ffc.tar.gz vagrantboxes-a13ba3adf073683e0d4e3f74d966f51fc3107ffc.zip | |
serial port
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 | 
