summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libvasile b/libvasile
index f2a99cb..3259c2d 100755
--- a/libvasile
+++ b/libvasile
@@ -103,6 +103,12 @@ chrootstartx64 () {
mount -t tmpfs -o nosuid,nodev,noexec none "$overlaydir"/tmp
}
+chroottreex64 () {
+ echo "injecting full portage tree into x64 environment"
+ sleep 1
+ chroot "$overlaydir" su - "$chrootuser" -c "$chroottree"
+}
+
chrootoverlaysx64 () {
echo "injecting "$releasename" "$releasetarget" overlay into x64 environment"
sleep 1
@@ -163,6 +169,12 @@ chrootstartx86 () {
mount -t tmpfs -o nosuid,nodev,noexec none "$overlaydir"/tmp
}
+chrottreex86 () {
+ echo "injecting full portage tree into x86 environment"
+ sleep 1
+ linux32 chroot "$overlaydir" su - "$chrootuser" -c "$chroottree"
+}
+
chrootoverlaysx86 () {
echo "injecting "$releasename" "$releasetarget" overlay into x86 environment"
sleep 1