mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-10 12:58:27 +03:00
Add kernel= and initrd= --location suboptions. These can be used to override the default kernel/initrd and specify new paths, relative to LOCATION. For example, if you have an ISO that libosinfo doesn't know about called my-unknown.iso, with a kernel at 'kernel/fookernel' and initrd at +'kernel/fooinitrd', you can make this work with: --location my-unknown.iso,kernel=kernel/fookernel,initrd=kernel/fooinitrd