Development Team/Chroot: Difference between revisions
| Line 44: | Line 44: | ||
==== Fedora rawhide chroot ==== | ==== Fedora rawhide chroot ==== | ||
We will use <tt>febootstrap</tt> to construct our Fedora chroot. Install it with: | |||
yum install febootstrap # or | |||
apt-get install febootstrap | |||
: ''(Note for Debian users -- Fedora 11 and up require versions of <tt>rpm</tt> built with fancy features. I have successfully run these instructions with rpm_4.7.1-4_i386, which, at the time, I built from sources in Debian Experimental.)'' | |||
Then run it like so: | |||
sudo febootstrap fedora-11 ./f11 -- sugar-0.84 | |||
sudo febootstrap fedora-12 ./f12 -- sugar-0.85.5, at the time of writing | |||
sudo | |||
==== Gentoo chroot ==== | ==== Gentoo chroot ==== | ||