Defaulting to systemd as initsystem for wheezy based progress-linux releases and newer.

This commit is contained in:
Daniel Baumann 2012-10-28 11:42:57 +01:00
parent ef2b0289d4
commit 68b1966b94
1 changed files with 12 additions and 0 deletions

View File

@ -214,6 +214,18 @@ Set_defaults ()
esac
;;
progress-linux)
case "${LB_DISTRIBUTION}" in
artax|artax-backports)
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
;;
*)
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;;
esac
;;
*)
case "${LB_SYSTEM}" in
live)