summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 23:20:46 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:20:46 (EST)
commit2d203aee8fa1793bfc57dd7c02a46e2d48e1d6d2 (patch)
treed45f61b5e0672df7c7a1cf62d6563eb9cb69ca26
parent81a26f31df7699ebf382290e9680ff9668950280 (diff)
lib/profile/proteanos.sh: Use register_profile()
-rw-r--r--lib/profile/proteanos.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index e08bd8b..0e146ee 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -250,3 +250,9 @@ prof_proteanos_configure_system_foreign()
[ -e "${root}/etc/group" ] || printf \
'root:x:0:\n' >"${root}/etc/group"
}
+
+prof_proteanos_register()
+{
+ register_profile 'proteanos'
+}
+__init prof_proteanos_register