From ef92c89fdce4c4019b3cca127339dc4528f00655 Mon Sep 17 00:00:00 2001 From: udeved Date: Thu, 12 Feb 2015 22:25:40 +0100 Subject: [PATCH] [util-iso-image] use proper msg in live services --- lib/util-iso-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util-iso-image.sh b/lib/util-iso-image.sh index 4131416..061487f 100644 --- a/lib/util-iso-image.sh +++ b/lib/util-iso-image.sh @@ -42,7 +42,7 @@ configure_plymouth(){ configure_services_live(){ if [[ ${initsys} == 'openrc' ]];then if [[ -n ${start_openrc_live[@]} ]];then - msg2 "Configuring OpenRC ...." + msg3 "Configuring OpenRC ...." # [[ ! -d $1/etc/runlevels/default ]] && mkdir -p $1/etc/runlevels/default for svc in ${start_openrc_live[@]}; do # if [[ -f $1/etc/init.d/$svc ]]; then @@ -54,7 +54,7 @@ configure_services_live(){ fi else if [[ -n ${start_systemd_live[@]} ]];then - msg2 "Configuring SystemD ...." + msg3 "Configuring SystemD ...." for svc in ${start_systemd_live[@]}; do msg2 "Setting $svc ..." chroot $1 systemctl enable $svc &> /dev/null