From 68b1966b94c4f0fcc82a6226d97ec49beae5fe71 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Oct 2012 11:42:57 +0100 Subject: Defaulting to systemd as initsystem for wheezy based progress-linux releases and newer. --- functions/defaults.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'functions/defaults.sh') diff --git a/functions/defaults.sh b/functions/defaults.sh index ec1aa336f..d2c84c4c3 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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) -- cgit v1.2.3