From 510743240fb9614acf739db8289320d9442eecde Mon Sep 17 00:00:00 2001 From: udeved Date: Thu, 12 Feb 2015 22:56:00 +0100 Subject: [PATCH] [util] prepare for moving live services symlinks to buildiso --- lib/util.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/util.sh b/lib/util.sh index 0f1b175..04d4d32 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -323,19 +323,19 @@ load_config(){ fi if [[ -z ${start_systemd} ]];then - start_systemd=('cronie' 'org.cups.cupsd' 'tlp' 'tlp-sleep') + start_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') fi if [[ -z ${start_openrc} ]];then - start_openrc=('cronie' 'cupsd' 'metalog' 'dbus' 'consolekit' 'acpid') + start_openrc=('acpid' 'bluetooth' 'consolekit' 'cronie' 'cupsd' 'dbus' 'metalog' 'NetworkManager') fi if [[ -z ${start_systemd_live} ]];then - start_systemd_live=('bluez' 'NetworkManager' 'ModemManager') + start_systemd_live=('livecd' 'mhwd-live' 'pacman-init' 'pacman-boot') fi if [[ -z ${start_openrc_live} ]];then - start_openrc_live=('bluetooth' 'NetworkManager') + start_openrc_live=('livecd' 'mhwd-live' 'pacman-init' 'pacman-boot') fi if [[ -z ${checksum_mode} ]];then