summaryrefslogtreecommitdiffstats
path: root/src/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-15 18:10:14 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-15 18:10:14 (EST)
commit7ae658b2878d6ca88475062e4ede0dd120103b62 (patch)
treef88a700183074300405e54f1f2353a66e79f3c38 /src/profile.sh
parentafac52a2827ef57dd42db321983d5b604221b9ce (diff)
profile_make_initramfs(): New function
Diffstat (limited to 'src/profile.sh')
-rw-r--r--src/profile.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/profile.sh b/src/profile.sh
index 08203d1..9bbd9ce 100644
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -171,3 +171,11 @@ profile_find_kernel()
"prof_${profile}_find_kernel" "${root}" "${arch}" "${plat}"
}
+
+profile_make_initramfs()
+{
+ local arch="${1}"
+ local plat="${2}"
+
+ "prof_${profile}_make_initramfs" "${arch}" "${plat}"
+}