Changes between Version 26 and Version 27 of ChrootSetup

Show
Ignore:
Timestamp:
02/07/10 12:35:23 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChrootSetup

    v26 v27  
    206206}}} 
    207207 
    208  * (optional) Set up users, groups, and sudo access in chroot. Compare /etc/passwd, /etc/shadow, /etc/group, /etc/gshadow, and /etc/sudoers from the base machine to the equivalent /var/chroot/lucid/etc/* in the chroot. Copy your user and group to the chroot files. Copy the hosts file from the base machine into the chroot. 
     208 * (optional) Set up users, groups, and sudo access in chroot. Compare /etc/passwd, /etc/shadow, /etc/group, /etc/gshadow, and /etc/sudoers from the base machine to the equivalent /var/chroot/lucid/etc/* in the chroot. Copy your user and group to the chroot files. Also copy the 'admin' group for sudoers and add 'admin' access in the chroot sudoers file. Copy the hosts file from the base machine into the chroot. 
    209209{{{ 
    210210 $ sudo cp /etc/hosts /var/chroot/lucid/etc/ 
    211211}}} 
    212212 
    213 Also copy the 'admin' group for and add 'admin' access in the chroot sudoers file. Setup the home directory for your user: 
     213 * (optional) Setup the home directory for your user: 
    214214{{{ 
    215215