> IIRC the /proc/config exist on the livecd
> 

Thanks for all the suggestions, I finally got it to work. I took your
advice and did:

cat /proc/config > /mnt/gentoo/usr/src/linux/.config
chroot /mnt/gentoo /bin/bash
source /etc/profile
cd /usr/src/linux
make menuconfig
make dep && make clean bzImage modules modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot

It seems like the config you booted off with is likely to be a better
one than the default, so this is probably a safe step for any install.

-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list

Reply via email to