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, 8 insertions, 0 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index 3e68ff4..a8beedd 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -114,3 +114,11 @@ profile_include_pkg()
"prof_${profile}_include_pkg" "${name}" "${value}"
}
+
+profile_get_fstab()
+{
+ local arch="${1}"
+ local plat="${2}"
+
+ "prof_${profile}_get_fstab" "${arch}" "${plat}"
+}