summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibvasile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libvasile b/libvasile
index f418c49..cba9fc2 100755
--- a/libvasile
+++ b/libvasile
@@ -252,7 +252,10 @@ isochainloader () {
}
isoservices () {
- # enable live iso image system services (runlevel : default)
+ # enable live user setup service
+ 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 ; do
chroot "$isorsynctarget" su - "$isouser" -c "rc-update add "$service" default"
done