Description of problem: RFE: Virt-builder-repository should create configure file automatically for user Version-Release number of selected component (if applicable): libguestfs-1.38.0 How reproducible: 100% Steps: After using Virt-builder-repository to create index file, I have to create configure file for the new template: # cat /etc/xdg/virt-builder/repos.d/libguestfs-rhel7.conf [localrepo] uri=file:///root/dir_repository/index And then it's in the "virt-builder -l" list. It would be nice to auto this step(creating configure file for the template) in the virt-builder-repository command instead of manually create it by user. Actual results: Have to create configure file for the new template manually. Expected results: It would be nice to auto this step(creating configure file for the template) in the virt-builder-repository command instead of manually create it by user. Additional info: