Hello, I am attempting to use the Nvidia Jetson nv_build_samplefs.sh script in a secure network that doesn’t allow foreign mirror sites. It does allow downloads from ubuntu.com. When running the command:
sudo ./nv_build_samplefs.sh --abi aarch64 --distro ubuntu --flavor minimal --version focal
I noticed that the script’s variable “base_url” attempts to download from mirror site:
http://ftp.jaist.ac.jp/pub/Linux/ubuntu-cdimage/ubuntu-base/releases/20.04/release/ubuntu-base-20.04.4-base-arm64.tar.gz
This is not allowed by my network firewall. Can I chose a mirror link within ubuntu.com? And how can I modify the scripts base_url value?