sandia-minimega / minimega

minimega
GNU General Public License v3.0
148 stars 67 forks source link

vmbetter mirror for Debian is down #1529

Closed ashahn1 closed 3 months ago

ashahn1 commented 4 months ago

The mirror site that vmbetter uses for Debian is down (http://mirrors.ocf.berkeley.edu/debian).

Should be directed to main US Debian mirror (http://ftp.us.debian.org/debian/).

Change line 24 in minimega/cmd/vmbetter/main.go to:

f_debian_mirror = flag.String("mirror", "http://ftp.us.debian.org/debian", "path to the debian mirror to use")

Current work around:

$sudo ./bin/vmbetter -mirror "http://ftp.us.debian.org/debian/"