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)
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
- get latest stage3 by script https://github.com/nado/chroot-helper/blob/oldscript/setup-stage3.sh
- adjustments from https://wiki.gentoo.org/wiki/Package_testing