Changes between Version 20 and Version 21 of ChrootSetup

Show
Ignore:
Timestamp:
05/11/09 20:05:03 (13 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChrootSetup

    v20 v21  
    149149}}} 
    150150 
    151 (to create a 32bit chroot on a 64bit install, add the option "--arch i386", to create an lpia (Ubuntu Mobile) chroot, add the option "--arch lpia") 
     151To create a 32bit chroot on a 64bit install, add the option "--arch i386": 
     152 
     153{{{ 
     154 $ sudo debootstrap --arch i386 --variant=buildd intrepid /var/chroot/intrepid http://archive.ubuntu.com/ubuntu/ 
     155}}} 
     156 
     157To create an lpia (Ubuntu Mobile) chroot, add the option "--arch lpia", and change the archive URL to 'ports.ubuntu.com': 
     158 
     159{{{ 
     160 $ sudo debootstrap --arch lpia --variant=buildd intrepid /var/chroot/intrepid-lpia http://ports.ubuntu.com/ 
     161}}} 
    152162 
    153163 * Copy over some configuration files from the base install to the chroot environment (substituting if your install is a different release):