From 5f03f5048c03c1d5c2162a88d40ead592e8fbf5e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Sep 2017 22:15:29 +0100 Subject: enable NetworkManager daemon by default --- libvasile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvasile') diff --git a/libvasile b/libvasile index 59d79c2..f699f21 100755 --- a/libvasile +++ b/libvasile @@ -258,7 +258,7 @@ isoservices () { chroot "$isorsynctarget" su - "$isouser" -c "rc-update add redcorelive boot" # enable live iso system services (runlevel : default) - for service in acpid dbus connman avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth ntpd openrc-settingsd xdm virtualbox-guest-additions ; do + for service in acpid dbus NetworkManager avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth ntpd openrc-settingsd xdm virtualbox-guest-additions ; do chroot "$isorsynctarget" su - "$isouser" -c "rc-update add "$service" default" done } -- cgit v1.2.3