summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-21 12:00:01 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-21 12:00:01 (EDT)
commitfb26038e26edfc57e5408cd39446da293d837692 (patch)
tree080409b1618b0ff89a9f9eb34f004eb7b30a8203 /lib/profile.sh
parent529f182aaeb0e477f1837ff5ad08e772f67e9dda (diff)
profile_configure_system_native(): New function
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index a8beedd..846b22d 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -122,3 +122,10 @@ profile_get_fstab()
"prof_${profile}_get_fstab" "${arch}" "${plat}"
}
+
+profile_configure_system_native()
+{
+ local root="${1}"
+
+ "prof_${profile}_configure_system_native" "${root}"
+}