From 822ef1d5bc3857f0dccf343c8c1c297362c2af21 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 22 Aug 2014 13:32:30 -0400 Subject: profile_get_os_release(): New function --- (limited to 'lib/profile.sh') diff --git a/lib/profile.sh b/lib/profile.sh index b37b6f7..d3c08ec 100644 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -136,3 +136,12 @@ profile_configure_system_foreign() "prof_${profile}_configure_system_foreign" "${root}" } + +# TODO: /etc/os-release should be provided by base-files. +profile_get_os_release() +{ + local arch="${1}" + local plat="${2}" + + "prof_${profile}_get_os_release" "${arch}" "${plat}" +} -- cgit v0.9.1