| Cant find /proc/config.gz Hi after deciding to do the gentoo install the hard way I have done all of the steps from the handbook using a knoppiz liceCD install. only problem is when i get to compiling the kernel and i have to issue the following command:
zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6
it wont find the file proc/config.gz
i think i did the correct thing as a the handbook warned me earlier to use the following command
mount -o bind /proc /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
instead of the usual in the normal handbook which is
# mount -t proc none /mnt/gentoo/proc
# mount -o bind /dev /mnt/gentoo/dev
my cd wasnt in at the time and i'm in chroot environment at the moment. i tried to mount the CD to find the file but i cant find it , there isnt even a proc folder
can any one help me? |