My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Debootstrap  
One-sentence summary of this page.
Updated Jan 21, 2013 by javaness...@gmail.com

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

Powered by Google Project Hosting