diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-17 20:36:14 +0000 |
commit | fb25090d69e9981d16e442f3f143e87b46dd8bc9 (patch) | |
tree | c57500b4afb1cc244efb48f5bd6c024724034e4d /openbsd/Vagrantfile | |
parent | anohter deb11 (diff) | |
download | vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.tar.gz vagrantboxes-fb25090d69e9981d16e442f3f143e87b46dd8bc9.zip |
updates
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 |