/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/profiles.conf
ViewVC logotype

Annotation of /trunk/create-clonezilla-sysresccd/profiles.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 187 - (hide annotations)
Tue Aug 21 13:20:56 2012 UTC (11 years, 7 months ago) by sng
File size: 3019 byte(s)
First update after a long time
Preparing for 3.2.0 (again)

1 sng 47 # Profiles' names
2 sng 59 profile[0]=i686
3     profile[1]=i486
4     profile[2]=amd64
5 sng 47
6     # Location of the latest System Rescue CD ISO file
7 sng 187 sysCDP[0]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso
8     sysCDP[1]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso
9     sysCDP[2]=/all-users/liveCDs/SystemRescueCD/systemrescuecd-x86-2.8.1.iso
10 sng 47
11     # Location of the latest Clonezilla Live ISO file
12 sng 187 cloneCDP[0]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-i686-pae.iso
13     cloneCDP[1]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-i486.iso
14     cloneCDP[2]=/all-users/liveCDs/Clonezilla/clonezilla-live-1.2.12-67/clonezilla-live-1.2.12-67-amd64.iso
15 sng 47
16     # Location of the new isolinux/isolinux.cfg file
17 sng 93 cfgFileP[0]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz
18     cfgFileP[1]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz
19     cfgFileP[2]=/root/.clonezilla-sysresccd/files/menu-for-iso.tar.gz
20 sng 47
21     # Splash screen to use
22     # It must be a valid 640x480 32-bit png image
23 sng 84 splashP[0]='/root/.clonezilla-sysresccd/files/default-ocswp-i686.png'
24     splashP[1]='/root/.clonezilla-sysresccd/files/default-ocswp-i486.png'
25     splashP[2]='/root/.clonezilla-sysresccd/files/default-ocswp-amd64.png'
26 sng 47
27     # The output name of the program (ISO file) is:
28     # clonezilla-sysresccd-"$outName"-"$version".iso
29     # A good outName would be your name eg. 'spiros'
30     # So the ISO file would be named:
31     # clonezilla-sysresccd-spiros-"$version".iso
32 sng 187 outNameP[0]='i686-pae'
33 sng 62 outNameP[1]='i486'
34     outNameP[2]='amd64'
35 sng 47
36     # The name of a BASH script that will be executed
37     # just before mastering the CD, (actually just
38     # before the "splash screen" message is displayed
39     # to the user
40     exScriptP[0]=''
41     exScriptP[1]=''
42 sng 59 exScriptP[2]=''
43 sng 47
44    
45    
46     # CD info section
47    
48     # Specifies a text string that will be written into the volume
49     # header. This should describe the preparer of the CD-ROM,
50     # usually with a mailing address and phone number. There is space
51     # on the disc for 128 characters of information.
52     preparerIDP[0]='Spiros Georgaras <sng@hellug.gr>'
53     preparerIDP[1]='Spiros Georgaras <sng@hellug.gr>'
54 sng 59 preparerIDP[2]='Spiros Georgaras <sng@hellug.gr>'
55 sng 47
56     # Specifies a text string that will be written into the volume
57     # header. This should describe the publisher of the CD-ROM,
58     # usually with a mailing address and phone number. There is space
59     # on the disc for 128 characters of information.
60     publisherP[0]='Spiros Georgaras <sng@hellug.gr>'
61     publisherP[1]='Spiros Georgaras <sng@hellug.gr>'
62 sng 59 publisherP[2]='Spiros Georgaras <sng@hellug.gr>'
63 sng 47
64     # Specifies the volume ID (volume name or label) to be written into
65     # the master block. There is space on the disc for 32 characters of
66     # information. Note that if you assign a volume ID, this is the name
67     # that will be used as the mount point used by the Solaris volume
68     # management system and the name that is assigned to the disc on a
69     # Microsoft Win32 or Apple Mac platform.
70     volLabelP[0]=Clonezilla-SysRescCD
71     volLabelP[1]=Clonezilla-SysRescCD
72 sng 59 volLabelP[2]=Clonezilla-SysRescCD

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26