Debootstraping
Using command line install sudo apt-get install debootstrap
#alternatively, download the package and run sudo dpkg -i debootstrap_1.0.20_all.deb
mkdir -p work/chroot
cd work
sudo debootstrap --arch=i386 precise chroot .
Details
Add your content here. Format your content with:
- Text in bold or italic
- Headings, paragraphs, and lists
- Automatic links to other wiki pages