Quote |
#!/bin/sh ifconfig eth0 down ifconfig eth0 10.0.0.202 netmask 255.255.255.0 route add default gw 10.0.0.138 echo 10.0.0.202 > /etc/resolv.conf hostname linuxpdm ifconfig eth0 up |
Quote |
# Making ethernet static echo "Kickstarting network" /etc/network.kickstart & |