summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-12-11 17:31:42 +0000
committerV3n3RiX <venerix@rogentos.ro>2015-12-11 17:31:42 +0000
commit4df9d6f5ba415e00d9ccabae3698fd947bb8e69f (patch)
treeb04cbd3f50103606de02ba64dde36e9b9dd09f1b /libvasile
parente1b8c5f0aa6afe32b1dd3ff5206306d1eaca77bd (diff)
further steps to remove all hardcoded paths
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 () {