diff options
-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 |