to each kernel configuration in the lilo.conf and re-run lilo. reboot for changes to take affect.
/ 850M
swap1 128M
swap2 128M
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=no
HOSTNAME=n001
GATEWAYDEV=eth0
GATEWAY=10.0.21.1
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=10.0.20.255
NETWORK=10.0.20.0
NETMASK=255.255.255.0
IPADDR=10.0.20.2
dolly.uoregon.edu:/usr /usr nfs ro 0 0
dolly.uoregon.edu:/home /home nfs defaults 0 0
sshd: 10.0.20.1
xntpd: 10.0.20.1
rdistd: 10.0.20.1
pvmd: 10.0.20.1
in.rshd: 10.0.20.1
/etc/hosts.deny should be ALL: ALLServer
#
# distfile file to rdist files from
# dolly.uoregon.edu --> clones @10.0.20.*
#
# created by hak@oregon 980115
# (modified from nemeth, et. al p.389)
#
HOSTS = ( 10.0.20.2 10.0.20.3 10.0.20.4 10.0.20.5 10.0.20.6 10.0.20.7 10
.0.20.8 10.0.20.9 10.0.20.10 )
FILES = ( /etc/passwd /etc/shadow )
all:
${FILES} -> ${HOSTS}
#notify root@dolly.uoregon.edu ;
eth0 net 128.223.32.0 netmask 255.255.254.0 gw 128.223.32.1
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=no
HOSTNAME=dolly
GATEWAYDEV=
GATEWAY=128.223.32.1
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=128.223.33.255
NETWORK=128.223.32.0
NETMASK=255.255.254.0
IPADDR=128.223.32.248
/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=10.0.20.255
NETWORK=10.0.20.0
NETMASK=255.255.255.0
IPADDR=10.0.20.1
/usr 10.0.20.2/255.255.255.0(ro,secure) # usr filesystem for clones
/home 10.0.20.2/255.255.255.0(rw,root_squash,secure) # home filesystem for clones
gcc -D__KERNEL__ -I/usr/src/linux-2.0.31/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -D__SMP__ -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -D__SMP__ -DMODULE -DMODVERSIONS -include /usr/src/linux-2.0.31/inclu de/linux/modversions.h -c -o epic100.o epic100.c
append mem="128M"
EGCS compiler