diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-04 17:31:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-04 17:31:20 +0100 |
commit | c1a6bcd960ad67c689c420bb91a3daa6329ced19 (patch) | |
tree | 99d5eb5798cc47597928d8c90a5f2935a14c2296 | |
parent | 6471d1e2a18f64853f2c3f9b992bd76d07a95382 (diff) |
reenable virtualbox integration
-rwxr-xr-x | libvasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |