diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:57:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:57:31 +0100 |
commit | 216fdc3715478ffc5306e136064e82d74617c762 (patch) | |
tree | 3aef590f6316ab5684c1a83a4a2b38b22424b4c8 | |
parent | 92b62f115b2634086483b5bbf7ded04615814c2f (diff) |
import libvasile into vasile itself, for slaves to use it...no need to import twice in each slave
-rwxr-xr-x | build32 | 2 | ||||
-rwxr-xr-x | build64 | 2 | ||||
-rwxr-xr-x | vasile | 1 |
3 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,5 @@ #!/usr/bin/env bash -source libvasile - envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsrootx86" "$rodir" @@ -1,7 +1,5 @@ #!/usr/bin/env bash -source libvasile - envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsrootx64" "$rodir" @@ -4,6 +4,7 @@ # Main author : Ghiunhan Mamut (aka V3n3RiX) @ RogentOS Development Group # Dependencies : kernel built with squashfs + overlayfs, app-arch/dpkg (optional for building deb packages in portage) # +source libvasile case $1 in --build64) source build64 |