This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Chroot for package testing

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Setup a chroot environment for package testing step by step

Brainstorming

Prepare a btrfs subvolume stable-vol and mount it to /vol/stable

root #btrfs subvolume create stable-vol
root #mkdir -p /vol/stable
root #mount stable-vol /vol/stable

Setup a stable gentoo from stage3 in /vol/stable and make a snapshot. Make adjustments for package testing. (make.conf ...)

Ressources

Warning
This page is a work in progress by jstein (talk | contribs). Treat its contents with caution.