Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 346205

Summary: A portage chroot feature. (emerge --root/--config-root)
Product: Portage Development Reporter: dE <de.techno>
Component: Conceptual/Abstract IdeasAssignee: Portage team <dev-portage>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: jlec
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description dE 2010-11-20 17:58:31 UTC
Portage should have the ability to chroot into a separate Gentoo installation. By chrooting I mean portage will read the configs and package database from the guest Gentoo system instead of the host's. However everything else that portage uses itself (like libraries, the python interpreter etc...) will be take from the host.

This way it'll be possible to modify a system which's based on arch like arm, powerpc etc... Thus utilizing the processing power of a system which cannot chroot into the guest (the biggest e.g x86_64 guest and x86 host).

Reproducible: Always

Steps to Reproduce:
Comment 1 Fabian Groffen gentoo-dev 2010-11-20 18:04:00 UTC
isn't this just what ROOT is all for?
Comment 2 dE 2010-11-20 18:36:43 UTC
Ok, I didnt know that... I'll check it out.

You can close this then.