diff options
Diffstat (limited to 'src/profile.sh')
-rw-r--r-- | src/profile.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/profile.sh b/src/profile.sh index 607c1cc..08203d1 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -162,3 +162,12 @@ profile_configure_system_foreign() "prof_${profile}_configure_system_foreign" "${root}" "${arch}" "${plat}" } + +profile_find_kernel() +{ + local root="${1}" + local arch="${2}" + local plat="${3}" + + "prof_${profile}_find_kernel" "${root}" "${arch}" "${plat}" +} |