summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
blob: 933ad532799ec61a6a28315728cb7f522172fae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
2007-07-18  Daniel Baumann  <daniel@debian.org>

	* docs/parameters.txt:
	  - Added values for vga parameter.
	* scripts/live:
	  - Added patch from Thomas Lange <lange@informatik.uni-koeln.de> to
	    respect rootserver name from dhcp.
	* Uploaded 1.91.5-1.

2007-07-12  Daniel Baumann  <daniel@debian.org>

	* bin/live-snapshot, scripts/live:
	  - Moved /cow to /live/cow.
	* scripts/live, scripts/live-bottom/01integrity_check, 05mountpoints:
	  - Moved /live_media to /live/image.
	* Uploaded 1.91.4-1.

2007-07-07  Daniel Baumann  <daniel@debian.org>

	* scripts/live:
	  - Added debug parameter.

2007-06-31  Daniel Baumann  <daniel@debian.org>

	* scripts/live:
	  - Added patch from Julian Andres Klode <jak@jak-linux.org> to add
	    support for aufs.
	* hooks/live, manpage/live-initramfs.en.7, scripts/live-bottom/12fstab:
	  - Added aufs support.
	* Uploaded 1.91.3-1.

2007-06-30  Daniel Baumann  <daniel@debian.org>

	* scripts/live-bottom/12fstab:
	  - Added disabling of /etc/init.d/checkfs.sh to avoid file systemcheck
	    at boot time. Added nofastboot parameter to be able to change that.
	  - Disabled removal of checkroot.sh.

2007-06-28  Daniel Baumann  <daniel@debian.org>

	* Applied patch from Mathieu Geli <mathieu.geli@gmail.com> to set the
	  timezone with a boot parameter.

2007-06-25  Daniel Baumann  <daniel@debian.org>

	* scripts/live:
	  - Added missing nfsopts boot parameter.
	  - Changed default module name from 'order' to 'filesystem'.
	  - Changed module extension from '.lst' to '.module'.
	  - Check not just for $MODULE.module, but also
	    filesystem.$MODULE.module
	  - Cleaned up parse_cmdline and is_live_path functions.
	* debian/control, debian/live-initramfs.init,
	  scripts/live-premount/10driver_updates:
	  - Moving eject to recommends.
	  - Added checks for eject existence.
	* Uploaded 1.91.2-1.

2007-06-17  Daniel Baumann  <daniel@debian.org>

	* debian/live-initramfs.postinst:
	  - Made update-initramfs call conditional as suggested by Thomas Lange
	    <lange@informatik.uni-koeln.de>.
	* debian/live-initramfs.postrm:
	  - Added update-initramfs call to cleanup.

2007-06-17  Daniel Baumann  <daniel@debiann.org>

	* Added patch from Thomas Lange <lange@informatik.uni-koeln.de> to
	  properly load ide-generic after udev.
	* Uploaded 1.91.1-1.

2007-06-15  Daniel Baumann  <daniel@debian.org>

	* Merging changes from casper 1.91.

2007-06-14  Daniel Baumann  <daniel@debian.org>

	* scripts/live-bottom/18hostname:
	 - Appending to /etc/hosts to not overwrite custom settings.

2007-06-08  Daniel Baumann  <daniel@debian.org>

	* Merging changes from casper 1.88.
	* Merging changes from casper 1.90.
	* hooks/live:
	  - Added force loading of ide-generic module. It is required on some
	    systems to boot (reported as needed also for some qemu versions).
	* Uploaded 1.90.1-1.

2007-06-04  Daniel Baumann  <daniel@debian.org>

	* Uploaded 1.87.6-1.

2007-05-28  Daniel Baumann  <daniel@debian.org>

	* scripts/live-bottom/42apt_upgrade:
	  - Moved to dedicated live-initscripts package.

2007-05-24  Daniel Baumann  <daniel@debian.org>

	* debian/control:
	  - Added casper transitional package.
	  - Removed usplash conflicts.
	* scripts/live-bottom/42apt_upgrade:
	  - Added, idea taken from Kais webconverger.
	* Uploaded 1.87.5-1.

2007-05-23  Daniel Baumann  <daniel@debian.org>

	* scripts/*:
	  - Minor code cleanup.

2007-05-18  Daniel Baumann  <daniel@debian.org>

	* scripts/live, scripts/live-bottom/05mountpoints:
	  - Replaced 'mount -o move' with 'mount --move'.
	* scripts/live, scripts/live-bottom/10adduser:
	  - Added check for 'nosudo' bootparameter to disable automatic
	    sudo configuration.
	* scripts/live, scripts/live-bottom/13swap:
	  - Renamed 'swapoff' parameter to 'noswap'.
	* scripts/live, scripts/live-bottom/15autologin:
	  - Added check for 'noxautologin' bootparameter to disable automatic
	    gdm/kdm login.
	* scripts/live, scripts/live-bottom/25configure_init:
	  - Added check for 'noautologin' bootparameter to disable automatic
	    terminal login.
	* bin/live-snapshot, scripts/live, scripts/live-helpers:
	  - Also recognize ext3, but treat it like ext2.
	* Uploaded 1.87.4-1.

2007-05-12  Daniel Baumann  <daniel@debian.org>

	* scripts/live-bottom/*:
	  - Added generic header.

2007-05-12  Daniel Baumann  <daniel@debian.org>

	* scripts/live:
	  - Renamed CASPERCONF to LIVECONF.
	  - Renamed CASPERGETTY to LIVE_GETTY.
	  - Renamed LIVEMEDIA_* to LIVE_MEDIA_*.
	* Uploaded 1.87.3-1.

2007-05-11  Daniel Baumann  <daniel@debian.org>

	* hooks/live:
	  - Reformated.
	* scripts/live, scripts/live-bottom/13swap:
	  - Added check for swapoff bootparameter to disable usage of local swap
	    partitions.

2007-05-09  Daniel Baumann  <daniel@debian.org>

	* manpages/*:
	  - Added language suffix.
	  - Partially rewritten and reformated.

2007-05-08  Daniel Baumann  <daniel@debian.org>

	* Makefile, doc/AUTHORS, doc/CREDITS:
	  - Added.
	* doc:
	  - Renamed to docs.

2007-05-07  Daniel Baumann  <daniel@debian.org>

	* debian/control:
	  - Added suggests to genext2fs and squashfs-tools.
	  - Removed depends to dmsetup.
	* scripts/live-bottom/10adduser:
	  - Added patch from Ben Armstrong <synrg@debian.org> to write
	    $HOME/.su-to-rootrc file.
	* scripts/live, scripts/live-bottom/21xvideomode:
	  - Added patch from Mathieu Geli <mathieu.geli@gmail.com> to have the
	    ability to force X video mode from kernel append line.

2007-05-06  Daniel Baumann  <daniel@debian.org>

	* Merging patches from casper 1.81+debian-4, see ChangeLog.casper.
	* conf/live.conf:
	  - Renamed HOST to HOSTNAME.
	* debian/init:
	  - Added quickreboot.
	  - Renamed /cdrom to /live_media.
	* doc/ChangeLog.casper:
	  - Added missing debian uploads.
	* manpages/live-initramfs.7:
	  - Updated.
	* hooks/live:
	  - Reading live.conf earlier.
	  - Making some udev copies conditional for ubuntu.
	  - Allowing local keymap when using encrypted filesystems.
	* scripts/live:
	  - Renamed HOST to HOSTNAME.
	  - Renamed /cdrom to /live_media.
	  - Added support for live-snapshot.
	  - Parsing commandline in one central place now.
	  - Added support for encrypted filesytem images.
	  - Added support for multiple filesystem images.
	* scripts/live-bottom/01integrity_check:
	  - Renamed /cdrom to /live_media.
	* scripts/live-bottom/02etc_live_conf:
	  - Added.
	* scripts/live-bottom/05mountpoints:
	  - Renamed /cdrom to /live_media.
	  - Don't do anything if not required.
	* scripts/live-bottom/10adduser:
	  - Changed default password.
	  - Disabling xscreensaver locking and copying ubiquity desktop only on
	    ubuntu.
	* scripts/live-bottom/14locales:
	  - Added handling of locale bootparameter.
	* scripts/live-bottom/15autologin:
	  - Added workaround for using gdm default config.
	* scripts/live-bottom/18hostname:
	  - Renamed HOST to HOSTNAME.
	* scripts/live-bottom/19keyboard:
	  - Added handling of keyboard bootparameter.
	* scripts/live-bottom/20xconfig:
	  - Added handling of keyboard bootparameter.
	  - Added handling of locale bootparameter.
	* scripts/live-bottom/23networking:
	  - Disabled loop over fixed network devices.
	* scripts/live-bottom/24preseed:
	  - Added handling of multiple preseeding files.
	  - Removed locale handling.
	* scripts/live-bottom/25configure_init:
	  - Added handling of serial ttys.
	* scripts/live-bottom/30accessibility:
	  - Removed extra parsing of commandline.
	* scripts/live-functions:
	  - Added function to really export variables.
	* scripts/live-helpers:
	  - Added support for encrypted filesytem images.

2007-05-06  Daniel Baumann  <daniel@debian.org>

	* bin/casper-getty, casper-login, casper-preseed, casper-reconfigure,
	  casper-snapshot:
	  - Renamed to live-*.
	* casper-md5check:
	  - Moved to bin.
	  - Renamed to live-md5check.
	* casper.conf:
	  - Moved to conf/live.conf.
	* caspermon:
	  - Removed.
	* hooks/casper, scripts/casper, casper-bottom, casper-functions,
	  casper-helpers, casper-premount:
	  - Renamed to live*.
	* bin/live-getty, live-login:
	  - Reformated.
	* conf/live.conf:
	  - Reformated.
	  - Setting Debian defaults.
	* bin/live-snapshot, debian/dirs, debian/install, debian/rules,
	  hooks/live, scripts/live:
	  - Replaces casper directory and file names with live-initramfs
	    directory and file names.
	* debian/manpage:
	  - Moved to manpages.
	  - Renamed casper.7 to live-initramfs.7.
	  - Renamed casper-snapshot.1 to live-snapshot.1.
	* debian/init:
	  - Changed activation parameter from boot=casper to boot=live.
	* scripts/live-bottom/02_timezone:
	  - Fixed wrong script description.
	* Uploaded 1.87.2-1.

2007-04-30  Daniel Baumann  <daniel@debian.org>

	* Forked casper 1.87.
	* COPYING:
	  - Added.
	* debian/control, debian/ubiquity-casper.install, ubiquity-hooks:
	  - Removed ubiquity support.
	* debian/changelog:
	  - Moved old changelog to doc/ChangeLog.casper.
	  - Added new changelog for live-initramfs.
	* debian/casper.dirs, casper.init, casper.install, casper.manpages,
	  casper.postinst:
	  - Renamed, removed packagename prefix from filename.
	* debian/compat, copyright, dirs, manpages:
	  - Updated.
	* debian/examples, links:
	  - Added.
	* debian/rules:
	  - Updated.
	  - Added upstream target.
	* debian/control:
	  - Updated.
	  - Added depends to file.
	  - Added conflicts/replaces to casper.
	* debian/postinst:
	  - Running 'update-initramfs' for all kernel versions instead of latest
	    only.
	* Uploaded 1.87.1-1.