diff options
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 |