User Tools

Site Tools


userspace:acronis_disk_director_10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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<code> +  - Use the following linux commands to create the folder structure under a root shell 
-cd /home/opsiproducts/[new prod name]/SERVER_DATA +<code> 
-mkdir tftpboot +PROD_NAME='product' 
-chown opsiconfd:pcpatch tftpboot +TFTP_PATH="/home/opsiproducts/${PROD_NAME}/SERVER_DATA/tftpboot" 
-chmod 775 tftpboot + 
-cd tftpboot +mkdir -p "${TFTP_PATH}/linux/{acronis,pxelinux.cfg}" 
-mkdir linux +chown -R opsiconfd:pcpatch "${TFTP_PATH}" 
-chown opsiconfd:pcpatch linux +chmod -R 775 "${TFTP_PATH}"
-chmod 775 linux +
-cd linux +
-mkdir acronis +
-chown opsiconfd:pcpatch acronis +
-chmod 775 acronis +
-mkdir pxelinux.cfg +
-chown opsiconfd:pcpatch pxelinux.cfg +
-chmod 775 pxelinux.cfg+
 </code> </code>
   - Copy your cd.iso and memdisk file to the acronis folder   - Copy your cd.iso and memdisk file to the acronis folder
userspace/acronis_disk_director_10.1320681624.txt.gz · Last modified: 2021/08/23 08:37 (external edit)