From 291886a968edf0ce719aa6f45e63d0d665fc188a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Jul 2017 18:25:05 +0100 Subject: enable acpid, openrc-settingsd && ntpd in default runlevel (this sould fix unable to change timezone && unable to keep time NTP synced thingy) --- libvasile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvasile b/libvasile index 5ef0f02..d0eca5d 100755 --- a/libvasile +++ b/libvasile @@ -254,11 +254,11 @@ isochainloader () { } isoservices () { - # enable live user setup service + # enable live user setup service (runlevel : boot) chroot "$isorsynctarget" su - "$isouser" -c "rc-update add redcorelive boot" # enable live iso system services (runlevel : default) - for service in dbus connman avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth xdm virtualbox-guest-additions ; do + for service in acpid dbus connman 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