/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/ChangeLog
ViewVC logotype

Annotation of /trunk/create-clonezilla-sysresccd/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (hide annotations)
Wed May 26 13:14:04 2010 UTC (13 years, 10 months ago) by sng
File size: 5692 byte(s)
patch-clonezilla-sysresccd: adding working file (.sh) to svn - removing final file
1 sng 47 xx/xx/10 - Version 3.1.0
2 sng 60 - Clonezilla Live updated to version 1.2.5-17
3 sng 47 - SystemRescueCD updated to version 1.5.3
4 sng 60 - Super Grub Disk updated to version 0.9799
5 sng 47 - Smart Boot Manager was added to the Tools section
6     - Added floppy disk imaging s/w was added
7 sng 62 - Added auto mode (parameter -a) to script
8     create-clonezilla-sysresccd
9 sng 47
10     02/07/08 - Version 2.6.0
11     - Clonezilla Live updated to version 1.1.0-8
12     - SystemRescueCD updated to version 1.0.4
13     - Super Grub Disk updated to version 0.9726
14    
15     11/04/2008 - Version 2.5.0
16     - Clonezilla Live updated to version 1.0.10-8
17     - SystemRescueCD updated to version 1.0.1
18     - Super Grub Disk updated to version 0.9701
19    
20     07/03/2008 - Version 2.4.0
21     - Clonezilla Live updated to version 1.0.9-19
22    
23     07/03/2008 - Version 2.3.0
24     - SystemRescueCD updated to version 1.0.0
25     - Added two command line parameters to ocs-iso, used in auto restore DVD
26     mastering. More info: http://clonezilla-sysresccd.hellug.gr/restore.html#usbKeyboard
27     - Fixed the create-clonezilla-sysresccd installation problem
28     Thanks to Chris Rehder
29    
30     22/02/2008 - Version 2.2.0
31     - Clonezilla Live updated to version 1.0.9-10
32     - Updated script reloc-img to support remote images (through samba and nfs)
33     - Added patch-clonezilla-sysresccd, a script that can be used to
34     customize an existing Clonezilla-SysRescCD ISO file
35    
36     22/01/2008 - Version 2.1.0
37     - System Rescue CD updated to version 0.4.3
38     - Super Grub Disk updated to version 0.9677
39    
40     11/12/2007 - Version 1.4.0
41     - A script to help relocate a Clonezilla image file during restoration
42     hase been added to Clonezilla Live. The script (called reloc-img) uses
43     a curses like interface, which is similar to Clonezilla's interface
44    
45     01/11/2007 - Version 1.3.0
46     - Changed the splash screen tool selection interface
47     A navigation menu scheme has been adopted
48     - Removed ranish.img from the CD
49     The Ranish Partition Manager has been integrated into FreeDos
50     This is because of the fact that Ranish Partition Manager would not
51     execute as a standalone floppy image
52     - Added "Super Grub Disk" to the available tools
53     http://supergrub.forjamari.linex.org/?section=home
54     The floppy image provided by "Super Grub Disk" (english version)
55     has been added to the source tarball
56     - Script continue-multi-cd (SysRescCD) updated to v 2.0.0
57     Use "continue-multi-cd -h" to see the new interface
58     - Fixed a minor bug in script what-cd
59     - All the files needed for CD creation have been included in the
60     source tarball. This way the user will only have to download the
61     debian live ISO file, in order to create Clonezilla-SysRescCD.
62     The debian live ISO file has not been included because of its size
63     (~ 79 MB), which would make the source tarball too big.
64     The files can be fount in /root/.clonezilla-sysresccd/files
65     - All cfg files have been moved to /root/.clonezilla-sysresccd/files
66     If you are upgrading from a previous version, please delete/move
67     these files, and adjust your configuration files (conf files)
68     - A new variable has been inserted to the configuration files (named
69     DebianLiveFolder in clonezilla-sysresccd.conf and DebianLiveFolderP
70     in profiles.conf). This variable should point to the folder where
71     the debian live ISO has been saved. If you are upgrading from a
72     previous version, please adjust your configuration files (conf files)
73     - Added support to script clonezilla-sysresccd for compressed (tar.gz)
74     isolinux configuration files, in order to implement menus
75    
76     07/10/2007 - Version 1.2.0
77     - Added script continue-multi-cd to SysRescCD
78     This script makes it easy to continue a multi session CD
79    
80     24/09/2007 - Version 1.1.0
81     - Minor changes (cfg files)
82    
83     06/09/2007 - Version 1.0.0
84     - Added the options -A and -W to script ocs-iso (clonezilla Live).
85     Syntax:
86     /opt/drbl/sbin/ocs-iso/ -A "ocs-rs command"
87     /opt/drbl/sbin/ocs-iso/ -W "ocs-rs command" [image file]
88     Both options set up the restore CD/DVD for automatic image
89     restoration. The difference is that when using the -W option
90     the image [image file] is appended in the ISO file (maximum
91     4.4BG). When -A is used, the image file will be appanded to
92     the CD/DVD, after the ISO file created by this command is
93     burnt, using growisofs -M ... (maximum 8GB).
94     - Added the option -o to script ocs-iso (clonezilla Live).
95     Specifies the ISO file name to use when -A, -W options are used
96     - Added the options -V and -P to script ocs-iso (clonezilla Live).
97     The user creating a restore CD/DVD can now specify its Volume
98     ID and Publisher ID, respectively.
99     - Added the option -I to script ocs-iso (Clonezilla Live).
100     Specifies the user selectable menu item title of the main screen
101     of a restore CD/DVD. Applicable only with options -w and -a
102     - Added the script what-cd to sysresccd.
103     This script will identify the CDs present on a pc, and report the
104     device name of the writer (if any)
105     - Added a copy of the "clonezilla-sysresccd" site to the CD. In
106     this way the documentation will be available at all times
107     - Added -x option to create-clonezilla-sysresccd
108     This way you can write a BASH script that will be executed
109     just before mastering the "clonezilla-sysresccd" (using
110     mkisofs).
111    
112     12/08/2007 - Version 0.2
113     - Moolti boot Rescue CD contains customized versions of the original
114     CDs. More info in page "Custom CDs"
115     http://members.hellug.gr/sng/custom-cd.html
116     - Fixed a bug that would appear when option -b would be used without
117     any other options. Then create-clonezilla-sysresccd would not be
118     able to get the ISO file name
119    
120     24/07/2007 - Version 0.1.1
121     - Fixed a script installation bug that might lead to
122     non executable installed script
123    
124     10/08/2007 - Initial release 0.1.2
125     - Using modified versions of the original CDs

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26