Changes between Version 92 and Version 93 of Download/SCDB
- Timestamp:
- Nov 7, 2009, 11:40:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v92 v93 265 265 disabled. Enable it by editing `/etc/xinetd.d/tftp`, modifying `disable` parameter from `yes` to `no`. 266 266 267 Option `server_args` allows to define the TFTP root directory. By default, it is `/tftpboot`. If you'd like to use another location you need to update this option and you'll need to define the variable `AII_NBP_DIR` when configuring your [#ConfigurationofAII site paramaters].267 Option `server_args` allows to define the TFTP root directory. By default, it is `/tftpboot`. If you'd like to use another location you need to update this option and you'll need to define the variable `AII_NBP_DIR` to reflect that when configuring your [#ConfigurationofAII site paramaters]. 268 268 269 269 … … 567 567 568 568 {{{ 569 mkdir /osinstall/nbp/<platform> 570 cp /var/www/html/<platform>/.../pxeboot/* /osinstall/nbp/<platform> 571 }}} 569 mkdir /tftpboot/quattor/<platform> 570 cp /var/www/html/<platform>/.../pxeboot/* /tftpboot/quattor/<platform> 571 }}} 572 573 ''Note: the TFTP directory you copy the files to must be under the root directory [#TFTPDconfiguration configured for TFTP], in the same directory as the `pxelinux.cfg` directory (see variable `AII_NBP_DIR` configured at the [#ConfigurationofAII previous step]). `<plaform>` must have the usual form with all `-` replaced by `_`.'' 572 574 573 575 == Compiling and Deploying ==