Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE.
This follows what the output of make targets looks like, and reduces the number of directories needed on the FTP server, since we now have only one architecture with multiple machine types (i386, which has i386 and pc98), but 3 machines with 9 architectures between them (powerpc, mips, and arm). Requested by: kensmith, bz Approved by: re(kensmith)
This commit is contained in:
parent
b18bbed465
commit
f68ebb0eec
@ -191,7 +191,7 @@ MIRROR=`dialog --backtitle "FreeBSD Installer" \
|
||||
MIRROR_BUTTON=$?
|
||||
exec 3>&-
|
||||
|
||||
BSDINSTALL_DISTSITE="$MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r`"
|
||||
BSDINSTALL_DISTSITE="$MIRROR/pub/FreeBSD/releases/`uname -m`/`uname -p`/`uname -r`"
|
||||
|
||||
case $MIRROR_BUTTON in
|
||||
$DIALOG_CANCEL)
|
||||
|
Loading…
Reference in New Issue
Block a user