Skip to content

Commit

Permalink
HBSD: fix the distsets path in mirrorselect
Browse files Browse the repository at this point in the history
MFC-to: 10-STABLE
github-issue: #143
Signed-off-by: Oliver Pinter <[email protected]>
(cherry picked from commit 72ef06a)
  • Loading branch information
opntr committed Mar 3, 2016
1 parent 169b19a commit 339e90a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usr.sbin/bsdinstall/scripts/mirrorselect
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ case ${_BUILD_TYPE} in
*)
case `uname -r` in
10.*)
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/HardenedBSD-10-STABLE-LATEST"
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/hardenedbsd-10-stable-LAST"
;;
11.*)
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/HardenedBSD-11-CURRENT-LATEST"
#_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/hardenedbsd-11-stable-LAST"
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/hardenedbsd-master-LAST"
;;
*)
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/HardenedBSD-12-CURRENT-LATEST"
_hbsd_dist_dir="pub/HardenedBSD/releases/`uname -m`/`uname -p`/hardenedbsd-master-LAST"
;;
esac
_mirror_prefix="installer"
Expand Down

0 comments on commit 339e90a

Please sign in to comment.