Edit by Lars_K
This is a template for a SystemRescueCd netboot Package based on
http://www.sysresccd.org/Main_Page Manual on http://www.sysresccd.org/Sysresccd-manual-en_PXE_network_booting
create nfs
configured with vnc and autostart ( For Remote Access )
Change the *Server IP* with your Server IP
For Remote Access insert Host Parameter : configed.remote_control.vnc.command vncviewer.exe -connect %host%::5901 -password 12345678 configed.remote_control.vnc.editable false
needs directory SERVER_DATA instead of CLIENT_DATA OPSI_CONTROL_FILE
[Package] version: 1 depends: incremental: False [Product] type: netboot id: rescue name: rescue-boot description: Rettungs Betriebssystem Bootet ein Linux OS , dort einfach der Beschreibung folgen. advice: http://www.sysresccd.org Version 2.3.1 version: 1.0 priority: 0 licenseRequired: False productClasses: setupScript: none uninstallScript: updateScript: alwaysScript: onceScript: customScript: pxeConfigTemplate: rescue
Server Tree :
SERVER_DATA └── tftpboot └── linux ├── rescuecd │ ├── sysrcd.dat │ └── sysrcd.md5 │ └── vmlinuz-3.0.3 └── pxelinux.cfg └── rescuecd
PXE Template
default rescue label rescue kernel rescuecd append initrd=initram.igz dodhcp setkmap=de nfsboot=***Server IP***:/tftpboot/linux rescuecd vncserver=1:12345678 dostartx