Hello,
 
I installed the Gentoo system till point 22 of the install how-to. Then I haltet the PC.
After rebooting i mounted my file systems and made chroot:
 
=====
# first configure my network with net-setup eth0
swapon /dev/MYSWAPHDA
mount /dev/hda3 -t ext3 /mnt/gentoo
mount /dev/MYBOOTPARTITION /mnt/gentoo/boot
mount -t proc proc /mnt/gentoo/proc
cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
=====
 
But now my network settings are away. ifconfig doesn't exist. mount is away, updatedb is gone...

Perhaps this helpes you:
=====
#id
uid=0(root) gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),2
0(dialout),26(tape),27(video)

#env
MANPATH=/usr/share/man:/usr/local/share/man:/usr/share/gcc-data/i686-pc-linu
x-gnu/3.2/man
INFODIR=/usr/share/info
HOSTNAME=cdimage
SHELL=/bin/bash
TERM=linux
USER=root
PAGER=/usr/bin/less
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/i686-pc-linu
x-gnu/gcc-bin/3.2
MAIL=/var/mail/root
PWD=/
INPUTRC=/etc/inputrc
EDITOR=/bin/nano
PS1=\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]
CXX=g++
HOME=/root
SHLVL=2
LESS=-R
LOGNAME=root
CVS_RSH=ssh
LESSOPEN=|lesspipe.sh %s
INFOPATH=/usr/share/info:/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info
CC=gcc
_=udr/bin/env
OLDPW=/bin
=====
 
Thanks for your help,
Tassilo

Reply via email to