summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index 5ec2309..de2c6a1 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -158,13 +158,17 @@ profile_bind_umount()
profile_configure_system_native()
{
local root="${1}"
+ local arch="${2}"
+ local plat="${3}"
- "prof_${profile}_configure_system_native" "${root}"
+ "prof_${profile}_configure_system_native" "${root}" "${arch}" "${plat}"
}
profile_configure_system_foreign()
{
local root="${1}"
+ local arch="${2}"
+ local plat="${3}"
- "prof_${profile}_configure_system_foreign" "${root}"
+ "prof_${profile}_configure_system_foreign" "${root}" "${arch}" "${plat}"
}