Re: List of valid arch's for virt-install

2024-12-13 Thread Andrea Bolognani
On Wed, Dec 11, 2024 at 08:32:55PM -0800, Connor Kuehl wrote: > On 12/11/24 7:43 AM, Jeffrey Walton wrote: > > The man page for virt-install [1] does not list valid arch's. (I can't > > find a page for virt-install at libvirt.org). > > Where can I find the list of valid arch's for virt-install? > >

Re: List of valid arch's for virt-install

2024-12-13 Thread Andrea Bolognani
On Fri, Dec 13, 2024 at 07:12:04AM -0800, Connor Kuehl wrote: > On 12/13/24 2:18 AM, Andrea Bolognani wrote: > >> I think something like this is a reasonable fallback: > >> > >> $ virsh capabilities | xmllint --xpath '//arch/@name' - > > > > Or > > > > $ virsh capabilities --xpath '//arch/@name

Re: List of valid arch's for virt-install

2024-12-13 Thread Connor Kuehl
On 12/13/24 2:18 AM, Andrea Bolognani wrote: > On Wed, Dec 11, 2024 at 08:32:55PM -0800, Connor Kuehl wrote: >> On 12/11/24 7:43 AM, Jeffrey Walton wrote: >>> The man page for virt-install [1] does not list valid arch's. (I can't >>> find a page for virt-install at libvirt.org). >>> Where can I