]> git.pld-linux.org Git - projects/geninitrd.git/blob - ChangeLog
- ChangeLog update by changelog.sh
[projects/geninitrd.git] / ChangeLog
1 2003-08-23  Arkadiusz Patyk  <areq@pld-linux.org>
2
3         * geninitrd: - now pci.ide format is:
4         PCI_ids module_name vendor_name|device_name
5
6 2003-08-23  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
7
8         * geninitrd: - find proper max_kernel
9
10 2003-08-16  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
11
12         * geninitrd: - enable new raid_start available in latest busybox
13
14 2003-08-16  Micha³ Moskal  <malekith@pld-linux.org>
15
16         * geninitrd:
17         - create /dev/null (busybox seems to need it) and /dev/zero (just in case)
18
19         * geninitrd: - set -x seems to cause SEGV
20
21 2003-08-15  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
22
23         * geninitrd: - one more sbin->bin
24
25         * geninitrd:
26         - on 2.4 also load only module which is needed for mounting rootfs
27
28 2003-08-15  Micha³ Moskal  <malekith@pld-linux.org>
29
30         * geninitrd: - use mdadm not initrd-mdadm for scanning
31
32         * geninitrd: - fix syntax
33
34 2003-08-15  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
35
36         * geninitrd: - use mdadm.conf, too - then raidtab
37
38         * geninitrd: - initrd-busybox is in bin not sbin
39
40 2003-08-15  Micha³ Moskal  <malekith@pld-linux.org>
41
42         * geninitrd: - first try
43
44 2003-08-15  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
45
46         * geninitrd: - beginning of mdadm.conf support
47
48 2003-08-15  Micha³ Moskal  <malekith@pld-linux.org>
49
50         * geninitrd: - marged busybox version
51
52 2003-08-15  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
53
54         * geninitrd:
55         - on 2.5/2.6 with sysfs we are able to fount exactly which module is required to get rootfs controller working
56
57 2003-08-13  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
58
59         * geninitrd: - fix ataraid support
60
61 2003-08-11  Arkadiusz Patyk  <areq@pld-linux.org>
62
63         * geninitrd: - check if exist /proc/bus/pci/devices
64
65 2003-08-11  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
66
67         * geninitrd: - debug messages removed
68
69 2003-08-10  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
70
71         * geninitrd:
72         - same names caused variable covering and wrong results (fixed)
73         - don't try to load module unknown
74         - don't fail if modules not found (staticly compiled?)
75
76         * geninitrd:
77         - if no IDE module on disk then it's probably compiled into kernel so don't fail
78         - if PCI database not found then print warning
79
80 2003-08-10  Jan Rêkorajski  <baggins@pld-linux.org>
81
82         * TODO: - we need ide=reverse support
83
84         * geninitrd:
85         - when comparing pci IDs make sure they will be compared as strings
86
87         * geninitrd: - DO NOT sort driver modules, are you nuts?
88
89 2003-08-09  Arkadiusz Patyk  <areq@pld-linux.org>
90
91         * Attic/pci.ide: - move to pci-database
92
93         * geninitrd: - use PCI ids from pci-database
94
95 2003-08-09  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
96
97         * geninitrd: - find all PREIDEMODS
98
99 2003-08-08  Arkadiusz Patyk  <areq@pld-linux.org>
100
101         * Makefile:
102         - better check VERSION - don't need install rc-script, bsp in builder
103
104 2003-08-08  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
105
106         * geninitrd: - debug message removed
107
108         * Attic/pci.ide, geninitrd:
109         - support for automatic IDE module finding (needs testing)
110
111 2003-08-07  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
112
113         * geninitrd: - fix typo
114
115         * geninitrd: - added support for static mdadm
116
117 2003-07-17  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
118
119         * geninitrd:
120         - there is insmod.static.modutils not insmod.static.modprobe
121
122 2003-06-30  Artur Frysiak  <wiget@pld-linux.org>
123
124         * geninitrd: - use correct version of insmod.static
125
126 2003-04-09  Artur Frysiak  <wiget@pld-linux.org>
127
128         * geninitrd, geninitrd.8.xml:
129         - added --with-insmod-static to allow using /sbin/insmod.static if bsp internal insmod/insmod_ng is bugi
130         - use DocBook XML 4.2 for man page
131         - describe --with-insmod-static and Linux 2.5.x support
132         - small "despamification"
133
134 2003-02-19  Artur Frysiak  <wiget@pld-linux.org>
135
136         * geninitrd: - Linux 2.5.x support
137
138         * TODO: - and more things to do
139
140         * geninitrd.8.xml: - typo fixes
141
142 2002-11-27  Artur Frysiak  <wiget@pld-linux.org>
143
144         * geninitrd: - typo in LVM code
145
146 2002-11-26  Artur Frysiak  <wiget@pld-linux.org>
147
148         * geninitrd: - first version with LVM support but not yet fully tested
149
150         * lvm.todo: LVM implementation plan
151
152 2002-10-13  Witek Krêcicki  <adasi@pld-linux.org>
153
154         * geninitrd:  - fixed preload
155
156 2002-09-27  Artur Frysiak  <wiget@pld-linux.org>
157
158         * geninitrd.8.xml: - one more contributor
159
160         * geninitrd:
161         - support for gzipped modules (patch by Witold Filipczyk <witekfl@poczta.onet.pl>)
162         - use findfs from e2fsprogs (>= 1.28) to find root device if specified by UUID or LABEL
163
164 2002-09-06  Artur Frysiak  <wiget@pld-linux.org>
165
166         * geninitrd.8.xml: - not show almost empty hardware RAID desc
167
168         * geninitrd.8.xml:
169         - added some notes about SCSI, ATA RAID and hardware RAID support
170
171         * geninitrd: New features:
172         - ATA RAID support
173         Bugfixes:
174         - by default use raidstart (if needed)
175         - show raidstart related options in help message
176         - drop undocumented --use-raidstart switch
177
178 2002-03-25  Micha³ Moskal  <malekith@pld-linux.org>
179
180         * geninitrd:
181         - fixed raidstart (should work with real-soon-now-to-be-released version of
182           bsp)
183         - use bsp-raidless if not using raid
184
185 2002-03-13  Artur Frysiak  <wiget@pld-linux.org>
186
187         * Makefile: better make dist
188
189         * Makefile:
190         add geninitrd.8.xml to dist tarball and make geninitrd.8 from xml source
191
192         * Attic/geninitrd.8: this file are generated from xml source
193
194         * geninitrd.8.xml, Attic/geninitrd.8: typo
195
196         * geninitrd.8.xml: formating fixes
197
198         * geninitrd: UUID and LABEL support for ext3
199         fix displaying missing modules names
200
201 2002-03-07  Jakub Bogusz  <qboosh@pld-linux.org>
202
203         * geninitrd: - fixed raidstart (if raidstart bsp builtin works)
204
205 2002-03-07  Artur Frysiak  <wiget@pld-linux.org>
206
207         * geninitrd.8.xml: now is completed
208
209 2002-02-20  Artur Frysiak  <wiget@pld-linux.org>
210
211         * geninitrd.sysconfig: FS->INITRDFS
212
213 2002-02-20  Jakub Bogusz  <qboosh@pld-linux.org>
214
215         * geninitrd.sysconfig: - typo
216
217 2002-02-20  Artur Frysiak  <wiget@pld-linux.org>
218
219         * geninitrd: don't generate modules.dep
220
221 2002-02-20  Micha³ Moskal  <malekith@pld-linux.org>
222
223         * geninitrd: - run depmod, if modules.dep hasn't been found
224
225 2002-02-20  Artur Frysiak  <wiget@pld-linux.org>
226
227         * geninitrd: - --fs is back, but if used warning is writen
228
229 2002-02-19  Artur Frysiak  <wiget@pld-linux.org>
230
231         * Makefile: portability fix
232
233         * geninitrd.8.xml: - start rewrite documentation to XML Docbook.
234
235         * geninitrd: - drop trash support (trash is dead)
236         - rename --fs to --initrdfs (less confusion but incompatible change :( )
237         - new configuration option EXIT_IF_MISSING (is set to "no" then warn about missing modules but continue)
238         - disable root on loop device (need rewrite for bsp)
239
240         * TODO: total rewite plan
241
242 2002-01-29  Micha³ Moskal  <malekith@pld-linux.org>
243
244         * geninitrd: - depmod support added
245         - needs testing!
246
247 2002-01-17  Tomasz Pala  <gotar@pld-linux.org>
248
249         * Attic/geninitrd.8, geninitrd: - cosmetics.
250
251 2001-12-15  Pawe³ Go³aszewski  <blues@pld-linux.org>
252
253         * TODO: - one more
254
255         * geninitrd: - typo
256
257 2001-10-15  Artur Frysiak  <wiget@pld-linux.org>
258
259         * geninitrd: fixed typo reported by GoTaR <gotar@priv0.onet.pl>
260
261 2001-09-10  Artur Frysiak  <wiget@pld-linux.org>
262
263         * geninitrd: VERSION is *not* hardcoded
264
265 2001-09-07  kloczek  <kloczek@pld-linux.org>
266
267         * Makefile: - rename release target to dist.
268
269         * geninitrd: - hardcode VERSION (as 2.6)
270         - move initialize variables on top and few indentation.
271
272         * geninitrd.sysconfig: - uncomment using bsp by default.
273
274 2001-09-07  Artur Frysiak  <wiget@pld-linux.org>
275
276         * Makefile: fix typo
277         clean up
278
279         * Makefile, geninitrd: Use RCS Id as version number
280
281         * geninitrd: release 2.5 ready
282
283 2001-09-07  Pawe³ Go³aszewski  <blues@pld-linux.org>
284
285         * TODO, geninitrd.sysconfig:
286         - commented PREMODS added to sysconfig-file
287         - one more TODO
288
289 2001-07-06  Artur Frysiak  <wiget@pld-linux.org>
290
291         * TODO: one task done; one added
292
293 2001-07-04  kloczek  <kloczek@pld-linux.org>
294
295         * TODO: Answer for quesion.
296
297 2001-07-04  Artur Frysiak  <wiget@pld-linux.org>
298
299         * Makefile: version 2.4
300
301         * Attic/geninitrd.8: some options described
302
303         * TODO: more to do
304
305 2001-07-03  Artur Frysiak  <wiget@pld-linux.org>
306
307         * TODO: more tasks done
308
309         * Attic/geninitrd.8: - --omit-* options are removed
310
311         * TODO: some tasks done; new tasks added
312
313 2001-07-02  Micha³ Moskal  <malekith@pld-linux.org>
314
315         * Makefile: rel 2.3
316
317 2001-06-27  Artur Frysiak  <wiget@pld-linux.org>
318
319         * TODO: more to do
320
321         * TODO: UUID/LABEL support- done
322
323 2001-06-27  Bartosz Waszak  <waszi@pld-linux.org>
324
325         * TODO: - add support to LVM
326
327 2001-06-27  Artur Frysiak  <wiget@pld-linux.org>
328
329         * Attic/geninitrd.8: updated to geninitrd
330
331 2001-06-22  kloczek  <kloczek@pld-linux.org>
332
333         * TODO:
334         - fix bug: generate proper modules list if in fstab is use UUID or LABEL in
335           firs column.
336
337         * Makefile: - version 2.2.
338
339 2001-03-19  Micha³ Zawalich  <michuz@pld-linux.org>
340
341         * Makefile: - version 2.1
342         - this version works fine with 2.4.x
343
344 2001-01-30  kloczek  <kloczek@pld-linux.org>
345
346         * geninitrd.sysconfig:
347         - uncomment COMPRESS=yes, FS=rom, PROBESCSI=yes, PROBEIDE=yes, PROBERAID=yes
348
349 2001-01-17  Dariusz Karolczak  <inglod@pld-linux.org>
350
351         * TODO: - updated
352
353 2000-12-15  Micha³ Moskal  <malekith@pld-linux.org>
354
355         * geninitrd.sysconfig: Updated to use bsp.
356
357 2000-12-06  kloczek  <kloczek@pld-linux.org>
358
359         * Makefile: - version 1.2.
360
361 2000-11-30  Jan Rêkorajski  <baggins@pld-linux.org>
362
363         * Makefile: - version 1.1
364
365 2000-11-22  Jacek Konieczny  <jajcus@pld-linux.org>
366
367         * TODO: - updated
368
369 2000-11-16  Dariusz Karolczak  <inglod@pld-linux.org>
370
371         * TODO: *** empty log message ***
372
373 2000-11-14  Artur Frysiak  <wiget@pld-linux.org>
374
375         * Attic/geninitrd.8: - added cramfs support (untested)
376
377 2000-11-09  Jacek Konieczny  <jajcus@pld-linux.org>
378
379         * Attic/geninitrd.8, TODO, Makefile, geninitrd.sysconfig: New file.
380
This page took 0.107822 seconds and 4 git commands to generate.