# Profiles' names profile[0]=i686 profile[1]=i486 profile[2]=amd64 # Location of the latest System Rescue CD ISO file sysCDP[0]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso sysCDP[1]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso sysCDP[2]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso # Location of the latest Clonezilla Live ISO file cloneCDP[0]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-i686-pae.iso cloneCDP[1]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-i486.iso cloneCDP[2]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-amd64.iso # Location of the new isolinux/isolinux.cfg file cfgFileP[0]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz cfgFileP[1]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz cfgFileP[2]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz # Splash screen to use # It must be a valid 640x480 32-bit png image splashP[0]='/root/.clonezilla-sysresccd/files/default-ocswp-i686.png' splashP[1]='/root/.clonezilla-sysresccd/files/default-ocswp-i486.png' splashP[2]='/root/.clonezilla-sysresccd/files/default-ocswp-amd64.png' # The output name of the program (ISO file) is: # clonezilla-sysresccd-"$outName"-"$version".iso # A good outName would be your name eg. 'spiros' # So the ISO file would be named: # clonezilla-sysresccd-spiros-"$version".iso outNameP[0]='i686-pae' outNameP[1]='i486' outNameP[2]='amd64' # The name of a BASH script that will be executed # just before mastering the CD, (actually just # before the "splash screen" message is displayed # to the user exScriptP[0]='' exScriptP[1]='' exScriptP[2]='' # CD info section # Specifies a text string that will be written into the volume # header. This should describe the preparer of the CD-ROM, # usually with a mailing address and phone number. There is space # on the disc for 128 characters of information. preparerIDP[0]='Spiros Georgaras ' preparerIDP[1]='Spiros Georgaras ' preparerIDP[2]='Spiros Georgaras ' # Specifies a text string that will be written into the volume # header. This should describe the publisher of the CD-ROM, # usually with a mailing address and phone number. There is space # on the disc for 128 characters of information. publisherP[0]='Spiros Georgaras ' publisherP[1]='Spiros Georgaras ' publisherP[2]='Spiros Georgaras ' # Specifies the volume ID (volume name or label) to be written into # the master block. There is space on the disc for 32 characters of # information. Note that if you assign a volume ID, this is the name # that will be used as the mount point used by the Solaris volume # management system and the name that is assigned to the disc on a # Microsoft Win32 or Apple Mac platform. volLabelP[0]=Clonezilla-SysRescCD volLabelP[1]=Clonezilla-SysRescCD volLabelP[2]=Clonezilla-SysRescCD