This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:acronis_disk_director_10 [2011/11/07 16:00] Cokeat3grade created |
userspace:acronis_disk_director_10 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * PXE Configuration Template: acronis | * PXE Configuration Template: acronis | ||
| * Setup Script: None | * Setup Script: None | ||
| - | - Use the following linux commands to create the folder structure under a root shell< | + | - Use the following linux commands to create the folder structure under a root shell |
| - | cd / | + | < |
| - | mkdir tftpboot | + | PROD_NAME=' |
| - | chown opsiconfd: | + | TFTP_PATH=" |
| - | chmod 775 tftpboot | + | |
| - | cd tftpboot | + | mkdir -p " |
| - | mkdir linux | + | chown -R opsiconfd: |
| - | chown opsiconfd: | + | chmod -R 775 " |
| - | chmod 775 linux | + | |
| - | cd linux | + | |
| - | mkdir acronis | + | |
| - | chown opsiconfd: | + | |
| - | chmod 775 acronis | + | |
| - | mkdir pxelinux.cfg | + | |
| - | chown opsiconfd: | + | |
| - | chmod 775 pxelinux.cfg | + | |
| </ | </ | ||
| - Copy your cd.iso and memdisk file to the acronis folder | - Copy your cd.iso and memdisk file to the acronis folder | ||