]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add mirror selection for FTP installs. To support TBEMD installs
authornwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 27 Mar 2011 23:43:32 +0000 (23:43 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Sun, 27 Mar 2011 23:43:32 +0000 (23:43 +0000)
commit605fa95a3a5b2ad0a37ecabdc1a9eac27489629c
treec871afafa597778bfec291cadf8ffc898899a6be
parent42e994cbec564b754bf9f8246495852233198cae
Add mirror selection for FTP installs. To support TBEMD installs
(e.g. powerpc64), this looks in a slightly different default path than now,
specifying both $MACHINE and $MACHINE_ARCH:
MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r`

How to handle TBEMD properly probably merits some more discussion, but,
since no such 9.0-CURRENT distfiles exist at the moment, all existing
mirrors presently fail anyway.
usr.sbin/bsdinstall/scripts/Makefile
usr.sbin/bsdinstall/scripts/auto
usr.sbin/bsdinstall/scripts/mirrorselect [new file with mode: 0755]