/[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 75 - (hide annotations)
Tue Jun 1 13:23:50 2010 UTC (13 years, 9 months ago) by sng
File size: 3101 byte(s)
- adjusting pages for SystemRescueCD 1.5.5
- updating documentation for SystemRescueCD 1.5.5
- updating trunk site

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26