- Code: Select all
# zcat /proc/config.gz > /usr/src/config
# genkernel --kernel-config=/usr/src/config --menuconfig --bootloader=grub --gensplash=sabayon all
# eix-sync && layman -S
# emerge -e system || until emerge --resume --skipfirst; do emerge --resume --skipfirst; done
# update [about 1/2 done 300 of 595 packages emerged
when I reboot Net doesn't work. I can get it to work by setting static IP with 'net-setup' but I have do do so every time I reboot. Is there any way to make this permenent? Is there any way to get DHCP to work again? I am not using KNetworkManager right now. Here's '/etc/conf.d/net':
# This network configuration was written by net-setup.
iface_eth0="192.168.15.3 broadcast 192.168.15.255 netmask 255.255.255.0"
gateway="eth0/192.168.15.1"
I've tried setting /etc/conf.d/net' to:
# This network configuration was written by ME.
config_eth0="192.168.15.3 broadcast 192.168.15.255 netmask 255.255.255.0"
routes="eth0/192.168.15.1"
So I'm either not doing it right or another file needs changing???

