qvm-template: Use repo file from qubes-repo-templates.

This commit is contained in:
WillyPillow 2020-08-04 01:35:14 +08:00
parent bf0635218a
commit 582c87644d
No known key found for this signature in database
GPG Key ID: 3839E194B1415A9C

View File

@ -49,7 +49,7 @@ def parser_gen():
# qrexec/DNF related # qrexec/DNF related
parser_main.add_argument('--repo-files', action='append', parser_main.add_argument('--repo-files', action='append',
default=['/etc/yum.repos.d/qubes-templates.repo'], default=['/usr/share/qubes/repo-templates/qubes-templates.repo'],
help='Specify files containing DNF repository configuration.') help='Specify files containing DNF repository configuration.')
parser_main.add_argument('--updatevm', default='sys-firewall', parser_main.add_argument('--updatevm', default='sys-firewall',
help='Specify VM to download updates from.') help='Specify VM to download updates from.')