diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-12-04 07:22:15 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-12-04 07:22:15 +0000 |
commit | 43b54fd4fb9e3b2cace860b91e94d606fa319172 (patch) | |
tree | b1df70c555acaa2406fbb4db3ed35bc397ce2aba | |
parent | 922314f018a7b2d7352f4572c275db94e90d6e89 (diff) | |
download | src-43b54fd4fb9e3b2cace860b91e94d606fa319172.tar.gz src-43b54fd4fb9e3b2cace860b91e94d606fa319172.zip |
Notes
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/mirrorselect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/mirrorselect b/usr.sbin/bsdinstall/scripts/mirrorselect index d17a16a68ea2..5df45dcd815b 100755 --- a/usr.sbin/bsdinstall/scripts/mirrorselect +++ b/usr.sbin/bsdinstall/scripts/mirrorselect @@ -39,7 +39,6 @@ MIRROR=`dialog --backtitle "FreeBSD Installer" \ --menu "Please select the site closest to you or \"other\" if you'd like to specify a different choice. Also note that not every site listed here carries more than the base distribution kits. Only Primary sites are guaranteed to carry the full range of possible distributions. Select a site that's close!" \ 0 0 0 \ ftp://ftp.freebsd.org "Main Site"\ - ftp://snapshots.jp.freebsd.org "Snapshots Server Japan"\ ftp://ftp.freebsd.org "IPv6 Main Site"\ ftp://ftp3.ie.freebsd.org "IPv6 Ireland"\ ftp://ftp.il.freebsd.org "IPv6 Israel"\ |