... | @@ -104,7 +104,7 @@ yum -y --releasever=6.5 groupinstall "Base" "Server Platform" --installroot=/var |
... | @@ -104,7 +104,7 @@ yum -y --releasever=6.5 groupinstall "Base" "Server Platform" --installroot=/var |
|
yum -y install openssh-server openssh-clients --installroot=/var/lib/tftpboot/computenode08/centos6/root/
|
|
yum -y install openssh-server openssh-clients --installroot=/var/lib/tftpboot/computenode08/centos6/root/
|
|
```
|
|
```
|
|
|
|
|
|
- set root password hash in "etc/shadow" of nodes filesystem from current hash
|
|
- set root password hash in "/var/lib/tftpboot/computenode08/centos6/root/etc/shadow" from current hash
|
|
|
|
|
|
```
|
|
```
|
|
...
|
|
...
|
... | @@ -112,7 +112,7 @@ root:$6$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:14937:0:99999:7::: |
... | @@ -112,7 +112,7 @@ root:$6$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:14937:0:99999:7::: |
|
...
|
|
...
|
|
```
|
|
```
|
|
|
|
|
|
- set mount points in "etc/fstab"
|
|
- set mount points in "/var/lib/tftpboot/computenode08/centos6/root/"
|
|
|
|
|
|
```
|
|
```
|
|
none /tmp tmpfs defaults 0 0
|
|
none /tmp tmpfs defaults 0 0
|
... | | ... | |