... | ... | @@ -146,6 +146,23 @@ label centos6 |
|
|
append initrd=centos6/initramfs.img root=nfs:10.1.1.12:/var/lib/tftpboot/computenode08/centos6/root rw selinux=0 lowres ip=dhcp
|
|
|
```
|
|
|
|
|
|
- add entry to NFS exports in "/etc/exports"
|
|
|
|
|
|
```
|
|
|
/var/lib/tftpboot/computenode08/centos6/root 10.1.1.0/24(rw,sync,no_root_squash,no_all_squash)
|
|
|
```
|
|
|
|
|
|
- start / restart NFS and run it on boot
|
|
|
|
|
|
```
|
|
|
service rpcbind restart
|
|
|
service nfslock restart
|
|
|
service nfs restart
|
|
|
chkconfig rpcbind on
|
|
|
chkconfig nfslock on
|
|
|
chkconfig nfs on
|
|
|
```
|
|
|
|
|
|
## previous attempt
|
|
|
- saved computenode12 MAC addresses in a txt file
|
|
|
- powered down node 12 and set boot to pxe
|
... | ... | |