--- trunk/create-clonezilla-sysresccd/profiles.conf 2010/05/20 15:43:26 49 +++ trunk/create-clonezilla-sysresccd/profiles.conf 2010/05/25 13:31:38 59 @@ -1,31 +1,46 @@ # Profiles' names -profile[0]=Full -profile[1]='Backup/Restore' +profile[0]=i686 +profile[1]=i486 +profile[2]=amd64 # Location of the latest System Rescue CD ISO file sysCDP[0]=/all-users/liveCDs/systemrescuecd-x86-1.5.3.iso sysCDP[1]=/all-users/liveCDs/systemrescuecd-x86-1.5.3.iso +sysCDP[2]=/all-users/liveCDs/systemrescuecd-x86-1.5.3.iso # Location of the latest Clonezilla Live ISO file -cloneCDP[0]=/all-users/liveCDs/clonezilla-live-1.2.1-39.iso -cloneCDP[1]=/all-users/liveCDs/clonezilla-live-1.2.1-39.iso +cloneCDP[0]=/all-users/liveCDs/clonezilla-1.2.5-17/clonezilla-live-1.2.5-17-i686.iso +cloneCDP[1]=/all-users/liveCDs/clonezilla-1.2.5-17/clonezilla-live-1.2.5-17-i486.iso +cloneCDP[2]=/all-users/liveCDs/clonezilla-1.2.5-17/clonezilla-live-1.2.5-17-amd64.iso # Location of the new isolinux/isolinux.cfg file cfgFileP[0]=/root/.clonezilla-sysresccd/files/menu-iso.tar.gz -cfgFileP[1]=/root/.clonezilla-sysresccd/files/isolinux-minimal.cfg +cfgFileP[1]=/root/.clonezilla-sysresccd/files/menu-iso.tar.gz +cfgFileP[2]=/root/.clonezilla-sysresccd/files/menu-iso.tar.gz # Splash screen to use # It must be a valid 640x480 32-bit png image splashP[0]='' splashP[1]='' +splashP[2]='' + +# The variable DebianLiveFolderP 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 +#DebianLiveFolderP[0]="$HOME"/debian-live +#DebianLiveFolderP[1]="$HOME"/debian-live # 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]='full' -outNameP[1]='' +outNameP[0]='full-mod-i686' +outNameP[1]='full-mod-i486' +outNameP[2]='full-mod-amd64' # The name of a BASH script that will be executed # just before mastering the CD, (actually just @@ -33,6 +48,7 @@ # to the user exScriptP[0]='' exScriptP[1]='' +exScriptP[2]='' @@ -44,6 +60,7 @@ # 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, @@ -51,6 +68,7 @@ # 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 @@ -60,3 +78,4 @@ # Microsoft Win32 or Apple Mac platform. volLabelP[0]=Clonezilla-SysRescCD volLabelP[1]=Clonezilla-SysRescCD +volLabelP[2]=Clonezilla-SysRescCD