From fb25090d69e9981d16e442f3f143e87b46dd8bc9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 18 Mar 2023 00:06:14 +0330 Subject: updates --- openbsd/Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsd') 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 -- cgit v1.2.3