Merge "Fix growroot for Gentoo's openrc"

This commit is contained in:
Jenkins 2016-02-10 21:50:50 +00:00 committed by Gerrit Code Review
commit 910a99c3ca

View File

@ -14,6 +14,10 @@ case "$DIB_INIT_SYSTEM" in
systemd)
systemctl enable growroot.service
;;
openrc)
# let dib-init-system's postinstall handle enabling init scripts
exit 0
;;
*)
echo "Unsupported init system"
exit 1