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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Thu May 20 12:12:53 2010 UTC (13 years, 10 months ago) by sng
File size: 2660 byte(s)
adding release scripts

1 # Profiles' names
2 profile[0]=Full
3 profile[1]='Backup/Restore'
4
5 # Location of the latest System Rescue CD ISO file
6 sysCDP[0]=/all-users/liveCDs/systemrescuecd-x86-1.1.4.iso
7 sysCDP[1]=/all-users/liveCDs/systemrescuecd-x86-1.1.4.iso
8
9 # Location of the latest Clonezilla Live ISO file
10 cloneCDP[0]=/all-users/liveCDs/clonezilla-live-1.2.1-39.iso
11 cloneCDP[1]=/all-users/liveCDs/clonezilla-live-1.2.1-39.iso
12
13 # Location of the new isolinux/isolinux.cfg file
14 cfgFileP[0]=/root/.clonezilla-sysresccd/files/isolinux-full.cfg
15 cfgFileP[1]=/root/.clonezilla-sysresccd/files/isolinux-minimal.cfg
16
17 # Splash screen to use
18 # It must be a valid 640x480 32-bit png image
19 splashP[0]=''
20 splashP[1]=''
21
22 # The variable DebianLiveFolderP points either to
23 # the folder where the files unifont.bgf and debian-live-for-ocs.iso
24 # reside, or the files files.tar.gz (which contains unifont.bgf and
25 # debian-live-for-ocs.iso) can be found
26 # NOTE: Introduced in v 1.3.0
27 # Not used in v 3.1.0
28 #DebianLiveFolderP[0]="$HOME"/debian-live
29 #DebianLiveFolderP[1]="$HOME"/debian-live
30
31 # The output name of the program (ISO file) is:
32 # clonezilla-sysresccd-"$outName"-"$version".iso
33 # A good outName would be your name eg. 'spiros'
34 # So the ISO file would be named:
35 # clonezilla-sysresccd-spiros-"$version".iso
36 outNameP[0]='full'
37 outNameP[1]=''
38
39 # The name of a BASH script that will be executed
40 # just before mastering the CD, (actually just
41 # before the "splash screen" message is displayed
42 # to the user
43 exScriptP[0]=''
44 exScriptP[1]=''
45
46
47
48 # CD info section
49
50 # Specifies a text string that will be written into the volume
51 # header. This should describe the preparer of the CD-ROM,
52 # usually with a mailing address and phone number. There is space
53 # on the disc for 128 characters of information.
54 preparerIDP[0]='Spiros Georgaras <sng@hellug.gr>'
55 preparerIDP[1]='Spiros Georgaras <sng@hellug.gr>'
56
57 # Specifies a text string that will be written into the volume
58 # header. This should describe the publisher 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 publisherP[0]='Spiros Georgaras <sng@hellug.gr>'
62 publisherP[1]='Spiros Georgaras <sng@hellug.gr>'
63
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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26