diff options
Diffstat (limited to 'openbsd/Vagrantfile')
-rw-r--r-- | openbsd/Vagrantfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd/Vagrantfile b/openbsd/Vagrantfile index 086c176..032575a 100644 --- a/openbsd/Vagrantfile +++ b/openbsd/Vagrantfile @@ -31,6 +31,8 @@ Vagrant.configure('2') do |config| libvirt.qemuargs value: '-nographic' libvirt.qemuargs value: '-nodefaults' libvirt.qemuargs value: '-no-user-config' + libvirt.qemuargs value: '-serial' + libvirt.qemuargs value: 'pty' libvirt.sound_type = nil libvirt.cpus = CPU_COUNT libvirt.memory = MEMORY |