Lol, i cant beleive i cant do this, i am so close, just really cant put r8168 driver in diskless image. I tryied all methods but i cant get it into image.
I tryied this:
chroot <moon #>
mv /lib/modules/2.6.22-14-generic/kernel/drivers/net/r8169.ko /lib/modules/2.6.22-14-generic/kernel/drivers/net/r8169.ko.not
depmod -a /lib/modules/2.6.22-14-generic/kernel/drivers/net/r8168.ko
cd /boot
update-initramfs -uv
Nothing happened.
Then this:
cd /usr/pluto/diskless/
chroot <mediadirector-id>
depmod
cd /boot
mkinitramfs -o initrd.img-`uname -r` `uname -r`
exit
Also nothing happened.
I am going crazy here. I am a Linux newbie, but i know i am doing this the right way.