flatten,
is_apt_distribution,
is_dnf_distribution,
- is_portage_distribution,
prepend_to_environ_path,
qemu_check_kvm_support,
qemu_check_vsock_support,
if args.repositories and not (
is_dnf_distribution(args.distribution) or
- is_apt_distribution(args.distribution) or
- is_portage_distribution(args.distribution)
+ is_apt_distribution(args.distribution)
):
- die("Sorry, the --repositories option is only supported on DNF, Debian, Gentoo based distributions")
+ die("Sorry, the --repositories option is only supported on dnf and apt based distributions")
if args.initrds:
args.initrds = [p.absolute() for p in args.initrds]