... | ... | @@ -127,6 +127,17 @@ proc /proc proc defaults 0 0 |
|
|
echo "NETWORKING=yes" >> /var/lib/tftpboot/computenode08/centos6/root/etc/sysconfig/network
|
|
|
```
|
|
|
|
|
|
- edit interface definitions for both interfaces in /var/lib/tftpboot/computenode08/centos6/root.bak/etc/sysconfig/network-scripts/ifcfg-ethX (create files if necessary)
|
|
|
|
|
|
```
|
|
|
DEVICE="ethX"
|
|
|
BOOTPROTO="dhcp"
|
|
|
IPV6INIT="no"
|
|
|
NM_CONTROLLED="no"
|
|
|
ONBOOT="yes"
|
|
|
TYPE="Ethernet"
|
|
|
```
|
|
|
|
|
|
- generate kernel and ramfs
|
|
|
|
|
|
```
|
... | ... | |