| | 156 | * In SCDB (working area copy) top level directory : |
| | 157 | * Update of RPM repository templates : |
| | 158 | {{{ |
| | 159 | external/ant/bin/ant update.rep.templates |
| | 160 | }}} |
| | 161 | * Profile compilation and deployment (deployment will not occur until compilation succeds) : |
| | 162 | {{{ |
| | 163 | external/ant/bin/ant deploy |
| | 164 | }}} |
| | 165 | * On the Quattor server : |
| | 166 | * Creation of Kickstart configuration file for the machine : |
| | 167 | {{{ |
| | 168 | aii-shellfe --configure your.machine.domain |
| | 169 | }}} |
| | 170 | * Update of DHCP and PXE for the machine to be installed at next boot : |
| | 171 | {{{ |
| | 172 | aii-shellfe --install your.machine.domain |
| | 173 | }}} |
| | 174 | |