summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh12
1 files changed, 12 insertions, 0 deletions
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)