Anyone know what's going wrong here. I'm stuck. Can't figure anything
to even test anymore...

It's so close. Running on Fedora3.
--
...
make[1]: Leaving directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
make -C linux-2.6.9 modules_install \
ARCH=ppc \
CROSS_COMPILE=powerpc-tuxbox-linux-gnu- \
DEPMOD=/bin/true \
INSTALL_MOD_PATH=/mnt1/dreamCVS/root/cdkroot
make[1]: Entering directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
Warning: you may need to install module-init-tools
See
http://www.codemonkey.org.uk/docs/po...loween-2.6.txt
if [ -r System.map ]; then /bin/true -ae -F System.map -b /mnt1/dreamCVS/root/cd
kroot -r 2.6.9; fi
make[1]: Leaving directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
touch .linuxkernel
( rm -rf dreamfiles_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamfiles_20
050620.tar.bz2 | tar -x
( rm -rf dreamdriver_dm500_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamd
river_dm500_20050620.tar.bz2 | tar -x
touch .dreamfiles
make -C etc install
make: *** etc: No such file or directory. Stop.
make: *** [.etc] Error 2
real 397m59.112s
user 354m53.614s
sys 35m49.585s
(running on PII 350, my NFS srv

)
--
I already installed module-init-tools. Do I need to recompile
something after module-init-tools install?
Any help appreciated. Thanks.
Wouldn't like to compile everything again.