Defaulting to systemd as initsystem for wheezy based progress-linux releases and newer.
This commit is contained in:
parent
ef2b0289d4
commit
68b1966b94
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue