summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvasile b/libvasile
index 655eda7..7d070b1 100755
--- a/libvasile
+++ b/libvasile
@@ -124,10 +124,10 @@ chrootstartx64 () {
chrootoverlaysx64 () {
echo "Injecting Kogaion Linux Main Overlay into x64 environment"
sleep 1
- chroot "$overlaydir" su - "$chrootuser" -c "$chrootoverlay"
+ chroot "$overlaydir" su - "$chrootuser" -c "$chrootmainoverlay"
echo "Injecting Kogaion Linux Desktop Overlay into x64 environment"
sleep 1
- chroot "$overlaydir" su - "$chrootuser" -c "$chrootdesktopoverlay"
+ chroot "$overlaydir" su - "$chrootuser" -c "$chrootaddonoverlay"
}
chrootbuildsystemx64 () {
@@ -206,10 +206,10 @@ chrootstartx86 () {
chrootoverlaysx86 () {
echo "Injecting Kogaion Linux Main Overlay into x86 environment"
sleep 1
- linux32 chroot "$overlaydir" su - "$chrootuser" -c "$chrootoverlay"
+ linux32 chroot "$overlaydir" su - "$chrootuser" -c "$chrootmainoverlay"
echo "Injecting Kogaion Linux Desktop Overlay into x86 environment"
sleep 1
- linux32 chroot "$overlaydir" su - "$chrootuser" -c "$chrootdesktopoverlay"
+ linux32 chroot "$overlaydir" su - "$chrootuser" -c "$chrootaddonoverlay"
}
chrootbuildsystemx86 () {