- Status Requires Testing
- Percent Complete
- Task Type Bug Report
- Category Stable
-
Assigned To
André Silva - Operating System Hyperbola GNU/Linux-libre
- Severity Medium
- Priority Medium
- Reported Version Any
- Due in Version Starfix
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Packages
Opened by fablamar - 30/06/2018
Last edited by André Silva - 16/09/2018
Opened by fablamar - 30/06/2018
Last edited by André Silva - 16/09/2018
FS#1060 - [virt-install] ERROR '_OsVariant' object has no attribute 'urldistro'
Trying to create a VM using virt-install (1.4.1-2.hyperbola2)
virt-install --connect qemu:///system \ --name debian \ --ram 1024 \ --disk path=/home/test/debian.img,size=50 \ --vcpus 2 \ --os-type linux \ --os-variant generic \ --network bridge=virbr0 \ --graphics none \ --console pty,target_type=serial \ --location 'http://ftp.nl.debian.org/debian/dists/stretch/main/installer-amd64/' \ --extra-args 'console=ttyS0,115200n8 serial'
This error shows up :
ERROR : ‘_OsVariant’ object has no attribute ‘urldistro’
I can’t create the VM.
PS : Error is not present on Debian Stretch with virt-install 1.4.0-5
Thanks for your help.