Report Inappropriate Content

If this contribution is offensive, violent, spam or off-topic, please click "Report This" to report this item. We will review your report as soon as possible.

     
 
By dv1983.  March 19, 2010 at 08:40AM (PST)
mount /dev/hda3 /mnt/gentoo 
mkdir /mnt/gentoo/boot 
mount /dev/hda1 /mnt/gentoo/boot 
cd / 
mount -t proc proc /mnt/gentoo/proc 
mount -o bind /dev /mnt/gentoo/dev 
cp -L /etc/resolv.conf /mnt/gentoo/etc/ 
chroot /mnt/gentoo /bin/bash 
env-update && source /etc/profile
 
     
Reason:
Details: