diff options
-rwxr-xr-x | build32 | 2 | ||||
-rwxr-xr-x | build64 | 2 | ||||
-rwxr-xr-x | vasile | 2 |
3 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,5 @@ #!/bin/bash -x -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 @@ #!/bin/bash -x -source libvasile - envkogaionstart () { # mount ro squashfs chroot + add rw overlayfs layer to enable clean package building mount -t squashfs "$sqfsrootx64" "$rodir" @@ -5,6 +5,8 @@ # Dependencies : kernel built with squashfs + overlayfs, app-arch/dpkg (optional for building deb packages in portage) # +source libvasile + case $1 in --build64) source build64 ;; |