Merge "Fix growroot for Gentoo's openrc"
This commit is contained in:
commit
910a99c3ca
@ -14,6 +14,10 @@ case "$DIB_INIT_SYSTEM" in
|
|||||||
systemd)
|
systemd)
|
||||||
systemctl enable growroot.service
|
systemctl enable growroot.service
|
||||||
;;
|
;;
|
||||||
|
openrc)
|
||||||
|
# let dib-init-system's postinstall handle enabling init scripts
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported init system"
|
echo "Unsupported init system"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user