diff options
author | P. 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) |
commit | 2d203aee8fa1793bfc57dd7c02a46e2d48e1d6d2 (patch) | |
tree | d45f61b5e0672df7c7a1cf62d6563eb9cb69ca26 /lib | |
parent | 81a26f31df7699ebf382290e9680ff9668950280 (diff) |
lib/profile/proteanos.sh: Use register_profile()
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profile/proteanos.sh | 6 |
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 |