Adding live-initramfs 1.91.1-1.
[live-boot-grml.git] / docs / ChangeLog
1 2007-06-17  Daniel Baumann  <daniel@debiann.org>
2
3         * Added patch from Thomas Lange <lange@informatik.uni-koeln.de> to
4           properly load ide-generic after udev.
5
6 2007-06-15  Daniel Baumann  <daniel@debian.org>
7
8         * Merging changes from casper 1.91.
9
10 2007-06-14  Daniel Baumann  <daniel@debian.org>
11
12         * scripts/live-bottom/18hostname:
13          - Appending to /etc/hosts to not overwrite custom settings.
14
15 2007-06-08  Daniel Baumann  <daniel@debian.org>
16
17         * Merging changes from casper 1.88.
18         * Merging changes from casper 1.90.
19         * hooks/live:
20           - Added force loading of ide-generic module. It is required on some
21             systems to boot (reported as needed also for some qemu versions).
22         * Uploaded 1.90.1-1.
23
24 2007-06-04  Daniel Baumann  <daniel@debian.org>
25
26         * Uploaded 1.87.6-1.
27
28 2007-05-28  Daniel Baumann  <daniel@debian.org>
29
30         * scripts/live-bottom/42apt_upgrade:
31           - Moved to dedicated live-sysvinit package.
32
33 2007-05-24  Daniel Baumann  <daniel@debian.org>
34
35         * debian/control:
36           - Added casper transitional package.
37           - Removed usplash conflicts.
38         * scripts/live-bottom/42apt_upgrade:
39           - Added, idea taken from Kais webconverger.
40         * Uploaded 1.87.5-1.
41
42 2007-05-23  Daniel Baumann  <daniel@debian.org>
43
44         * scripts/*:
45           - Minor code cleanup.
46
47 2007-05-18  Daniel Baumann  <daniel@debian.org>
48
49         * scripts/live, scripts/live-bottom/05mountpoints:
50           - Replaced 'mount -o move' with 'mount --move'.
51         * scripts/live, scripts/live-bottom/10adduser:
52           - Added check for 'nosudo' bootparameter to disable automatic
53             sudo configuration.
54         * scripts/live, scripts/live-bottom/13swap:
55           - Renamed 'swapoff' parameter to 'noswap'.
56         * scripts/live, scripts/live-bottom/15autologin:
57           - Added check for 'noxautologin' bootparameter to disable automatic
58             gdm/kdm login.
59         * scripts/live, scripts/live-bottom/25configure_init:
60           - Added check for 'noautologin' bootparameter to disable automatic
61             terminal login.
62         * bin/live-snapshot, scripts/live, scripts/live-helpers:
63           - Also recognize ext3, but treat it like ext2.
64         * Uploaded 1.87.4-1.
65
66 2007-05-12  Daniel Baumann  <daniel@debian.org>
67
68         * scripts/live-bottom/*:
69           - Added generic header.
70
71 2007-05-12  Daniel Baumann  <daniel@debian.org>
72
73         * scripts/live:
74           - Renamed CASPERCONF to LIVECONF.
75           - Renamed CASPERGETTY to LIVE_GETTY.
76           - Renamed LIVEMEDIA_* to LIVE_MEDIA_*.
77         * Uploaded 1.87.3-1.
78
79 2007-05-11  Daniel Baumann  <daniel@debian.org>
80
81         * hooks/live:
82           - Reformated.
83         * scripts/live, scripts/live-bottom/13swap:
84           - Added check for swapoff bootparameter to disable usage of local swap
85             partitions.
86
87 2007-05-09  Daniel Baumann  <daniel@debian.org>
88
89         * manpages/*:
90           - Added language suffix.
91           - Partially rewritten and reformated.
92
93 2007-05-08  Daniel Baumann  <daniel@debian.org>
94
95         * Makefile, doc/AUTHORS, doc/CREDITS:
96           - Added.
97         * doc:
98           - Renamed to docs.
99
100 2007-05-07  Daniel Baumann  <daniel@debian.org>
101
102         * debian/control:
103           - Added suggests to genext2fs and squashfs-tools.
104           - Removed depends to dmsetup.
105         * scripts/live-bottom/10adduser:
106           - Added patch from Ben Armstrong <synrg@debian.org> to write
107             $HOME/.su-to-rootrc file.
108         * scripts/live, scripts/live-bottom/21xvideomode:
109           - Added patch from Mathieu Geli <mathieu.geli@gmail.com> to have the
110             ability to force X video mode from kernel append line.
111
112 2007-05-06  Daniel Baumann  <daniel@debian.org>
113
114         * Merging patches from casper 1.81+debian-4, see ChangeLog.casper.
115         * conf/live.conf:
116           - Renamed HOST to HOSTNAME.
117         * debian/init:
118           - Added quickreboot.
119           - Renamed /cdrom to /live_media.
120         * doc/ChangeLog.casper:
121           - Added missing debian uploads.
122         * manpages/live-initramfs.7:
123           - Updated.
124         * hooks/live:
125           - Reading live.conf earlier.
126           - Making some udev copies conditional for ubuntu.
127           - Allowing local keymap when using encrypted filesystems.
128         * scripts/live:
129           - Renamed HOST to HOSTNAME.
130           - Renamed /cdrom to /live_media.
131           - Added support for live-snapshot.
132           - Parsing commandline in one central place now.
133           - Added support for encrypted filesytem images.
134           - Added support for multiple filesystem images.
135         * scripts/live-bottom/01integrity_check:
136           - Renamed /cdrom to /live_media.
137         * scripts/live-bottom/02etc_live_conf:
138           - Added.
139         * scripts/live-bottom/05mountpoints:
140           - Renamed /cdrom to /live_media.
141           - Don't do anything if not required.
142         * scripts/live-bottom/10adduser:
143           - Changed default password.
144           - Disabling xscreensaver locking and copying ubiquity desktop only on
145             ubuntu.
146         * scripts/live-bottom/14locales:
147           - Added handling of locale bootparameter.
148         * scripts/live-bottom/15autologin:
149           - Added workaround for using gdm default config.
150         * scripts/live-bottom/18hostname:
151           - Renamed HOST to HOSTNAME.
152         * scripts/live-bottom/19keyboard:
153           - Added handling of keyboard bootparameter.
154         * scripts/live-bottom/20xconfig:
155           - Added handling of keyboard bootparameter.
156           - Added handling of locale bootparameter.
157         * scripts/live-bottom/23networking:
158           - Disabled loop over fixed network devices.
159         * scripts/live-bottom/24preseed:
160           - Added handling of multiple preseeding files.
161           - Removed locale handling.
162         * scripts/live-bottom/25configure_init:
163           - Added handling of serial ttys.
164         * scripts/live-bottom/30accessibility:
165           - Removed extra parsing of commandline.
166         * scripts/live-functions:
167           - Added function to really export variables.
168         * scripts/live-helpers:
169           - Added support for encrypted filesytem images.
170
171 2007-05-06  Daniel Baumann  <daniel@debian.org>
172
173         * bin/casper-getty, casper-login, casper-preseed, casper-reconfigure,
174           casper-snapshot:
175           - Renamed to live-*.
176         * casper-md5check:
177           - Moved to bin.
178           - Renamed to live-md5check.
179         * casper.conf:
180           - Moved to conf/live.conf.
181         * caspermon:
182           - Removed.
183         * hooks/casper, scripts/casper, casper-bottom, casper-functions,
184           casper-helpers, casper-premount:
185           - Renamed to live*.
186         * bin/live-getty, live-login:
187           - Reformated.
188         * conf/live.conf:
189           - Reformated.
190           - Setting Debian defaults.
191         * bin/live-snapshot, debian/dirs, debian/install, debian/rules,
192           hooks/live, scripts/live:
193           - Replaces casper directory and file names with live-initramfs
194             directory and file names.
195         * debian/manpage:
196           - Moved to manpages.
197           - Renamed casper.7 to live-initramfs.7.
198           - Renamed casper-snapshot.1 to live-snapshot.1.
199         * debian/init:
200           - Changed activation parameter from boot=casper to boot=live.
201         * scripts/live-bottom/02_timezone:
202           - Fixed wrong script description.
203         * Uploaded 1.87.2-1.
204
205 2007-04-30  Daniel Baumann  <daniel@debian.org>
206
207         * Forked casper 1.87.
208         * COPYING:
209           - Added.
210         * debian/control, debian/ubiquity-casper.install, ubiquity-hooks:
211           - Removed ubiquity support.
212         * debian/changelog:
213           - Moved old changelog to doc/ChangeLog.casper.
214           - Added new changelog for live-initramfs.
215         * debian/casper.dirs, casper.init, casper.install, casper.manpages,
216           casper.postinst:
217           - Renamed, removed packagename prefix from filename.
218         * debian/compat, copyright, dirs, manpages:
219           - Updated.
220         * debian/examples, links:
221           - Added.
222         * debian/rules:
223           - Updated.
224           - Added upstream target.
225         * debian/control:
226           - Updated.
227           - Added depends to file.
228           - Added conflicts/replaces to casper.
229         * debian/postinst:
230           - Running 'update-initramfs' for all kernel versions instead of latest
231             only.
232         * Uploaded 1.87.1-1.