# Location of the latest System Rescue CD ISO file sysCD=/all-users/liveCDs/systemrescuecd-x86-2.8.1.iso # Location of the latest Clonezilla Live ISO file cloneCD=/all-users/liveCDs/Clonezilla/clonezilla-1.2.12-67/clonezilla-live-1.2.12-67-i486.iso # Location of the new isolinux/isolinux.cfg file # Change it at your own risk!!! cfgFile=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz # Splash screen to use # It must be a valid 640x480 32-bit png image splash=/root/.clonezilla-sysresccd/files/default-ocswp-i486.png # The variable DebianLiveFolder points either to # the folder where the files unifont.bgf and debian-live-for-ocs.iso # reside, or the files files.tar.gz (which contains unifont.bgf and # debian-live-for-ocs.iso) can be found # NOTE: Introduced in v 1.3.0 # Not used in v 3.1.0 #DebianLiveFolder=/home/spiros/multibootcd/nodist-files # 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 outName='i486' # 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 exScript='' # 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. preparerID='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. publisher='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. volLabel=Clonezilla-SysRescCD