summaryrefslogtreecommitdiff
path: root/libkvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libkvasile')
-rwxr-xr-xlibkvasile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libkvasile b/libkvasile
index 73ea8d7..c2e496e 100755
--- a/libkvasile
+++ b/libkvasile
@@ -184,6 +184,12 @@ isochainload () {
chroot "$isosyncdir" su - "$isouser" -c "$isochainloadcmd"
}
+isoservices () {
+ for service in cups kogaionlive lightdm NetworkManager virtualbox-guest-additions ; do
+ chroot "$isosyncdir" su - "$isouser" -c "systemctl enable "$service""
+ done
+}
+
isochroot () {
echo -e ""
echo -e "DROPPING YOU TO A ROOT SHELL INTO ISO ENVIRONMENT"