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

userspace:acronis_disk_director_10 [2016/11/29 13:11]
JohannesM shorten commands
userspace:acronis_disk_director_10 [2021/08/23 08:37]
Line 1: Line 1:
-Created by Cokeat3grade\\ 
-Comments and improvements welcome  
  
-Tested with Opsi 4.0.1 
- 
-This is a template for creating an Acronis Disk Direktor Package.\\ 
-The template needs the following files: 
-  * cd.iso (iso image which can be created by "Rescue Media Builder" included in the Windows Installation) 
-  * memdisk (can be found in the latest syslinux package) 
- 
- 
-  - Create a new NetBoot Product with following settings: 
-    * PXE Configuration Template: acronis 
-    * Setup Script: None 
-  - Use the following linux commands to create the folder structure under a root shell 
-<code> 
-PROD_NAME='product' 
-TFTP_PATH="/home/opsiproducts/${PROD_NAME}/SERVER_DATA/tftpboot" 
- 
-mkdir -p "${TFTP_PATH}/linux/{acronis,pxelinux.cfg}" 
-chown -R opsiconfd:pcpatch "${TFTP_PATH}" 
-chmod -R 775 "${TFTP_PATH}" 
-</code> 
-  - Copy your cd.iso and memdisk file to the acronis folder 
-  - Create the file acronis in the pxelinux.cfg folder<code txt acronis> 
-default acronis 
- 
-label acronis 
-  kernel acronis/memdisk 
-  append iso initrd=acronis/cd.iso raw 
-</code> 
-  - Use "chown opsiconfd:pcpatch" and "chmod 664" for the 3 files. 
-  - Create your product file and try your package =) (Dont use opsi-setup --set-rights for this package or pxeboot wont work after installation!) 
userspace/acronis_disk_director_10.txt ยท Last modified: 2021/08/23 08:37 (external edit)