diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-15 18:02:16 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-15 18:02:16 (EST) |
commit | afac52a2827ef57dd42db321983d5b604221b9ce (patch) | |
tree | e8a7615fe6b921e18262e1847852912dc92e1ca2 /src/profile.sh | |
parent | 8be3dfebfff85fb6ce7f04bee60a30e2d85485e0 (diff) |
profile_find_kernel(): New function
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}" +} |