From fb26038e26edfc57e5408cd39446da293d837692 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 21 Aug 2014 12:00:01 -0400 Subject: profile_configure_system_native(): New function --- (limited to 'lib/profile.sh') 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}" +} -- cgit v0.9.1