Changes between Version 7 and Version 8 of ChrootSetup

Show
Ignore:
Timestamp:
02/03/09 21:14:23 (13 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChrootSetup

    v7 v8  
    141141 
    142142 
     143 
    143144 * Set up a chroot environment using debootstrap: 
    144145{{{ 
     
    148149(to run a 32bit chroot on a 64bit install, add the option "--arch i386") 
    149150 
    150  * (Probably skip this step for intrepid) Copy over some configuration files from the base install to the chroot environment (substituting if your install is a different release): 
     151 * Copy over some configuration files from the base install to the chroot environment (substituting if your install is a different release): 
    151152{{{ 
    152153 $ sudo cp /etc/resolv.conf /var/chroot/intrepid/etc/resolv.conf