summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-08-30 09:00:42 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-08-30 09:00:42 +0100
commit2821833d2e292ba86d7a4da4a43453f503ff9569 (patch)
treee12f05ef71eb7f0297c3089869b6f20e4a038b76 /libvasile
parent3126bda8b8e03c1a9ee32aacf5caf6204d958f3f (diff)
move more variables into libvasile, refactor md5sum checking using md5sum itself
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile8
1 files changed, 8 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index 0f294a5..ffe16cd 100755
--- a/libvasile
+++ b/libvasile
@@ -16,3 +16,11 @@ export local envkogaiondesktopoverlay="layman -f -a kogaion-desktop -o https://r
export local envkogaionbuildgit="cd /opt && git clone https://github.com/Rogentos/build.git"
export local envkogaionportageconfig="ln -sf /opt/build/conf/intel/portage /etc/portage"
export local envkogaionenvupdate="/usr/sbin/env-update && . /etc/profile"
+
+# env squashfs chroot variables
+export local sqfsrootx86="kogaiondevelx86.squashfs"
+export local sqfsrootx86md5=""$sqfsrootx86".md5"
+
+export local sqfsrootx64="kogaiondevelx64.squashfs"
+export local sqfsrootx64md5=""$sqfsrootx64".md5"
+