... | ... | @@ -13,7 +13,6 @@ http://www.server-world.info/en/note?os=CentOS_6&p=pxe&f=4 |
|
|
### use DHCP (dhcpd) to provide PXE boot information
|
|
|
- install dhcpd like described in guide 1.
|
|
|
- configure dhcpd to provide individual PXE boot information for each diskless server
|
|
|
|
|
|
```
|
|
|
# Uni Ulm DNS server
|
|
|
option domain-name-servers 134.60.1.111;
|
... | ... | @@ -52,7 +51,11 @@ subnet 10.1.1.0 netmask 255.255.255.0 { |
|
|
...
|
|
|
}
|
|
|
```
|
|
|
|
|
|
- start / restart the DHCP server and run it on boot
|
|
|
```
|
|
|
service dhcpd restart
|
|
|
chkconfig dhcpd on
|
|
|
```
|
|
|
### prepare root filesystem for server
|
|
|
```
|
|
|
yum -y --releasever=6.5 groupinstall "Base" "Server Platform" \
|
... | ... | |