summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.sh b/src/install.sh
index e3e9819..c5d3a5a 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -337,6 +337,7 @@ install_system()
if [ "x${mirror}" = 'x' ]; then
mirror="$(profile_select_mirror)"
fi
+ profile_prepare_install "${mirror}" "${suite}"
if ! profile_validate_archplat "${mirror}" "${arch}" "${plat}" \
"${suite}"; then