标签: lxc

  • 修改pve ct templates镜像

    打开/usr/share/perl5/PVE/APLInfo.pm
    找到get_apl_sources部分,把对应的url替换掉
    如果是arm版本的替换为
    https://mirrors.hetao.me/proxmox-port
    如果是x86-64版本的替换为
    https://mirrors.hetao.me/proxmox
    systemctl restart pvedaemon
    如果不生效可以考虑重启电脑
    我发现单独替换url是可以的,如果替换host就会失败。

    Views: 244