From c1a6bcd960ad67c689c420bb91a3daa6329ced19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Jun 2017 17:31:20 +0100 Subject: reenable virtualbox integration --- libvasile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvasile') diff --git a/libvasile b/libvasile index e512690..ed04cb3 100755 --- a/libvasile +++ b/libvasile @@ -256,7 +256,7 @@ isoservices () { 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 + for service in dbus connman avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth xdm virtualbox-guest-additions ; do chroot "$isorsynctarget" su - "$isouser" -c "rc-update add "$service" default" done } -- cgit v1.2.3