Fix python install for OpenBSD
This commit is contained in:
parent
8cef5964ba
commit
84f8549145
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ num_cpus: 2
|
|||
# extra args for virt-install
|
||||
virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso
|
||||
virt_install_os_variant: openbsd7.4
|
||||
virt_install_python_cmd: pkg_add python3 -I -x
|
||||
virt_install_python_cmd: pkg_add -I -x python
|
||||
|
|
Loading…
Add table
Reference in a new issue