]> git.pld-linux.org Git - projects/geninitrd.git/blob - ChangeLog
- 9000.15
[projects/geninitrd.git] / ChangeLog
1 2008-08-06 08:48 +0000 [r9853]  Marcin Król <hawk/at/pld-linux.org>
2
3         * geninitrd: - /dev/rd -> /dev/rd/, /dev/ida -> /dev/ida/, fixes
4           initrd generation on these arrays (they were treated as LVM)
5
6 2008-07-18 19:09 +0000 [r9848]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7
8         * geninitrd: Use xargs when finding devices in mdadm.conf. Will
9           avoid finding 'partitions ' (with space).
10
11 2008-07-15 12:27 +0000 [r9843]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
12
13         * geninitrd: Lilo always passes root=XYZ where XYZ is major/minor
14           of the device. In lvm case this is useless. We use hardcoded
15           ROOTDEV then unless user specifies own root=/some/cool/device
16           from cmdline (and not from lilo).
17
18 2008-07-15 08:27 +0000 [r9842]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
19
20         * geninitrd: Always force firmware install.
21
22 2008-07-05 22:06 +0000 [r9840]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
23
24         * Makefile, geninitrd: inst_d already handles destdir.
25
26 2008-07-05 20:27 +0000 [r9839]  Paweł Gołaszewski <blues/at/pld-linux.org>
27
28         * geninitrd: - don't try to put devices that are in directories
29           into main /dev directory. WARNING - it can break some strange
30           setups but is needed for hardware raid like cciss.
31
32 2008-07-05 10:45 +0000 [r9836]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
33
34         * Makefile, geninitrd, TODO: 9000.13; firmware in subdir support,
35           DESTDIR fix.
36
37 2008-07-05 10:39 +0000 [r9835]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
38
39         * TODO: New entry (firmware in subdirs handling).
40
41 2008-07-05 10:36 +0000 [r9833-9834]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
42
43         * Makefile: Updated procedure and version.
44
45         * RELEASE: Updated procedure and version.
46
47 2008-06-25 15:56 +0000 [r9823]  Adam Gołębiowski <adamg/at/pld-linux.org>
48
49         * geninitrd: - splash_geninitramfs_bin used to be in /usr/bin,
50           support it
51
52 2008-06-05 10:46 +0000 [r9795]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
53
54         * geninitrd: Autoload possibly needed firmware but don't fail if
55           it's not found. Warnings are prefixed with WARNING string.
56
57 2008-05-27 18:57 +0000 [r9780]  Bartosz Świątek <shadzik/at/pld-linux.org>
58
59         * geninitrd: - glen!! bootsplash doesn't require initramfs, i had
60           it on romfs until you broke geninitrd :/ - fixed
61
62 2008-05-26 20:06 +0000 [r9779]  Adam Gołębiowski <adamg/at/pld-linux.org>
63
64         * geninitrd: - revert r9775 - /usr/sbin/splash_geninitrams is a
65           proper path for splashutils@HEAD (thx glen)
66
67 2008-05-26 19:36 +0000 [r9778]  Elan Ruusamäe <glen/at/pld-linux.org>
68
69         * geninitrd: - undo bad commit from r9776
70
71 2008-05-26 18:58 +0000 [r9775-9777]  Adam Gołębiowski <adamg/at/pld-linux.org>
72
73         * geninitrd: - small optimization - less add_linuxrc() calls in
74           initrd_gen_nfs()
75
76         * geninitrd: - some basic idea on modular uvesafb support, needs
77           some parameters (can be passed through /etc/modprobe.conf)
78
79         * geninitrd: - proper path to splash_geninitramfs in
80           initrd_gen_fbcondecor()
81
82 2008-05-26 17:43 +0000 [r9772]  Elan Ruusamäe <glen/at/pld-linux.org>
83
84         * Makefile: - 9000.11
85
86 2008-05-26 16:53 +0000 [r9771]  Adam Gołębiowski <adamg/at/pld-linux.org>
87
88         * geninitrd: - typos
89
90 2008-05-24 11:01 +0000 [r9766]  Elan Ruusamäe <glen/at/pld-linux.org>
91
92         * Makefile: - 9000.10
93
94 2008-05-14 19:03 +0000 [r9754]  Elan Ruusamäe <glen/at/pld-linux.org>
95
96         * geninitrd: - safer code for grabbing vg for resume
97
98 2008-05-14 18:58 +0000 [r9752-9753]  Elan Ruusamäe <glen/at/pld-linux.org>
99
100         * geninitrd: - some nodes could be already in /dev, ie resume_dev
101
102         * geninitrd: - simple code to avoid activating VG twice
103
104 2008-05-14 18:53 +0000 [r9751]  Elan Ruusamäe <glen/at/pld-linux.org>
105
106         * geninitrd: - code changes to allow resume dev from lvm.
107
108 2008-05-14 17:57 +0000 [r9750]  Elan Ruusamäe <glen/at/pld-linux.org>
109
110         * geninitrd: - notify if lvm2 is not present - copy resume dev with
111           complete path
112
113 2008-05-14 17:38 +0000 [r9749]  Elan Ruusamäe <glen/at/pld-linux.org>
114
115         * geninitrd: - allow disabling resume by running resume only if
116           kernel commandline arg is present
117
118 2008-05-01 13:00 +0000 [r9743]  Elan Ruusamäe <glen/at/pld-linux.org>
119
120         * geninitrd: - fix pdkshism, bug 146
121
122 2008-04-27 21:58 +0000 [r9736]  Elan Ruusamäe <glen/at/pld-linux.org>
123
124         * Makefile: - 9000.9
125
126 2008-04-27 00:12 +0000 [r9727]  Elan Ruusamäe <glen/at/pld-linux.org>
127
128         * geninitrd, geninitrd.sysconfig: - config to load framebuffer
129           device module
130
131 2008-04-26 19:17 +0000 [r9726]  Elan Ruusamäe <glen/at/pld-linux.org>
132
133         * geninitrd: - disable splashes early if initramfs is not used
134
135 2008-04-22 15:19 +0000 [r9717]  Elan Ruusamäe <glen/at/pld-linux.org>
136
137         * geninitrd: - add --with-fbcondecor - let different different
138           splashes and suspend be added to initrd. results are unexpected
139           but all is possible
140
141 2008-04-22 14:41 +0000 [r9716]  Elan Ruusamäe <glen/at/pld-linux.org>
142
143         * geninitrd: - let splash_geninitramfs be in /usr/sbin too
144
145 2008-04-09 21:45 +0000 [r9709]  Elan Ruusamäe <glen/at/pld-linux.org>
146
147         * geninitrd: - just use $resume var to avoid confusion with
148           tuxonice/suspend2
149
150 2008-04-09 21:36 +0000 [r9708]  Kacper Kornet <draenog/at/pld-linux.org>
151
152         * geninitrd: - kernels with tuxonice use option resume
153
154 2008-04-02 14:14 +0000 [r9691]  Elan Ruusamäe <glen/at/pld-linux.org>
155
156         * Makefile: - 9000.8
157
158 2008-04-02 11:53 +0000 [r9690]  Elan Ruusamäe <glen/at/pld-linux.org>
159
160         * functions: - Look up one device that matches the search parameter
161           with blkid
162
163 2008-03-23 17:39 +0000 [r9656]  Adam Gołębiowski <adamg/at/pld-linux.org>
164
165         * geninitrd: - fix setdhcp script generation (only the second part
166           was used)
167
168 2008-03-22 22:44 +0000 [r9650]  Adam Gołębiowski <adamg/at/pld-linux.org>
169
170         * geninitrd: - /proc is known to exist, no need to mkdir it once
171           more in initrd_gen_nfs
172
173 2008-03-11 22:56 +0000 [r9599-9600]  Marcin Król <hawk/at/pld-linux.org>
174
175         * Makefile: - release 9000.7
176
177         * geninitrd: - default /boot/initrd is a symlink to
178           /boot/initrd-kernelversion.gz, prevent killing this symlink with
179           mv by changing destination file to symlink target
180
181 2008-03-11 21:56 +0000 [r9596]  Marcin Król <hawk/at/pld-linux.org>
182
183         * geninitrd: - fixed creating udevsettle and udevtrigger symlinks
184
185 2008-03-11 14:26 +0000 [r9587]  Marcin Król <hawk/at/pld-linux.org>
186
187         * Makefile: - 9000.6
188
189 2008-03-11 11:18 +0000 [r9586]  Elan Ruusamäe <glen/at/pld-linux.org>
190
191         * geninitrd: - shorter symlinks
192
193 2008-03-11 09:57 +0000 [r9585]  Marcin Król <hawk/at/pld-linux.org>
194
195         * geninitrd: - killed PROBESTATICMODULES variable, we should always
196           populate /dev using udevsettle and udevtrigger same way we do in
197           our rc.sysinit, otherwise nodes for devices initiated before
198           starting udevd will not be created at all and system will not
199           boot
200
201 2008-03-10 23:32 +0000 [r9581-9582]  Marcin Król <hawk/at/pld-linux.org>
202
203         * geninitrd: - /sbin/udevadm must be included in initrd if
204           PROBESTATICMODULES=yes
205
206         * geninitrd: - typo
207
208 2008-03-03 21:46 +0000 [r9561]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
209
210         * geninitrd: debuginitrd for lvm.
211
212 2008-03-02 21:21 +0000 [r9559]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
213
214         * geninitrd: debugshell is potential security weakness so make it
215           dependant on sysconfig/system:RUN_SULOGIN_ON_ERR
216
217 2008-03-02 21:14 +0000 [r9557]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
218
219         * geninitrd: Always tell what type of image is being generated.
220
221 2008-02-12 19:44 +0000 [r9312-9315]  Elan Ruusamäe <glen/at/pld-linux.org>
222
223         * Makefile: - 9000.5
224
225         * geninitrd: - pass kernelversion to modinfo
226
227         * geninitrd: - code cosmetics
228
229 2008-02-09 18:53 +0000 [r9272]  Elan Ruusamäe <glen/at/pld-linux.org>
230
231         * geninitrd: - drop old code, optimize modules_add_linuxrc with
232           shell code
233
234 2008-02-09 18:37 +0000 [r9271]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
235
236         * geninitrd: FIXME: support DEVICE partitions for mdadm
237
238 2008-02-09 18:21 +0000 [r9265-9267]  Elan Ruusamäe <glen/at/pld-linux.org>
239
240         * Makefile: - 9000.4
241
242         * geninitrd: - do not treat module options as another module. bug
243           #102
244
245         * geninitrd: - fix output formatting
246
247 2008-02-08 20:35 +0000 [r9250]  Elan Ruusamäe <glen/at/pld-linux.org>
248
249         * Makefile: - 9000.3
250
251 2008-02-08 20:12 +0000 [r9249]  Arkadiusz Patyk <areq/at/pld-linux.org>
252
253         * geninitrd: - typo in /dev/cciss/
254
255 2008-01-28 22:51 +0000 [r9208]  Andrzej Dopierała <undefine/at/pld-linux.org>
256
257         * geninitrd: - use blkid by default when blkid binary detected
258
259 2008-01-28 10:12 +0000 [r9205-9206]  Elan Ruusamäe <glen/at/pld-linux.org>
260
261         * geninitrd: - rename initrd_gen_procdata->initrd_gen_setrootdev
262
263         * geninitrd: - small optimize for root=
264
265 2008-01-28 00:27 +0000 [r9204]  Andrzej Dopierała <undefine/at/pld-linux.org>
266
267         * geninitrd: - parse CMDLINE for root=something once and put it
268           into ROOT - when blkid is used and in ROOT is something like UUID
269           or LABEL - put into ROOT real device (detected by blkid)
270
271 2008-01-27 22:08 +0000 [r9203]  Andrzej Dopierała <undefine/at/pld-linux.org>
272
273         * geninitrd: - fixed indentation
274
275 2008-01-27 13:37 +0000 [r9202]  Andrzej Dopierała <undefine/at/pld-linux.org>
276
277         * geninitrd: - --with-blkid support to allow use
278           root=LABEL=somewhere - disabled by default
279
280 2008-01-20 05:44 +0000 [r9188]  Elan Ruusamäe <glen/at/pld-linux.org>
281
282         * geninitrd: - nfs root patch from wolvverine, with spelling fixes
283
284 2008-01-19 19:49 +0000 [r9184-9186]  Elan Ruusamäe <glen/at/pld-linux.org>
285
286         * Makefile: - 9000.2 would be next version
287
288         * functions: - fix flow
289
290         * geninitrd, functions: - nfsroot patch from wolverine
291
292 2007-12-26 01:13 +0000 [r9161]  Elan Ruusamäe <glen/at/pld-linux.org>
293
294         * geninitrd: - find_depmod() implemented using modprobe info -
295           shell constructs where possible
296
297 2007-11-29 07:56 +0000 [r9123]  Elan Ruusamäe <glen/at/pld-linux.org>
298
299         * make-tag.sh: - take version from Makefile
300
301 2007-11-28 21:40 +0000 [r9119-9120]  Elan Ruusamäe <glen/at/pld-linux.org>
302
303         * Makefile: - 9000.1
304
305         * RELEASE: - version is now manual
306
307 2007-11-27 17:12 +0000 [r9109-9110]  Elan Ruusamäe <glen/at/pld-linux.org>
308
309         * geninitrd: - seems like /proc is mounted with initramfs 2.6.22.14
310           kernel (could someone clarify this with lkml or other link?)
311
312         * geninitrd: - need root to access files and make /dev nodes on
313           initrd
314
315 2007-11-26 18:09 +0000 [r9095]  Elan Ruusamäe <glen/at/pld-linux.org>
316
317         * geninitrd: - reuse $CMDLINE
318
319 2007-11-19 18:07 +0000 [r9071]  Elan Ruusamäe <glen/at/pld-linux.org>
320
321         * geninitrd: - optional features like suspend and flash conflicts
322           aren't fatal. #70
323
324 2007-11-19 18:02 +0000 [r9070]  Elan Ruusamäe <glen/at/pld-linux.org>
325
326         * geninitrd: - typo
327
328 2007-11-19 17:02 +0000 [r9069]  Elan Ruusamäe <glen/at/pld-linux.org>
329
330         * geninitrd: - gensplash also requires initramfs - made both
331           splashes more standalone (moved their stuff together)
332
333 2007-11-18 12:33 +0000 [r9066]  Elan Ruusamäe <glen/at/pld-linux.org>
334
335         * geninitrd: - typo
336
337 2007-11-14 14:24 +0000 [r9054]  Elan Ruusamäe <glen/at/pld-linux.org>
338
339         * geninitrd: - mpath bindings moved to /etc/multipath/bindings
340
341 2007-11-14 00:49 +0000 [r9051]  Elan Ruusamäe <glen/at/pld-linux.org>
342
343         * geninitrd: - perhaps better messages from lvm on initrd
344
345 2007-11-13 23:56 +0000 [r9049]  Elan Ruusamäe <glen/at/pld-linux.org>
346
347         * geninitrd: - can extract WWID directly from DM_UUID, no need to
348           solve deps
349
350 2007-11-13 23:48 +0000 [r9047]  Elan Ruusamäe <glen/at/pld-linux.org>
351
352         * geninitrd: - allow using user_friendly_names in multipath.conf
353           and still use wwid in initrd - mpath_wwid= option can override
354           mpath wwwid to activate in initrd
355
356 2007-11-13 22:01 +0000 [r9044]  Elan Ruusamäe <glen/at/pld-linux.org>
357
358         * geninitrd: - MULTIPATH_ID -> MULTIPATH_WWID
359
360 2007-11-13 18:51 +0000 [r9042]  Elan Ruusamäe <glen/at/pld-linux.org>
361
362         * geninitrd: - suffix dm-multipath partitions with pN - allow wwid=
363           kernel commandline parameter to specify which multipath wwid to
364           activate
365
366 2007-11-13 16:22 +0000 [r9041]  Elan Ruusamäe <glen/at/pld-linux.org>
367
368         * geninitrd: - parse root=/dev/sys/rootfs from kernel commandline
369           for lvm2
370
371 2007-11-07 13:08 +0000 [r9011]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
372
373         * geninitrd: Don't duplicate program name prefix.
374
375 2007-11-07 12:08 +0000 [r9009-9010]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
376
377         * geninitrd: Mention where root= option is to be found.
378
379         * geninitrd: msg->warn. Little tweaks.
380
381 2007-11-07 11:55 +0000 [r9008]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
382
383         * geninitrd: Introduce msg() for messages. Use everywhere.
384
385 2007-11-06 13:06 +0000 [r9003]  Elan Ruusamäe <glen/at/pld-linux.org>
386
387         * geninitrd: - skip pointless another temporary dir - beautify
388           debug messages - avoid race for initrd compression
389
390 2007-11-06 02:10 +0000 [r9002]  Elan Ruusamäe <glen/at/pld-linux.org>
391
392         * Makefile: - new manual versioning schema
393
394 2007-11-06 02:00 +0000 [r8999-9000]  Elan Ruusamäe <glen/at/pld-linux.org>
395
396         * geninitrd: - typo
397
398         * geninitrd: - use $DESTDIR, as it's more common - always create
399           /var/lib/multipath/bindings file for dm-multipath
400
401 2007-11-06 01:35 +0000 [r8997-8998]  Elan Ruusamäe <glen/at/pld-linux.org>
402
403         * geninitrd: - well update inst_exec() too then to follow adamg
404
405         * geninitrd: - use "read" to get line for /proc files
406
407 2007-11-06 01:22 +0000 [r8995-8996]  Elan Ruusamäe <glen/at/pld-linux.org>
408
409         * TODO: - cleanup (kill pointless and done things)
410
411         * lvm.todo (removed): - outdated (implemented)
412
413 2007-11-05 21:09 +0000 [r8994]  Elan Ruusamäe <glen/at/pld-linux.org>
414
415         * geninitrd: - check for /boot mount (is this ppc compatible?)
416
417 2007-11-05 21:05 +0000 [r8993]  Elan Ruusamäe <glen/at/pld-linux.org>
418
419         * geninitrd: - move functions start of the script
420
421 2007-11-05 08:15 +0000 [r8990]  Elan Ruusamäe <glen/at/pld-linux.org>
422
423         * geninitrd: - less deeper conditions
424
425 2007-11-04 20:46 +0000 [r8985]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
426
427         * geninitrd, TODO: Unbreak softraid detection.
428
429 2007-11-03 15:41 +0000 [r8983]  Elan Ruusamäe <glen/at/pld-linux.org>
430
431         * TODO: - bug found
432
433 2007-11-03 14:34 +0000 [r8980]  Adam Gołębiowski <adamg/at/pld-linux.org>
434
435         * geninitrd: - create /proc, /sys, /etc only once
436
437 2007-11-03 14:29 +0000 [r8979]  Adam Gołębiowski <adamg/at/pld-linux.org>
438
439         * geninitrd: - proper usage for inst() and inst_d() functions
440
441 2007-11-03 14:26 +0000 [r8978]  Adam Gołębiowski <adamg/at/pld-linux.org>
442
443         * geninitrd: - call mount_proc only once
444
445 2007-11-02 18:59 +0000 [r8973]  Elan Ruusamäe <glen/at/pld-linux.org>
446
447         * geninitrd: - leave rcs id for generated linuxrc
448
449 2007-11-02 17:58 +0000 [r8971]  Elan Ruusamäe <glen/at/pld-linux.org>
450
451         * geninitrd: - avoid packing initramfs twice for fbsplash, now
452           symlinks are preserved too
453
454 2007-11-02 17:16 +0000 [r8969]  Elan Ruusamäe <glen/at/pld-linux.org>
455
456         * geninitrd: - splash generations moved to function - create only
457           /init on initramfs due need to keep pid=1
458
459 2007-11-02 01:02 +0000 [r8956]  Elan Ruusamäe <glen/at/pld-linux.org>
460
461         * geninitrd: - another fix to avoid lvdisplay failure to kill
462           /linuxrc
463
464 2007-11-01 22:49 +0000 [r8952]  Elan Ruusamäe <glen/at/pld-linux.org>
465
466         * geninitrd: - parse CMDINE using shell constructs
467
468 2007-11-01 17:30 +0000 [r8951]  Elan Ruusamäe <glen/at/pld-linux.org>
469
470         * functions: - more information why lvdisplay failed to resolve lvm
471           name
472
473 2007-11-01 03:02 +0000 [r8943]  Elan Ruusamäe <glen/at/pld-linux.org>
474
475         * geninitrd: - typo
476
477 2007-11-01 02:21 +0000 [r8936]  Elan Ruusamäe <glen/at/pld-linux.org>
478
479         * geninitrd: - one more lvm.static - give admin chance to figure
480           out problem at initrd
481
482 2007-10-31 18:10 +0000 [r8917]  Elan Ruusamäe <glen/at/pld-linux.org>
483
484         * geninitrd: - lvm needs to be called lvm.static otherwise it will
485           re-execute itself via /sbin/lvm
486
487 2007-10-31 17:44 +0000 [r8916]  Elan Ruusamäe <glen/at/pld-linux.org>
488
489         * geninitrd: - avoid lvdisplay errors killing whole /linuxrc
490
491 2007-10-30 21:45 +0000 [r8908]  Elan Ruusamäe <glen/at/pld-linux.org>
492
493         * geninitrd: - debugshell before final unmount and initrd exit
494
495 2007-10-30 21:25 +0000 [r8907]  Elan Ruusamäe <glen/at/pld-linux.org>
496
497         * geninitrd: - new functions: mount_{dev,sys,proc,tmp} to mount
498           those filesystems and use them
499
500 2007-10-30 20:51 +0000 [r8906]  Elan Ruusamäe <glen/at/pld-linux.org>
501
502         * geninitrd: - rpm -E is unreliable as it requires rpm-build macros
503           present - use $_lib when installing with inst_exec()
504
505 2007-10-30 20:17 +0000 [r8905]  Elan Ruusamäe <glen/at/pld-linux.org>
506
507         * geninitrd: - always load dm-mirror for dmraid
508
509 2007-10-30 15:53 +0000 [r8900]  Elan Ruusamäe <glen/at/pld-linux.org>
510
511         * geninitrd: - really commit debuginitrd=sh functionality
512
513 2007-10-30 15:08 +0000 [r8898-8899]  Elan Ruusamäe <glen/at/pld-linux.org>
514
515         * geninitrd: - add function add_linuxrc() and generate all output
516           via that function - add debuginitrd=sh possibility to invoke
517           shell at some points in initrd
518
519         * functions: - more detailed error messages when processing fstab
520           and lvm
521
522 2007-10-28 22:07 +0000 [r8896]  Elan Ruusamäe <glen/at/pld-linux.org>
523
524         * geninitrd: - do not assume user has booted from suspend enabled
525           kernel when generating initrd for suspend
526
527 2007-10-28 18:19 +0000 [r8895]  Elan Ruusamäe <glen/at/pld-linux.org>
528
529         * geninitrd: - alias romfs,cramfs
530
531 2007-10-28 18:10 +0000 [r8894]  Elan Ruusamäe <glen/at/pld-linux.org>
532
533         * geninitrd: - $CMDLINE available globally per /linuxrc
534
535 2007-10-28 12:27 +0000 [r8882]  Elan Ruusamäe <glen/at/pld-linux.org>
536
537         * geninitrd: - disable tuxonice by default (conflicts with suspend)
538
539 2007-10-28 10:53 +0000 [r8880]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
540
541         * geninitrd: Install resume from new location. Temporaily leave
542           /usr/sbin/resume handling for backward compat.
543
544 2007-10-26 20:10 +0000 [r8879]  Elan Ruusamäe <glen/at/pld-linux.org>
545
546         * TODO: - lvm too
547
548 2007-10-26 11:34 +0000 [r8877]  Elan Ruusamäe <glen/at/pld-linux.org>
549
550         * TODO: - dmsetup todo
551
552 2007-10-25 16:31 +0000 [r8874]  Elan Ruusamäe <glen/at/pld-linux.org>
553
554         * geninitrd: - install all shared libs to /lib - install
555           /var/lib/multipath/bindings for dm-multipath if present
556
557 2007-10-25 15:07 +0000 [r8873]  Elan Ruusamäe <glen/at/pld-linux.org>
558
559         * geninitrd: - fix finding scsi modules
560
561 2007-10-25 14:17 +0000 [r8871-8872]  Elan Ruusamäe <glen/at/pld-linux.org>
562
563         * geninitrd: - cosmeticis
564
565         * geninitrd: - fix inst_exec() using inst()
566
567 2007-10-25 09:59 +0000 [r8870]  Elan Ruusamäe <glen/at/pld-linux.org>
568
569         * geninitrd: - try activating only dm-multipath rootfs is on -
570           inst_exec: install execs to $dest and libraries to $libdir -
571           inst() debug is back
572
573 2007-10-25 08:56 +0000 [r8869]  Elan Ruusamäe <glen/at/pld-linux.org>
574
575         * geninitrd: - add inst_exec() to copy executable and it's shared
576           libs - use it in initrd_gen_multipath
577
578 2007-10-25 08:15 +0000 [r8868]  Elan Ruusamäe <glen/at/pld-linux.org>
579
580         * geninitrd: - cosmetics - take modprobe -c as modules source by
581           default (you can now use include statement there)
582
583 2007-10-25 07:46 +0000 [r8867]  Elan Ruusamäe <glen/at/pld-linux.org>
584
585         * geninitrd: - optimize, cosmetics
586
587 2007-10-25 07:26 +0000 [r8866]  Elan Ruusamäe <glen/at/pld-linux.org>
588
589         * geninitrd: - optimize, cosmetics
590
591 2007-10-25 07:22 +0000 [r8865]  Elan Ruusamäe <glen/at/pld-linux.org>
592
593         * geninitrd: - typo
594
595 2007-10-24 19:56 +0000 [r8861]  Elan Ruusamäe <glen/at/pld-linux.org>
596
597         * geninitrd: - typo
598
599 2007-10-24 19:13 +0000 [r8860]  Elan Ruusamäe <glen/at/pld-linux.org>
600
601         * geninitrd: - add dm-multipath component devices to lvm2 ignore
602           list
603
604 2007-10-24 18:45 +0000 [r8859]  Elan Ruusamäe <glen/at/pld-linux.org>
605
606         * geninitrd: - typo (multipath part was always generated) -
607           find_modules_dmraid() moved to function - $have_dmraid variable
608           to denote dmraid status
609
610 2007-10-24 18:31 +0000 [r8858]  Elan Ruusamäe <glen/at/pld-linux.org>
611
612         * geninitrd: - optimize little dmraid part
613
614 2007-10-24 18:20 +0000 [r8857]  Elan Ruusamäe <glen/at/pld-linux.org>
615
616         * geninitrd: - moved dm-multipath handling to function
617
618 2007-10-24 18:09 +0000 [r8856]  Elan Ruusamäe <glen/at/pld-linux.org>
619
620         * geninitrd: - unify some more internal variables
621
622 2007-10-24 18:03 +0000 [r8855]  Elan Ruusamäe <glen/at/pld-linux.org>
623
624         * geninitrd: - unify some internal variables
625
626 2007-10-24 17:58 +0000 [r8854]  Elan Ruusamäe <glen/at/pld-linux.org>
627
628         * geninitrd: - detect physical devices for dm-multipath
629
630 2007-10-24 17:26 +0000 [r8853]  Elan Ruusamäe <glen/at/pld-linux.org>
631
632         * geninitrd: - cvs detect multipath
633
634 2007-10-24 15:55 +0000 [r8851-8852]  Elan Ruusamäe <glen/at/pld-linux.org>
635
636         * geninitrd: - rename find_modules_for() ->
637           find_modules_for_device() to avoid confusion
638
639         * geninitrd: - find_modules_for(): allow fallback if primary
640           condition succeeded
641
642 2007-10-24 14:46 +0000 [r8850]  Elan Ruusamäe <glen/at/pld-linux.org>
643
644         * geninitrd: - initial dm-multpath hooks
645
646 2007-10-23 19:39 +0000 [r8844]  Elan Ruusamäe <glen/at/pld-linux.org>
647
648         * functions: - handle /dev/mapper/* also properly
649
650 2007-10-23 19:30 +0000 [r8843]  Elan Ruusamäe <glen/at/pld-linux.org>
651
652         * functions: - we can grab the proper lvm path from lvdisplay
653           output
654
655 2007-10-23 16:47 +0000 [r8842]  Elan Ruusamäe <glen/at/pld-linux.org>
656
657         * geninitrd: - bugfixes
658
659 2007-10-23 15:16 +0000 [r8841]  Elan Ruusamäe <glen/at/pld-linux.org>
660
661         * geninitrd: - add inst_d() utility function to make dirs
662
663 2007-10-23 15:08 +0000 [r8839-8840]  Elan Ruusamäe <glen/at/pld-linux.org>
664
665         * geninitrd: - kill excess quoting
666
667         * geninitrd: - inst() adds now $MNTIMAGE automatically
668
669 2007-10-22 17:25 +0000 [r8837-8838]  Elan Ruusamäe <glen/at/pld-linux.org>
670
671         * functions: - use dmsetup from device-mapper pkg not devmap_name
672           from multipath-tools
673
674         * functions: - more consistent lookup of long device-mapper name
675
676 2007-10-16 16:24 +0000 [r8819]  Elan Ruusamäe <glen/at/pld-linux.org>
677
678         * geninitrd: - fix typo
679
680 2007-10-12 15:07 +0000 [r8815]  Elan Ruusamäe <glen/at/pld-linux.org>
681
682         * geninitrd: - USE_TUXONICE=$USE_SUSPEND2 if set in config
683
684 2007-10-12 14:37 +0000 [r8814]  Elan Ruusamäe <glen/at/pld-linux.org>
685
686         * geninitrd: - /sys/power/tuxonice/do_resume support (not tested)
687
688 2007-10-12 13:39 +0000 [r8813]  Elan Ruusamäe <glen/at/pld-linux.org>
689
690         * geninitrd, geninitrd.sysconfig: - suspend2->tuxonice rename
691           internally (old option preserved)
692
693 2007-10-11 15:30 +0000 [r8812]  Elan Ruusamäe <glen/at/pld-linux.org>
694
695         * geninitrd: - use dmraid devices only for rootfs - generate dmraid
696           portion only if dmraid devices are found
697
698 2007-10-11 15:22 +0000 [r8811]  Elan Ruusamäe <glen/at/pld-linux.org>
699
700         * geninitrd: - debug remove
701
702 2007-10-11 15:18 +0000 [r8807-8810]  Elan Ruusamäe <glen/at/pld-linux.org>
703
704         * geninitrd: - debug remove
705
706         * geninitrd: - debug remove
707
708         * geninitrd: - remove dumping linuxrc and lvm.conf
709
710         * geninitrd, functions: - rootfs on lvm and dmraid hooks
711
712 2007-10-05 22:51 +0000 [r8792]  Elan Ruusamäe <glen/at/pld-linux.org>
713
714         * geninitrd: - cosmetics
715
716 2007-10-05 22:47 +0000 [r8791]  Elan Ruusamäe <glen/at/pld-linux.org>
717
718         * functions: - library functions shouldn't exit
719
720 2007-10-05 22:38 +0000 [r8788-8790]  Elan Ruusamäe <glen/at/pld-linux.org>
721
722         * geninitrd: - no extra 512b needed for romfs
723
724         * geninitrd: - more $PROGRAM usage
725
726         * geninitrd: - add device-mapper to lvm types when using dmraid
727
728 2007-10-05 15:27 +0000 [r8785-8786]  Elan Ruusamäe <glen/at/pld-linux.org>
729
730         * geninitrd: - check produced romfs image size
731
732         * geninitrd: - add dm-mirror module for dmraid setups - generate
733           /dev nodes from /proc/partitions also for dmraid
734
735 2007-10-05 13:39 +0000 [r8783-8784]  Elan Ruusamäe <glen/at/pld-linux.org>
736
737         * geninitrd: - no need to interpolate vars in gen_devices()
738
739         * geninitrd: - create /dev entries also for dmraid - made
740           initrd_gen_devices() as function
741
742 2007-10-05 12:53 +0000 [r8781-8782]  Elan Ruusamäe <glen/at/pld-linux.org>
743
744         * geninitrd: - kill trailing space
745
746         * geninitrd: - make /sys for dmraid setup
747
748 2007-10-04 21:23 +0000 [r8779-8780]  Elan Ruusamäe <glen/at/pld-linux.org>
749
750         * geninitrd: - cosmetics
751
752         * geninitrd: - spelling
753
754 2007-10-04 15:24 +0000 [r8775-8777]  Elan Ruusamäe <glen/at/pld-linux.org>
755
756         * geninitrd: - make initrd_gen_tmpfs_dev() callable multiple times
757
758         * geninitrd: - fool vim
759
760         * geninitrd: - use die() calls
761
762 2007-10-04 15:10 +0000 [r8773-8774]  Elan Ruusamäe <glen/at/pld-linux.org>
763
764         * geninitrd: - use just tmpfs for dmraid - globally umount tmpfs
765           /dev if used (dmraid/lvm2 mixture possible)
766
767         * geninitrd: - die() function for generic exit
768
769 2007-09-03 14:27 +0000 [r8711-8712]  Elan Ruusamäe <glen/at/pld-linux.org>
770
771         * geninitrd: - can't guess is the parameter added or not, so adjust
772           message
773
774         * geninitrd: - require switch_root applet when needed
775
776 2007-09-03 12:41 +0000 [r8710]  Elan Ruusamäe <glen/at/pld-linux.org>
777
778         * geninitrd: - prefix errors with Error:
779
780 2007-08-31 22:10 +0000 [r8709]  Elan Ruusamäe <glen/at/pld-linux.org>
781
782         * geninitrd: - quiet cpio
783
784 2007-08-31 15:45 +0000 [r8704-8706]  Elan Ruusamäe <glen/at/pld-linux.org>
785
786         * make-tag.sh: - bugfixes
787
788         * make-tag.sh (added), RELEASE (added): - helpful for making
789           release
790
791 2007-08-30 10:00 +0000 [r8702]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
792
793         * geninitrd: - --with/without options for
794           bootsplash,fbsplash,suspend and suspend2 - ready for
795           kernel-desktop
796
797 2007-07-16 14:48 +0000 [r8682]  Marcin Król <hawk/at/pld-linux.org>
798
799         * geninitrd: - cosmetics to bump revision number in order to change
800           version number (does svn has equivalent of cvs commit -f?)
801
802 2007-07-16 14:22 +0000 [r8681]  Marcin Król <hawk/at/pld-linux.org>
803
804         * functions: - check /dev/dm-*, /dev/mapper/* after checking
805           LABEL=*, UUID=*
806
807 2007-07-16 12:31 +0000 [r8678]  Marcin Król <hawk/at/pld-linux.org>
808
809         * functions: - check /dev/mapper/* too while testing if rootdev is
810           LVM
811
812 2007-07-09 07:41 +0000 [r8667-8668]  Adam Gołębiowski <adamg/at/pld-linux.org>
813
814         * geninitrd: - Jacek Konieczny's geninitrd-rootdev.patch applied
815           (http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2007-May/018983.html)
816
817         * geninitrd: - Jacek Konieczny's geninitrd-lvm_initramfs.patch
818           applied
819           (http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2007-May/018983.html)
820
821 2007-07-09 07:27 +0000 [r8666]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
822
823         * geninitrd: inst() takes only two arguments, no more. Print usage
824           for inst() on stderr.
825
826 2007-06-24 20:37 +0000 [r8648]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
827
828         * geninitrd: Try to load raidX and raid456 modules.
829
830 2007-05-29 10:18 +0000 [r8628]  Elan Ruusamäe <glen/at/pld-linux.org>
831
832         * geninitrd: - use shell construct instead of `dirname`
833
834 2007-05-29 09:19 +0000 [r8627]  Elan Ruusamäe <glen/at/pld-linux.org>
835
836         * geninitrd: - Revision 8368 makes use of dirname in initrd.
837           require it
838
839 2007-05-29 09:16 +0000 [r8626]  Elan Ruusamäe <glen/at/pld-linux.org>
840
841         * geninitrd: - workaround for BusyBox v1.1.3 (currently in AC)
842
843 2007-05-16 06:55 +0000 [r8560]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
844
845         * geninitrd: - my mistake; uncommented the version checks
846
847 2007-05-16 06:51 +0000 [r8559]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
848
849         * geninitrd: - updated device matching rules for ceases like
850           Patrys's fe 00
851
852 2007-04-03 10:18 +0000 [r8409]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
853
854         * geninitrd, functions: Create additional devices like xfs logdev.
855           Verbose copying of devices.
856
857 2007-03-20 14:13 +0000 [r8390-8391]  Elan Ruusamäe <glen/at/pld-linux.org>
858
859         * geninitrd: - do not redirect output from function, output could
860           be unpredictable
861
862         * geninitrd: - add busybox_applet() which checks if busybox has
863           required applet present
864
865 2007-03-20 11:27 +0000 [r8385]  Elan Ruusamäe <glen/at/pld-linux.org>
866
867         * geninitrd: - fixed typo and bug from arekm change
868
869 2007-03-17 12:46 +0000 [r8381]  Elan Ruusamäe <glen/at/pld-linux.org>
870
871         * geninitrd: - umount /dev also for udev. fixes radek bug
872
873 2007-03-09 14:34 +0000 [r8370]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
874
875         * geninitrd: debuginitrd option in /proc/cmdline handled.
876
877 2007-03-09 14:11 +0000 [r8369]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
878
879         * geninitrd: Read /proc file using cat which makes buffering for
880           us. 2.4 /proc/partitions contains more data after device name -
881           skip these.
882
883 2007-03-09 13:24 +0000 [r8368]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
884
885         * geninitrd: Handle devfs cases like
886           scsi/host0/bus0/target2/lun0/disc.
887
888 2007-03-07 10:24 +0000 [r8366]  Elan Ruusamäe <glen/at/pld-linux.org>
889
890         * changelog.sh: - correct comment
891
892 2007-03-07 10:18 +0000 [r8363]  Elan Ruusamäe <glen/at/pld-linux.org>
893
894         * changelog.sh: - allow outdated users file
895
896 2007-03-07 07:54 +0000 [r8361]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
897
898         * changelog.sh: Support async scsi bus scanning. Update ChangeLog.
899
900 2007-03-07 07:49 +0000 [r8360]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
901
902         * geninitrd: We need to ensure that scsi bus probbing finished on
903           kernels with CONFIG_SCSI_SCAN_ASYNC=y (like our 2.6.20).
904
905 2007-03-05 12:35 +0000 [r8359]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
906
907         * geninitrd: More crapolla by czarny.
908
909 2007-02-21 13:01 +0000 [r8286]  Przemysław Iskra <sparky/at/pld-linux.org>
910
911         * geninitrd: - fixed urandom minor
912
913 2007-02-08 19:06 +0000 [r8245]  Elan Ruusamäe <glen/at/pld-linux.org>
914
915         * functions: - outputs nothing actually as it sets two parameters
916
917 2007-02-08 18:38 +0000 [r8243-8244]  Elan Ruusamäe <glen/at/pld-linux.org>
918
919         * functions: - correct comment
920
921         * geninitrd, functions: - find_root() will return lvm2 nodes in
922           form /dev/VG/LV
923
924 2007-02-08 18:26 +0000 [r8241-8242]  Elan Ruusamäe <glen/at/pld-linux.org>
925
926         * Makefile: - include functions in tarball
927
928         * geninitrd, functions: - allow setting prefix for function
929           messages via $PROGRAM global
930
931 2007-02-08 18:21 +0000 [r8240]  Elan Ruusamäe <glen/at/pld-linux.org>
932
933         * Makefile, geninitrd, functions (added): - export functions so
934           other programs could reuse code - find_root() for now
935
936 2007-02-07 10:58 +0000 [r8236-8237]  Elan Ruusamäe <glen/at/pld-linux.org>
937
938         * geninitrd: - drop $orig_rootdev, as $rootdev is the same variable
939           now
940
941         * geninitrd: - do not use variable when it's value is something
942           different
943
944 2007-02-07 10:51 +0000 [r8235]  Elan Ruusamäe <glen/at/pld-linux.org>
945
946         * geninitrd: - use only blkid to resolve UUID and LABEL, so now it
947           works with any fs not just xfs,ext{2,3} - cleanup find_root()
948           function
949
950 2007-02-07 10:33 +0000 [r8234]  Elan Ruusamäe <glen/at/pld-linux.org>
951
952         * geninitrd: - rc-scripts functions sets default PATH - make
953           example in usage() more actual
954
955 2007-02-07 10:12 +0000 [r8233]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
956
957         * geninitrd: Revert, conflicts seems more sane way.
958
959 2007-02-07 10:07 +0000 [r8232]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
960
961         * geninitrd: Compat symlink.
962
963 2007-02-07 09:46 +0000 [r8231]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
964
965         * geninitrd: Make it backward compatible with previous udev
966           versions.
967
968 2007-02-06 17:11 +0000 [r8227-8229]  Elan Ruusamäe <glen/at/pld-linux.org>
969
970         * geninitrd.8.xml: - ps svn:keywords Date
971
972         * geninitrd.8.xml: - ps svn:keywords Id
973
974         * geninitrd.8.xml: - fix encoding for czarny name
975
976 2007-02-06 17:03 +0000 [r8226]  Elan Ruusamäe <glen/at/pld-linux.org>
977
978         * geninitrd: - ignore errors from pvdisplay when it can't access
979           devices (emc for example)
980
981 2007-02-06 16:59 +0000 [r8225]  Elan Ruusamäe <glen/at/pld-linux.org>
982
983         * geninitrd, TODO: - use blkid optionally (but preferred) to
984           resolve UUID= and LABEL= at initrd generation time
985
986 2007-02-06 16:26 +0000 [r8224]  Elan Ruusamäe <glen/at/pld-linux.org>
987
988         * geninitrd: - use xfs_admin to get label of xfs filesystem
989
990 2007-02-03 10:40 +0000 [r8220]  Przemysław Iskra <sparky/at/pld-linux.org>
991
992         * geninitrd: - revert: force people with Th to test initramfs
993
994 2007-02-02 12:59 +0000 [r8219]  Przemysław Iskra <sparky/at/pld-linux.org>
995
996         * geninitrd: - don't use "initramfs" as default in kernels 2.5+,
997           there are too many people crying...
998
999 2007-02-01 10:26 +0000 [r8218]  Przemysław Iskra <sparky/at/pld-linux.org>
1000
1001         * geninitrd: - maybe this way ?
1002
1003 2007-02-01 10:20 +0000 [r8217]  Przemysław Iskra <sparky/at/pld-linux.org>
1004
1005         * geninitrd: - reverted last two changes, szhould work but it
1006           requires new busybox - won't work with old one, need some check
1007           for that
1008
1009 2007-02-01 09:38 +0000 [r8216]  Przemysław Iskra <sparky/at/pld-linux.org>
1010
1011         * geninitrd: - there is no way to pass init application to
1012           switchroot, there is no need to do so anyway
1013
1014 2007-02-01 09:05 +0000 [r8215]  Przemysław Iskra <sparky/at/pld-linux.org>
1015
1016         * geninitrd: - typo: switch_root -> switchroot
1017
1018 2007-01-29 22:24 +0000 [r8212]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1019
1020         * geninitrd: Drop spares=X from initrd mdadm.conf.
1021
1022 2007-01-27 19:01 +0000 [r8203]  Przemysław Iskra <sparky/at/pld-linux.org>
1023
1024         * geninitrd: - simplified mknod script in initramfs
1025
1026 2007-01-27 18:34 +0000 [r8202]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1027
1028         * geninitrd: - semicolon fixed - dobule 0 adding fixed (really?)
1029
1030 2007-01-27 16:59 +0000 [r8201]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1031
1032         * geninitrd: - format description added
1033
1034 2007-01-27 16:56 +0000 [r8200]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1035
1036         * geninitrd: - resolved bug with lilio (root=806 instead of
1037           root=0806) - used parameter more thorough
1038
1039 2007-01-27 14:34 +0000 [r8199]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1040
1041         * geninitrd: - using udevd instead of legacy udev - killing daemon
1042           afterwards
1043
1044 2007-01-27 14:05 +0000 [r8198]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1045
1046         * geninitrd: - switched initrd-udev => initrd-udevd, as new udev
1047           doesn't build udev bin (only udevd)
1048
1049 2007-01-26 23:51 +0000 [r8197]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1050
1051         * geninitrd: Copy device only if it doesn't exist.
1052
1053 2007-01-11 13:55 +0000 [r8142]  Elan Ruusamäe <glen/at/pld-linux.org>
1054
1055         * geninitrd: Unmount /dev running on tmpfs when LVM2 init is done
1056
1057 2006-12-19 20:59 +0000 [r8112]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1058
1059         * geninitrd: - while using initramfs, rootfs mounter ro instaed rw
1060
1061 2006-12-14 19:50 +0000 [r8106-8109]  Elan Ruusamäe <glen/at/pld-linux.org>
1062
1063         * geninitrd.8.xml: Fix encoding
1064
1065         * Makefile: Add make clean.
1066
1067         * Makefile: Do not make install by default. Some cleanups and
1068           stuff.
1069
1070         * geninitrd.8.xml: - add me, and the list is in no way alphabetic
1071
1072 2006-12-14 17:15 +0000 [r8104-8105]  Elan Ruusamäe <glen/at/pld-linux.org>
1073
1074         * TODO: Some note
1075
1076         * changelog.sh: - pass --users-charset=ISO8859-2, needs svn2log >
1077           0.1-2
1078
1079 2006-12-14 16:03 +0000 [r8103]  Cezary Krzyżanowski <czarny/at/pld-linux.org>
1080
1081         * geninitrd, geninitrd.sysconfig, geninitrd.8.xml: - merged from
1082           branches/devel - tweaked geninitrd.sysconfig for default options
1083           - some documentation added
1084
1085 2006-12-02 15:14 +0000 [r8028]  Jacek Konieczny <jajcus/at/pld-linux.org>
1086
1087         * geninitrd: - it is not only my code :-)
1088
1089 2006-11-18 13:57 +0000 [r7982]  Łukasz Maśko <lmasko/at/pld-linux.org>
1090
1091         * geninitrd: - Suspend2 can have its directory in /proc/suspend2 or
1092           /sys/power/suspend2, depending on kernel version, initrd must
1093           support both.
1094
1095 2006-10-27 14:27 +0000 [r7899]  Elan Ruusamäe <glen/at/pld-linux.org>
1096
1097         * geninitrd: - add one 512b for ext2 fs (room for filesystem
1098           header)
1099
1100 2006-10-20 18:22 +0000 [r7888]  Elan Ruusamäe <glen/at/pld-linux.org>
1101
1102         * TODO: Add blkid todo
1103
1104 2006-10-20 16:30 +0000 [r7887]  Elan Ruusamäe <glen/at/pld-linux.org>
1105
1106         * geninitrd: echo not execute (typo fix)
1107
1108 2006-10-20 16:18 +0000 [r7884-7886]  Elan Ruusamäe <glen/at/pld-linux.org>
1109
1110         * changelog.sh: Propset Id.
1111
1112         * geninitrd: Cosmetics.
1113
1114 2006-10-20 16:05 +0000 [r7880-7883]  Elan Ruusamäe <glen/at/pld-linux.org>
1115
1116         * geninitrd: Resolve /dev/dm-0 to LVM names (/dev/sys/rootfs) which
1117           we get when using LABEL or UUID.
1118
1119         * geninitrd: Depend on xfs_admin due that.
1120
1121         * geninitrd: Use xfs_admin to get xfs filesystem UUID and trim it
1122           for spaces.
1123
1124         * geninitrd: Typo.
1125
1126 2006-10-19 16:23 +0000 [r7879]  Elan Ruusamäe <glen/at/pld-linux.org>
1127
1128         * geninitrd: Less noise when initializing LVM2.
1129
1130 2006-10-19 13:44 +0000 [r7877]  Elan Ruusamäe <glen/at/pld-linux.org>
1131
1132         * geninitrd: Round ext2 imagesize up to 1024 blocks.
1133
1134 2006-10-19 13:38 +0000 [r7876]  Elan Ruusamäe <glen/at/pld-linux.org>
1135
1136         * geninitrd: Make ext2 image size dynamic -- calculated at building
1137           time.
1138
1139 2006-10-19 12:40 +0000 [r7874]  Elan Ruusamäe <glen/at/pld-linux.org>
1140
1141         * geninitrd: Legacy junk.
1142
1143 2006-10-19 12:24 +0000 [r7873]  Elan Ruusamäe <glen/at/pld-linux.org>
1144
1145         * geninitrd: $IMAGESIZE is used only for ext2 rootfs.
1146
1147 2006-10-19 12:01 +0000 [r7872]  Elan Ruusamäe <glen/at/pld-linux.org>
1148
1149         * geninitrd: busybox initrd version exename is /bin/initrd-busybox.
1150
1151 2006-10-18 02:06 +0000 [r7866]  Elan Ruusamäe <glen/at/pld-linux.org>
1152
1153         * geninitrd: Always make /dev on tmpfs for LVM2
1154
1155 2006-10-17 23:19 +0000 [r7865]  Elan Ruusamäe <glen/at/pld-linux.org>
1156
1157         * geninitrd: Typo in sysfs fstype naming.
1158
1159 2006-10-17 22:46 +0000 [r7862-7864]  Elan Ruusamäe <glen/at/pld-linux.org>
1160
1161         * geninitrd: $UDEV_TMPFS dropped, $tmpfs_dev indicates that /dev is
1162           with tmpfs.
1163
1164         * geninitrd: More cosmetics.
1165
1166         * geninitrd: - add --with-udev
1167
1168 2006-10-17 22:33 +0000 [r7861]  Elan Ruusamäe <glen/at/pld-linux.org>
1169
1170         * geninitrd: udev needs /sys, i'm almost sure of that.
1171
1172 2006-10-17 22:25 +0000 [r7858-7860]  Elan Ruusamäe <glen/at/pld-linux.org>
1173
1174         * geninitrd: Cosmetics.
1175
1176         * geninitrd: No need for /bin/initrd-busybox on initrd.
1177
1178         * geninitrd: Drop my_dirname (pointless).
1179
1180 2006-10-17 21:54 +0000 [r7857]  Elan Ruusamäe <glen/at/pld-linux.org>
1181
1182         * geninitrd.sysconfig: Do not disable udev in config by default
1183           (udev-initrd package must be installed anyway for udev being
1184           used).
1185
1186 2006-09-15 18:05 +0000 [r7756]  Elan Ruusamäe <glen/at/pld-linux.org>
1187
1188         * geninitrd: Make for ext2 the imagesize bigger by 2M.
1189
1190 2006-08-20 14:47 +0000 [r7677]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1191
1192         * geninitrd: Add bin/initrd-busybox symlink.
1193
1194 2006-08-17 09:06 +0000 [r7674]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1195
1196         * geninitrd.sysconfig: SLEEP/FIRMWARE examples.
1197
1198 2006-08-17 08:44 +0000 [r7673]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1199
1200         * geninitrd: Create proc and sys directories when firwmare is
1201           needed.
1202
1203 2006-08-17 08:41 +0000 [r7672]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1204
1205         * geninitrd: Simplify firmware loader script.
1206
1207 2006-08-17 08:30 +0000 [r7671]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1208
1209         * geninitrd: Properly echo firmware.sh to /proc/../hotplug.
1210
1211 2006-08-14 09:30 +0000 [r7669]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1212
1213         * geninitrd: Initial firmware loading capabilities.
1214
1215 2006-08-14 08:56 +0000 [r7668]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1216
1217         * geninitrd: display some warning
1218
1219 2006-06-24 21:01 +0000 [r7483]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1220
1221         * geninitrd.sysconfig: Some variables are not used by geninitrd at
1222           all.
1223
1224 2006-06-03 20:43 +0000 [r7466]  Elan Ruusamäe <glen/at/pld-linux.org>
1225
1226         * geninitrd: More options for ext2 based initrd. echo y hack
1227           dropped (unneccessary).
1228
1229 2006-06-03 13:39 +0000 [r7465]  Elan Ruusamäe <glen/at/pld-linux.org>
1230
1231         * geninitrd: Use cat and <<EOF. Redirect 2>/dev/null is only
1232           neccessary for vgchange.
1233
1234 2006-06-03 13:03 +0000 [r7464]  Elan Ruusamäe <glen/at/pld-linux.org>
1235
1236         * geninitrd: Output verbose message when activating dmraid and lvm
1237           volumes. Drop making nodes on readonly /dev and the error
1238           messages failing to do so.
1239
1240 2006-05-28 19:12 +0000 [r7456-7458]  Elan Ruusamäe <glen/at/pld-linux.org>
1241
1242         * Makefile: Generate changelog.sh in "make dist" target.
1243
1244         * changelog.sh (added): ChangeLog generation script (based on
1245           rc-scripts).
1246
1247 2006-05-28 15:54 +0000 [r7452-7453]  Elan Ruusamäe <glen/at/pld-linux.org>
1248
1249         * geninitrd: Tabs.
1250
1251         * geninitrd: Add 100k more to ext2 based images.
1252
1253 2006-05-26 09:06 +0000 [r7446]  Elan Ruusamäe <glen/at/pld-linux.org>
1254
1255         * geninitrd: Reindent code with tabs and ts=4.
1256
1257 2006-05-26 08:42 +0000 [r7445]  Elan Ruusamäe <glen/at/pld-linux.org>
1258
1259         * geninitrd: Use 'EOF' heredocs.
1260
1261 2006-05-26 08:39 +0000 [r7444]  Elan Ruusamäe <glen/at/pld-linux.org>
1262
1263         * geninitrd: Parse nfsroot= from /proc/cmdline for NFS root
1264           installs. Patch by Urmas Undusk
1265
1266 2006-05-22 14:11 +0000 [r7430]  Elan Ruusamäe <glen/at/pld-linux.org>
1267
1268         * geninitrd: Detect broken tool (lvdisplay) and fail early instead
1269           of generating invalid initrd
1270
1271 2006-05-06 18:42 +0000 [r7386]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1272
1273         * geninitrd: Keep suspends in sync.
1274
1275 2006-05-06 18:33 +0000 [r7385]  Jan Rękorajski <baggins/at/pld-linux.org>
1276
1277         * geninitrd: - turn suspend2 on by default - load required module
1278           for suspend2
1279
1280 2006-04-27 20:57 +0000 [r7371]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1281
1282         * geninitrd: Update support for recent suspend2 versions (Bartosz
1283           Świątek).
1284
1285 2006-04-09 21:09 +0000 [r7340]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1286
1287         * geninitrd.sysconfig: Correct suspend1 var.
1288
1289 2006-04-09 19:08 +0000 [r7339]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1290
1291         * geninitrd: Correct suspend variables.
1292
1293 2006-04-09 13:33 +0000 [r7338]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1294
1295         * geninitrd.sysconfig: Updated config.
1296
1297 2006-04-09 13:01 +0000 [r7337]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1298
1299         * geninitrd: Mainline suspend support. Suspend 2 renamed. Both
1300           suspends turned off by default.
1301
1302 2006-04-09 12:28 +0000 [r7336]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1303
1304         * geninitrd, geninitrd.sysconfig: Suspend 2 stuff renamed to
1305           suspend2 (it's old anyway).
1306
1307 2006-03-25 21:30 +0000 [r7319]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1308
1309         * geninitrd: Hacky initramfs support (and of course not working
1310           yet).
1311
1312 2006-02-22 18:20 +0000 [r6998]  Elan Ruusamäe <glen/at/pld-linux.org>
1313
1314         * lvm.todo: Few language fixes.
1315
1316 2006-02-22 18:11 +0000 [r6997]  Elan Ruusamäe <glen/at/pld-linux.org>
1317
1318         * geninitrd: Avoid duplicate device copying when LVM on RAID
1319
1320 2006-02-22 17:17 +0000 [r6996]  Elan Ruusamäe <glen/at/pld-linux.org>
1321
1322         * geninitrd: Fix mdadm output grabbing when there are N>0 spare
1323           disks
1324
1325 2006-01-28 13:40 +0000 [r6894]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1326
1327         * geninitrd: Always use mdassemble. By default put UUID based
1328           config (so devices can now change without affecting an array).
1329           Copy all devices matching /etc/mdadm.conf in case when disks
1330           layout is modified in system.
1331
1332 2006-01-28 13:16 +0000 [r6893]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1333
1334         * geninitrd, geninitrd.8.xml: Old raidtools no longer supported.
1335
1336 2006-01-27 23:37 +0000 [r6892]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1337
1338         * geninitrd: Allow raid6 and raid10.
1339
1340 2006-01-18 16:57 +0000 [r6854]  Elan Ruusamäe <glen/at/pld-linux.org>
1341
1342         * geninitrd.8.xml: - english
1343
1344 2006-01-17 22:11 +0000 [r6838]  Elan Ruusamäe <glen/at/pld-linux.org>
1345
1346         * geninitrd: - add dmraid support, needs udev as it creates nodes
1347           on /dev - probably udev support should be improved to copy config
1348           to initrd so the nodes correspond to ones configured in host
1349           currently customised udev in host has no effect on initrd
1350
1351 2006-01-17 21:29 +0000 [r6833]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1352
1353         * geninitrd: Generate rootfs finding stuff when using raid, too.
1354           (glen)
1355
1356 2006-01-17 21:24 +0000 [r6832]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1357
1358         * geninitrd.8.xml: Manual fix. (ankry).
1359
1360 2006-01-17 21:14 +0000 [r6831]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1361
1362         * geninitrd: Add missing parenthesis. (Robert Jaros) Properly copy
1363           /dev files when using lvm. (Robert Jaros)
1364
1365 2005-11-26 15:35 +0000 [r6569]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1366
1367         * geninitrd: In case of module with - in name we use _ in variables
1368           like ide-core -> MODULE_ide_core_USLEEP.
1369
1370 2005-11-17 13:04 +0000 [r6539]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1371
1372         * geninitrd: USLEEP not SLEEP + small fixes.
1373
1374 2005-11-17 12:56 +0000 [r6538]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1375
1376         * geninitrd: Sleeping after module load support.
1377
1378 2005-11-17 07:32 +0000 [r6537]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1379
1380         * geninitrd: Copy pvdevice nodes to initrd when not using udev.
1381
1382 2005-11-01 15:33 +0000 [r6509]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1383
1384         * geninitrd: Revert, doesn't make sense for udev case.
1385
1386 2005-11-01 15:10 +0000 [r6508]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1387
1388         * geninitrd: Always create /dev/mapper/control for our sake.
1389
1390 2005-09-23 23:14 +0000 [r6406]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1391
1392         * geninitrd: Create mapper control device only when not using udev.
1393
1394 2005-06-27 06:25 +0000 [r6191]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1395
1396         * geninitrd: Fix for mdadm >= v1.12.0. Version >= v1.12.0 is now
1397           required.
1398
1399 2005-06-09 22:03 +0000 [r6057]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1400
1401         * geninitrd: Use 3000 initrd as size for ia64|amd64|x86_64|sparc64
1402           arches.
1403
1404 2005-04-04 16:29 +0000 [r5716]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1405
1406         * geninitrd: Nicer warnings.
1407
1408 2005-02-23 13:14 +0000 [r5559]  Witek Kręcicki <adasi/at/pld-linux.org>
1409
1410         * TODO: - new entry (add dmraid support)
1411
1412 2004-12-10 15:36 +0000 [r5369]  Marcin Doliński <averne/at/pld-linux.org>
1413
1414         * geninitrd: - added /dev/mapper/control
1415
1416 2004-12-06 20:19 +0000 [r5367]  Adam Gołębiowski <adamg/at/pld-linux.org>
1417
1418         * geninitrd, geninitrd.sysconfig: - display info that it is
1419           possible to disable software suspend
1420
1421 2004-09-25 22:41 +0000 [r4657-4658]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1422
1423         * geninitrd: Really mount/umount /proc for udev.
1424
1425         * geninitrd: Fix passing hotplug binary into kernel. Drop devfs
1426           mount for lvm2.
1427
1428 2004-09-25 16:58 +0000 [r4653]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1429
1430         * geninitrd, geninitrd.sysconfig: Updated udev support.
1431
1432 2004-09-25 13:19 +0000 [r4648]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1433
1434         * geninitrd: Support for /dev managing by udev.
1435
1436 2004-09-19 20:50 +0000 [r4624]  Sergiusz Pawłowicz <serek/at/pld-linux.org>
1437
1438         * TODO: - extending todo list.
1439
1440 2004-09-17 21:24 +0000 [r4605]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1441
1442         * geninitrd: Umount /proc in initrd_gen_procdata().
1443
1444 2004-09-16 16:50 +0000 [r4600]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1445
1446         * geninitrd: Make root=/dev/XYZ work with grub, too.
1447
1448 2004-09-16 12:45 +0000 [r4599]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1449
1450         * geninitrd: Convert generation of nfs/softraid/lvm/suspend stuff
1451           into functions (initrd_gen_XXX).
1452
1453 2004-09-16 10:57 +0000 [r4598]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1454
1455         * geninitrd: Typo fixed.
1456
1457 2004-09-16 10:54 +0000 [r4597]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1458
1459         * geninitrd: Put information which devices belong to which array
1460           when having multiple raid arrays. Don't call mdassemble twice in
1461           such case since once is enough.
1462
1463 2004-09-01 16:38 +0000 [r4453]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1464
1465         * geninitrd: modulefile checking is done only once now (duplicates
1466           removed).
1467
1468 2004-08-30 18:53 +0000 [r4448]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1469
1470         * geninitrd: Display error and exit if raid data is not found when
1471           trying to find softraid modules.
1472
1473 2004-08-09 00:02 +0000 [r4420]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1474
1475         * geninitrd: Use suspend_bootsplash instead of suspend_text when
1476           bootsplash is in use.
1477
1478 2004-08-08 16:16 +0000 [r4418]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1479
1480         * geninitrd: - add support for swsusp2 2.0.0.103 (text mode)
1481
1482 2004-08-01 22:37 +0000 [r4413]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1483
1484         * geninitrd: Finish software suspend2 support (and enable it by
1485           default).
1486
1487 2004-07-31 09:36 +0000 [r4412]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1488
1489         * geninitrd: Softsuspend fixes, still disabled by default.
1490
1491 2004-07-31 01:26 +0000 [r4411]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1492
1493         * geninitrd: Software suspend 2 support added (untested).
1494
1495 2004-07-17 19:39 +0000 [r4358]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1496
1497         * geninitrd: Fix handling of module options.
1498
1499 2004-07-02 20:08 +0000 [r4294]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1500
1501         * geninitrd: Well, back to romfs, initramfs fixes.
1502
1503 2004-07-02 19:46 +0000 [r4293]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1504
1505         * geninitrd.sysconfig: Keep INITRDFS unconfigured so geninitrd
1506           script will decide which use as default.
1507
1508 2004-07-02 19:36 +0000 [r4292]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1509
1510         * geninitrd: initramfs support, use it by default for kernel >
1511           2.5.0.
1512
1513 2004-06-26 23:19 +0000 [r4250]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1514
1515         * geninitrd: Test checking if rootfs is on LVM was broken for LVM1
1516           case - fixed.
1517
1518 2004-06-26 21:12 +0000 [r4249]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1519
1520         * TODO: Updated (few questions).
1521
1522 2004-06-26 21:04 +0000 [r4248]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1523
1524         * geninitrd: In most cases broken fstab causes problems - enhance
1525           error message for find_modules_for() parameters checking.
1526
1527 2004-06-24 20:01 +0000 [r4242]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1528
1529         * geninitrd: LVM2: wipe out mount && pivot_root and welcome
1530           /proc/sys/kernel/real-root-dev.
1531
1532 2004-06-24 15:09 +0000 [r4241]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1533
1534         * geninitrd: Mount LVM2 rootfs read-only; few cleanups.
1535
1536 2004-06-24 13:26 +0000 [r4240]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1537
1538         * geninitrd: Preffer /sbin/chroot over /usr/sbin/chroot.
1539
1540 2004-06-24 13:22 +0000 [r4239]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1541
1542         * geninitrd: Mention proper kernel cmdline setup for root on
1543           nfs/lvm2 configurations.
1544
1545 2004-06-24 13:12 +0000 [r4238]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1546
1547         * geninitrd: Print warning when /proc is not mounted since too many
1548           things depend on this.
1549
1550 2004-06-24 13:09 +0000 [r4237]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1551
1552         * geninitrd: Working rootfs on LVM2 support (tested).
1553
1554 2004-06-23 12:20 +0000 [r4233]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1555
1556         * geninitrd: lvm2: do not restrict to sysfs devices only (since we
1557           even do not mount syfs).
1558
1559 2004-06-23 02:14 +0000 [r4232]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1560
1561         * geninitrd: For LVM use system configured devs filtering + avoid
1562           locking instead of ignoring errors.
1563
1564 2004-06-09 20:43 +0000 [r4159]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1565
1566         * geninitrd: Use posix,wsize=8192,rsize=8192 options for NFS
1567           mounts.
1568
1569 2004-06-09 18:11 +0000 [r4158]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1570
1571         * geninitrd: For rootfs on NFS create /dev/urandom on initrd - used
1572           by dhcp client.
1573
1574 2004-06-06 00:01 +0000 [r4149]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1575
1576         * geninitrd: Make nfs root case minimal + add very important
1577           comment.
1578
1579 2004-06-05 22:19 +0000 [r4148]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1580
1581         * geninitrd: rootfs on nfs works with funny things like kernel
1582           swapper doing init job/
1583
1584 2004-06-05 19:32 +0000 [r4147]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1585
1586         * geninitrd: (Almost) working root on NFS support.
1587
1588 2004-06-05 15:33 +0000 [r4146]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1589
1590         * geninitrd: Initial support for rootfs on NFS.
1591
1592 2004-04-22 09:36 +0000 [r3977]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1593
1594         * geninitrd: Fix typo in do_mdassemble variable (noted by Piotr
1595           Pawłow <pp/at/siedziba.pl>)
1596
1597 2004-04-10 11:34 +0000 [r3918]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1598
1599         * geninitrd: We do not support min/max kernel version settings in
1600           pci database, so remove that code.
1601
1602 2004-04-03 01:01 +0000 [r3865]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1603
1604         * geninitrd: Run only one, rootfs VG when using LVM.
1605
1606 2004-04-02 23:17 +0000 [r3862-3864]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1607
1608         * geninitrd: Ups, debugging left - removed.
1609
1610         * geninitrd: Print warning when ide-generic is used as fallback.
1611
1612         * geninitrd: Load ide-generic if no other IDE related modules
1613           found.
1614
1615 2004-04-02 22:09 +0000 [r3861]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1616
1617         * geninitrd: Support for LVM on top of SoftRAID.
1618
1619 2004-03-31 18:05 +0000 [r3850]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1620
1621         * lvm.todo: Mention LVM on top of SOFTRAID case.
1622
1623 2004-03-31 17:47 +0000 [r3849]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1624
1625         * geninitrd, geninitrd.8.xml: Change --lvmversion to
1626           --lvmtoolsversion (same with LVMVERSION->LVMTOOLSVERSION) to
1627           avoid confusion.
1628
1629 2004-03-31 17:39 +0000 [r3848]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1630
1631         * geninitrd: Fix creation of subdirectiories needed on in /dev on
1632           initrd image.
1633
1634 2004-03-31 17:29 +0000 [r3847]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1635
1636         * geninitrd: Support devfs like names for softraid detection.
1637
1638 2004-03-31 17:20 +0000 [r3846]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1639
1640         * geninitrd: Fix LVMVERSION detection when lvm1 tools are in use.
1641
1642 2004-03-31 16:33 +0000 [r3844]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1643
1644         * geninitrd: Check for /sbin/lvdisplay and /sbin/pvdisplay
1645           existence instead of /sbin/lvm (part of lvm2 package).
1646
1647 2004-03-08 14:36 +0000 [r3427]  Artur Frysiak <wiget/at/pld-linux.org>
1648
1649         * Makefile: - added ChangeLog to distributed package
1650
1651 2004-03-08 14:28 +0000 [r3425]  Artur Frysiak <wiget/at/pld-linux.org>
1652
1653         * TODO: - more things done
1654
1655 2004-03-05 08:10 +0000 [r3416]  Artur Frysiak <wiget/at/pld-linux.org>
1656
1657         * geninitrd: - redirect error message to stderr - fix displaing
1658           modules names in verbose mode - use --ignorelockfailure in lvm2
1659           invocation (/var isn't mounted now)
1660
1661 2004-02-01 23:48 +0000 [r3241]  Artur Frysiak <wiget/at/pld-linux.org>
1662
1663         * geninitrd: - finished LVM2 support (I hope, I don't break LVM1
1664           support) - fix printing modules names on 2.6.x kernels
1665
1666 2004-01-30 21:53 +0000 [r3228]  Artur Frysiak <wiget/at/pld-linux.org>
1667
1668         * geninitrd, geninitrd.8.xml: - write usage message to stdin not
1669           stderr - check version of LVM tools not LVM volumen format -
1670           added --lvmversion options
1671
1672 2004-01-30 00:35 +0000 [r3226]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1673
1674         * geninitrd: Try to load only required LVM module (needs testing
1675           with LVM1 tools and LVM2 tools using lvm1 metadata)
1676
1677 2004-01-29 12:34 +0000 [r3225]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1678
1679         * geninitrd: Test for LVM using lvdisplay (old way left for
1680           compatibility in some weird cases).
1681
1682 2004-01-29 12:15 +0000 [r3224]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1683
1684         * geninitrd: Local geninitrd configuration for LVM is more
1685           important than automatic searching. Give it chance to work with
1686           LVM1 tools (should work fine).
1687
1688 2004-01-29 12:04 +0000 [r3223]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1689
1690         * geninitrd: Implement searching for LVM devices using LVM2 tools.
1691           No idea whether is works with LVM1 tools but these are obsolete
1692           anyway.
1693
1694 2004-01-23 23:38 +0000 [r3219]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1695
1696         * geninitrd: Proper message.
1697
1698 2004-01-23 19:54 +0000 [r3218]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1699
1700         * geninitrd: If /sbin/initrd-mdassemble is available then use it
1701           instead of mdadm.
1702
1703 2004-01-17 20:12 +0000 [r3196]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1704
1705         * geninitrd: - drop support for raid using raid_start in busybox,
1706           it's broken - use initrd-mdadm
1707
1708 2003-12-28 18:56 +0000 [r3089]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1709
1710         * geninitrd.sysconfig: Remove obsolete bsp options.
1711
1712 2003-12-25 21:08 +0000 [r3080]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1713
1714         * geninitrd: Display information message when
1715           BOOT_SPLASH_RESOLUTIONS is empty.
1716
1717 2003-12-25 19:14 +0000 [r3079]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1718
1719         * geninitrd.8.xml: Comment now in utf.
1720
1721 2003-12-25 18:37 +0000 [r3075]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1722
1723         * geninitrd: Merged bootsplash branch.
1724
1725 2003-12-25 18:24 +0000 [r3074]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1726
1727         * geninitrd, geninitrd.8.xml: Use insmod instead of insmod_ng for
1728           2.6 kernels, too. Fix docummentation to describe that.
1729
1730 2003-10-02 20:34 +0000 [r1403]  Artur Frysiak <wiget/at/pld-linux.org>
1731
1732         * geninitrd.8.xml: - emails update
1733
1734 2003-09-18 22:54 +0000 [r1354]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1735
1736         * geninitrd: - make rootdev local variable inside find_modules_ide
1737           (should fix problems with raid support)
1738
1739 2003-09-18 22:17 +0000 [r1352]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1740
1741         * geninitrd: - set svn:keywords property
1742
1743 2003-09-13 12:57 +0000 [r1321]  Artur Frysiak <wiget/at/pld-linux.org>
1744
1745         * .cvsignore (removed), /: post cvs2svn cleanup - removed unused
1746           tags and branches - .cvsignore -> prop svn:ignore
1747
1748 2003-08-24 22:20 +0000 [r1317]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1749
1750         * geninitrd: - by default load all found IDE devices unless
1751           --ide-root-only option specified - when ide=reverse specified
1752           sort drivers in reverse order
1753
1754 2003-08-24 12:14 +0000 [r1315]  Michał Moskal <malekith/at/pld-linux.org>
1755
1756         * geninitrd: - add busybox -> sh symlink
1757
1758 2003-08-23 20:13 +0000 [r1313]  Arkadiusz Patyk <areq/at/pld-linux.org>
1759
1760         * geninitrd: - now pci.ide format is: PCI_ids module_name
1761           vendor_name|device_name
1762
1763 2003-08-23 19:54 +0000 [r1311]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1764
1765         * geninitrd: - find proper max_kernel
1766
1767 2003-08-15 23:32 +0000 [r1309]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1768
1769         * geninitrd: - enable new raid_start available in latest busybox
1770
1771 2003-08-15 22:33 +0000 [r1307]  Michał Moskal <malekith/at/pld-linux.org>
1772
1773         * geninitrd: - create /dev/null (busybox seems to need it) and
1774           /dev/zero (just in case)
1775
1776 2003-08-15 22:14 +0000 [r1306]  Michał Moskal <malekith/at/pld-linux.org>
1777
1778         * geninitrd: - set -x seems to cause SEGV
1779
1780 2003-08-15 21:58 +0000 [r1303-1304]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1781
1782         * geninitrd: - one more sbin->bin
1783
1784         * geninitrd: - on 2.4 also load only module which is needed for
1785           mounting rootfs
1786
1787 2003-08-15 21:53 +0000 [r1301-1302]  Michał Moskal <malekith/at/pld-linux.org>
1788
1789         * geninitrd: - use mdadm not initrd-mdadm for scanning
1790
1791         * geninitrd: - fix syntax
1792
1793 2003-08-15 21:51 +0000 [r1300]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1794
1795         * geninitrd: - use mdadm.conf, too - then raidtab
1796
1797 2003-08-15 21:39 +0000 [r1299]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1798
1799         * geninitrd: - initrd-busybox is in bin not sbin
1800
1801 2003-08-15 21:19 +0000 [r1298]  Michał Moskal <malekith/at/pld-linux.org>
1802
1803         * geninitrd: - first try
1804
1805 2003-08-15 21:00 +0000 [r1296]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1806
1807         * geninitrd: - beginning of mdadm.conf support
1808
1809 2003-08-15 19:15 +0000 [r1294]  Michał Moskal <malekith/at/pld-linux.org>
1810
1811         * geninitrd: - marged busybox version
1812
1813 2003-08-15 12:12 +0000 [r1292]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1814
1815         * geninitrd: - on 2.5/2.6 with sysfs we are able to fount exactly
1816           which module is required to get rootfs controller working
1817
1818 2003-08-12 22:01 +0000 [r1290]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1819
1820         * geninitrd: - fix ataraid support
1821
1822 2003-08-11 14:41 +0000 [r1288]  Arkadiusz Patyk <areq/at/pld-linux.org>
1823
1824         * geninitrd: - check if exist /proc/bus/pci/devices
1825
1826 2003-08-11 08:45 +0000 [r1286]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1827
1828         * geninitrd: - debug messages removed
1829
1830 2003-08-10 20:27 +0000 [r1284]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1831
1832         * geninitrd: - same names caused variable covering and wrong
1833           results (fixed) - don't try to load module unknown - don't fail
1834           if modules not found (staticly compiled?)
1835
1836 2003-08-10 12:21 +0000 [r1282]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1837
1838         * geninitrd: - if no IDE module on disk then it's probably compiled
1839           into kernel so don't fail - if PCI database not found then print
1840           warning
1841
1842 2003-08-09 23:43 +0000 [r1279-1280]  Jan Rękorajski <baggins/at/pld-linux.org>
1843
1844         * TODO: - we need ide=reverse support
1845
1846         * geninitrd: - when comparing pci IDs make sure they will be
1847           compared as strings
1848
1849 2003-08-09 23:09 +0000 [r1278]  Jan Rękorajski <baggins/at/pld-linux.org>
1850
1851         * geninitrd: - DO NOT sort driver modules, are you nuts?
1852
1853 2003-08-09 21:24 +0000 [r1275-1276]  Arkadiusz Patyk <areq/at/pld-linux.org>
1854
1855         * pci.ide (removed): - move to pci-database
1856
1857         * geninitrd: - use PCI ids from pci-database
1858
1859 2003-08-09 21:15 +0000 [r1274]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1860
1861         * geninitrd: - find all PREIDEMODS
1862
1863 2003-08-08 14:09 +0000 [r1272]  Arkadiusz Patyk <areq/at/pld-linux.org>
1864
1865         * Makefile: - better check VERSION - don't need install rc-script,
1866           bsp in builder
1867
1868 2003-08-07 22:41 +0000 [r1270]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1869
1870         * geninitrd: - debug message removed
1871
1872 2003-08-07 22:27 +0000 [r1269]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1873
1874         * pci.ide (added), geninitrd: - support for automatic IDE module
1875           finding (needs testing)
1876
1877 2003-08-07 20:08 +0000 [r1266]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1878
1879         * geninitrd: - fix typo
1880
1881 2003-08-07 09:10 +0000 [r1264]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1882
1883         * geninitrd: - added support for static mdadm
1884
1885 2003-07-17 18:08 +0000 [r1262]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1886
1887         * geninitrd: - there is insmod.static.modutils not
1888           insmod.static.modprobe
1889
1890 2003-06-30 21:38 +0000 [r1260]  Artur Frysiak <wiget/at/pld-linux.org>
1891
1892         * geninitrd: - use correct version of insmod.static
1893
1894 2003-04-09 11:40 +0000 [r1257]  Artur Frysiak <wiget/at/pld-linux.org>
1895
1896         * geninitrd, geninitrd.8.xml: - added --with-insmod-static to allow
1897           using /sbin/insmod.static if bsp internal insmod/insmod_ng is
1898           bugi - use DocBook XML 4.2 for man page - describe
1899           --with-insmod-static and Linux 2.5.x support - small
1900           "despamification"
1901
1902 2003-02-19 08:49 +0000 [r1255-1256]  Artur Frysiak <wiget/at/pld-linux.org>
1903
1904         * geninitrd: - Linux 2.5.x support
1905
1906         * TODO: - and more things to do
1907
1908 2003-02-19 08:43 +0000 [r1254]  Artur Frysiak <wiget/at/pld-linux.org>
1909
1910         * geninitrd.8.xml: - typo fixes
1911
1912 2002-11-27 17:56 +0000 [r1253]  Artur Frysiak <wiget/at/pld-linux.org>
1913
1914         * geninitrd: - typo in LVM code
1915
1916 2002-11-26 13:44 +0000 [r1252]  Artur Frysiak <wiget/at/pld-linux.org>
1917
1918         * geninitrd: - first version with LVM support but not yet fully
1919           tested
1920
1921 2002-11-26 13:40 +0000 [r1251]  Artur Frysiak <wiget/at/pld-linux.org>
1922
1923         * lvm.todo (added): LVM implementation plan
1924
1925 2002-10-13 11:40 +0000 [r1250]  Witek Kręcicki <adasi/at/pld-linux.org>
1926
1927         * geninitrd: - fixed preload
1928
1929 2002-09-27 15:19 +0000 [r1249]  Artur Frysiak <wiget/at/pld-linux.org>
1930
1931         * geninitrd.8.xml: - one more contributor
1932
1933 2002-09-27 15:14 +0000 [r1248]  Artur Frysiak <wiget/at/pld-linux.org>
1934
1935         * geninitrd: - support for gzipped modules (patch by Witold
1936           Filipczyk <witekfl/at/poczta.onet.pl>) - use findfs from e2fsprogs
1937           (>= 1.28) to find root device if specified by UUID or LABEL
1938
1939 2002-09-06 14:58 +0000 [r1245-1247]  Artur Frysiak <wiget/at/pld-linux.org>
1940
1941         * geninitrd.8.xml: - not show almost empty hardware RAID desc
1942
1943         * geninitrd: New features: - ATA RAID support Bugfixes: - by
1944           default use raidstart (if needed) - show raidstart related
1945           options in help message - drop undocumented --use-raidstart
1946           switch
1947
1948         * geninitrd.8.xml: - added some notes about SCSI, ATA RAID and
1949           hardware RAID support
1950
1951 2002-03-25 11:07 +0000 [r1244]  Michał Moskal <malekith/at/pld-linux.org>
1952
1953         * geninitrd: - fixed raidstart (should work with
1954           real-soon-now-to-be-released version of bsp) - use bsp-raidless
1955           if not using raid
1956
1957 2002-03-13 15:19 +0000 [r1243]  Artur Frysiak <wiget/at/pld-linux.org>
1958
1959         * Makefile: better make dist
1960
1961 2002-03-13 14:46 +0000 [r1239-1242]  Artur Frysiak <wiget/at/pld-linux.org>
1962
1963         * Makefile: add geninitrd.8.xml to dist tarball and make
1964           geninitrd.8 from xml source
1965
1966         * .cvsignore: ignore generated files
1967
1968         * geninitrd.8 (removed): this file are generated from xml source
1969
1970         * geninitrd.8.xml, geninitrd.8: typo
1971
1972 2002-03-13 13:40 +0000 [r1238]  Artur Frysiak <wiget/at/pld-linux.org>
1973
1974         * geninitrd.8.xml: formating fixes
1975
1976 2002-03-13 13:26 +0000 [r1237]  Artur Frysiak <wiget/at/pld-linux.org>
1977
1978         * geninitrd: UUID and LABEL support for ext3 fix displaying missing
1979           modules names
1980
1981 2002-03-07 13:39 +0000 [r1236]  Jakub Bogusz <qboosh/at/pld-linux.org>
1982
1983         * geninitrd: - fixed raidstart (if raidstart bsp builtin works)
1984
1985 2002-03-07 09:57 +0000 [r1235]  Artur Frysiak <wiget/at/pld-linux.org>
1986
1987         * geninitrd.8.xml: now is completed
1988
1989 2002-02-20 13:37 +0000 [r1234]  Artur Frysiak <wiget/at/pld-linux.org>
1990
1991         * geninitrd.sysconfig: FS->INITRDFS
1992
1993 2002-02-20 13:29 +0000 [r1233]  Jakub Bogusz <qboosh/at/pld-linux.org>
1994
1995         * geninitrd.sysconfig: - typo
1996
1997 2002-02-20 11:30 +0000 [r1232]  Artur Frysiak <wiget/at/pld-linux.org>
1998
1999         * geninitrd: don't generate modules.dep
2000
2001 2002-02-20 11:07 +0000 [r1231]  Michał Moskal <malekith/at/pld-linux.org>
2002
2003         * geninitrd: - run depmod, if modules.dep hasn't been found
2004
2005 2002-02-20 10:11 +0000 [r1230]  Artur Frysiak <wiget/at/pld-linux.org>
2006
2007         * geninitrd: - --fs is back, but if used warning is writen
2008
2009 2002-02-19 14:47 +0000 [r1227-1229]  Artur Frysiak <wiget/at/pld-linux.org>
2010
2011         * Makefile: portability fix
2012
2013         * geninitrd.8.xml (added): - start rewrite documentation to XML
2014           Docbook.
2015
2016         * geninitrd: - drop trash support (trash is dead) - rename --fs to
2017           --initrdfs (less confusion but incompatible change :( ) - new
2018           configuration option EXIT_IF_MISSING (is set to "no" then warn
2019           about missing modules but continue) - disable root on loop device
2020           (need rewrite for bsp)
2021
2022 2002-02-19 14:35 +0000 [r1226]  Artur Frysiak <wiget/at/pld-linux.org>
2023
2024         * TODO: total rewite plan
2025
2026 2002-01-29 11:19 +0000 [r1225]  Michał Moskal <malekith/at/pld-linux.org>
2027
2028         * geninitrd: - depmod support added - needs testing!
2029
2030 2002-01-17 20:14 +0000 [r1224]  Tomasz Pala <gotar/at/pld-linux.org>
2031
2032         * geninitrd, geninitrd.8: - cosmetics.
2033
2034 2001-12-15 14:41 +0000 [r1223]  Paweł Gołaszewski <blues/at/pld-linux.org>
2035
2036         * TODO: - one more
2037
2038 2001-12-15 14:33 +0000 [r1222]  Paweł Gołaszewski <blues/at/pld-linux.org>
2039
2040         * geninitrd: - typo
2041
2042 2001-10-15 10:56 +0000 [r1221]  Artur Frysiak <wiget/at/pld-linux.org>
2043
2044         * geninitrd: fixed typo reported by GoTaR <gotar/at/priv0.onet.pl>
2045
2046 2001-09-10 09:52 +0000 [r1220]  Artur Frysiak <wiget/at/pld-linux.org>
2047
2048         * geninitrd: VERSION is *not* hardcoded
2049
2050 2001-09-07 17:59 +0000 [r1219]  kloczek <kloczek/at/pld-linux.org>
2051
2052         * Makefile: - rename release target to dist.
2053
2054 2001-09-07 17:56 +0000 [r1218]  kloczek <kloczek/at/pld-linux.org>
2055
2056         * geninitrd: - hardcode VERSION (as 2.6) - move initialize
2057           variables on top and few indentation.
2058
2059 2001-09-07 17:37 +0000 [r1217]  kloczek <kloczek/at/pld-linux.org>
2060
2061         * geninitrd.sysconfig: - uncomment using bsp by default.
2062
2063 2001-09-07 13:29 +0000 [r1216]  Artur Frysiak <wiget/at/pld-linux.org>
2064
2065         * Makefile: fix typo clean up
2066
2067 2001-09-07 13:25 +0000 [r1215]  Artur Frysiak <wiget/at/pld-linux.org>
2068
2069         * Makefile, geninitrd: Use RCS Id as version number
2070
2071 2001-09-07 13:02 +0000 [r1214]  Artur Frysiak <wiget/at/pld-linux.org>
2072
2073         * geninitrd: release 2.5 ready
2074
2075 2001-09-07 12:21 +0000 [r1213]  Paweł Gołaszewski <blues/at/pld-linux.org>
2076
2077         * TODO, geninitrd.sysconfig: - commented PREMODS added to
2078           sysconfig-file - one more TODO
2079
2080 2001-08-22 15:04 +0000 [r1212]  Arkadiusz Patyk <areq/at/pld-linux.org>
2081
2082         * geninitrd: - s/DC960/DAC960/
2083
2084 2001-08-13 10:41 +0000 [r1211]  Artur Frysiak <wiget/at/pld-linux.org>
2085
2086         * geninitrd: Use RSC Id to better identification
2087
2088 2001-07-06 15:30 +0000 [r1210]  Artur Frysiak <wiget/at/pld-linux.org>
2089
2090         * TODO: one task done; one added
2091
2092 2001-07-06 15:05 +0000 [r1209]  Artur Frysiak <wiget/at/pld-linux.org>
2093
2094         * geninitrd: devfs support inspired by patch from Robert R. Wal
2095           <rrw/at/reptile.eu.org>
2096
2097 2001-07-04 13:01 +0000 [r1208]  kloczek <kloczek/at/pld-linux.org>
2098
2099         * TODO: Answer for quesion.
2100
2101 2001-07-04 11:31 +0000 [r1206-1207]  Artur Frysiak <wiget/at/pld-linux.org>
2102
2103         * Makefile: version 2.4
2104
2105         * geninitrd.8: some options described
2106
2107 2001-07-04 08:31 +0000 [r1205]  Artur Frysiak <wiget/at/pld-linux.org>
2108
2109         * TODO: more to do
2110
2111 2001-07-04 08:02 +0000 [r1204]  Artur Frysiak <wiget/at/pld-linux.org>
2112
2113         * geninitrd: UUID/LABEL support for xfs finished (thanks baggins)
2114
2115 2001-07-03 17:33 +0000 [r1201-1203]  Artur Frysiak <wiget/at/pld-linux.org>
2116
2117         * TODO: more tasks done
2118
2119         * geninitrd.8: - --omit-* options are removed
2120
2121         * geninitrd: - load software raid modules only if rootfs is on raid
2122           - hadle linear "raid" - remove --omit-* options - added --raidtab
2123           option
2124
2125 2001-07-03 11:55 +0000 [r1200]  Artur Frysiak <wiget/at/pld-linux.org>
2126
2127         * TODO: some tasks done; new tasks added
2128
2129 2001-07-03 10:45 +0000 [r1199]  Artur Frysiak <wiget/at/pld-linux.org>
2130
2131         * geninitrd: better message if modules is loadded without options
2132
2133 2001-07-03 10:27 +0000 [r1198]  Artur Frysiak <wiget/at/pld-linux.org>
2134
2135         * geninitrd: - support rootfs on DAC960/cpqarray/cciss (AMI RAID
2136           not supported yet) - hide --omit* options - added
2137           --modules-conf=<modules.conf> options
2138
2139 2001-07-02 09:32 +0000 [r1197]  Michał Moskal <malekith/at/pld-linux.org>
2140
2141         * Makefile: rel 2.3
2142
2143 2001-07-02 09:00 +0000 [r1196]  Michał Moskal <malekith/at/pld-linux.org>
2144
2145         * geninitrd: - use /etc/modules.conf only if it exists
2146
2147 2001-06-27 17:58 +0000 [r1195]  Artur Frysiak <wiget/at/pld-linux.org>
2148
2149         * TODO: more to do
2150
2151 2001-06-27 17:42 +0000 [r1193-1194]  Artur Frysiak <wiget/at/pld-linux.org>
2152
2153         * TODO: UUID/LABEL support- done
2154
2155         * geninitrd: added LABEL and UUID support redirect all error
2156           messages to stderr
2157
2158 2001-06-27 16:38 +0000 [r1192]  Bartosz Waszak <waszi/at/pld-linux.org>
2159
2160         * TODO: - add support to LVM
2161
2162 2001-06-27 12:42 +0000 [r1191]  Artur Frysiak <wiget/at/pld-linux.org>
2163
2164         * geninitrd.8: updated to geninitrd
2165
2166 2001-06-27 12:38 +0000 [r1190]  Artur Frysiak <wiget/at/pld-linux.org>
2167
2168         * geninitrd: options handling fixes
2169
2170 2001-06-22 05:55 +0000 [r1189]  kloczek <kloczek/at/pld-linux.org>
2171
2172         * TODO: - fix bug: generate proper modules list if in fstab is use
2173           UUID or LABEL in firs column.
2174
2175 2001-06-22 05:52 +0000 [r1186-1188]  kloczek <kloczek/at/pld-linux.org>
2176
2177         * geninitrd: - reformated.
2178
2179         * Makefile: - version 2.2.
2180
2181         * geninitrd: - be more verbose: add display "Add module <module> to
2182           initrd." on insert module to initrd.
2183
2184 2001-06-21 10:33 +0000 [r1185]  Artur Frysiak <wiget/at/pld-linux.org>
2185
2186         * geninitrd: (findmodule): double escape, now work with gawk and
2187           bash too (PREIDEMODS): add ide-probe, clean 2.2.19 have this
2188           module instead ide-probe-mod
2189
2190 2001-06-21 10:02 +0000 [r1184]  Artur Frysiak <wiget/at/pld-linux.org>
2191
2192         * geninitrd: (my_dirname): New function - awk version of
2193           dirname(1). (main): Put modules in this same place like in real
2194           system. This cure some ksymoops warnings/errors.
2195
2196 2001-05-02 19:20 +0000 [r1183]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
2197
2198         * geninitrd: (main): display full path to missing binaries (just
2199           help for beginners)
2200
2201 2001-03-21 09:23 +0000 [r1181-1182]  kloczek <kloczek/at/pld-linux.org>
2202
2203         * geninitrd: - few reformatings.
2204
2205         * geninitrd: - run insmod with -k for autoclean unused modules.
2206
2207 2001-03-19 13:11 +0000 [r1180]  Michał Zawalich <michuz/at/pld-linux.org>
2208
2209         * Makefile: - version 2.1 - this version works fine with 2.4.x
2210
2211 2001-03-06 15:48 +0000 [r1179]  Artur Frysiak <wiget/at/pld-linux.org>
2212
2213         * geninitrd: skip build directory in my_find() (thanks to laro)
2214
2215 2001-01-30 17:47 +0000 [r1178]  kloczek <kloczek/at/pld-linux.org>
2216
2217         * geninitrd.sysconfig: - uncomment COMPRESS=yes, FS=rom,
2218           PROBESCSI=yes, PROBEIDE=yes, PROBERAID=yes
2219
2220 2001-01-30 17:44 +0000 [r1177]  kloczek <kloczek/at/pld-linux.org>
2221
2222         * geninitrd: - check for and read /etc/sysconfig/geninitrd (not
2223           /etc/sysconfig/initrd).
2224
2225 2001-01-17 10:37 +0000 [r1176]  Dariusz Karolczak <inglod/at/pld-linux.org>
2226
2227         * TODO: - updated
2228
2229 2001-01-16 14:08 +0000 [r1175]  Dariusz Karolczak <inglod/at/pld-linux.org>
2230
2231         * geninitrd: find remove
2232
2233 2001-01-09 13:01 +0000 [r1174]  Dariusz Karolczak <inglod/at/pld-linux.org>
2234
2235         * geninitrd: fix: bsp use if /sbin/bsp not installed
2236
2237 2001-01-09 11:14 +0000 [r1173]  Dariusz Karolczak <inglod/at/pld-linux.org>
2238
2239         * geninitrd: change all 'cut' into 'awk'
2240
2241 2001-01-06 15:22 +0000 [r1172]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
2242
2243         * geninitrd: - added a lot of ""s :)
2244
2245 2000-12-15 17:17 +0000 [r1171]  Michał Moskal <malekith/at/pld-linux.org>
2246
2247         * geninitrd: Bug fix: bsp was never used.
2248
2249 2000-12-15 16:05 +0000 [r1170]  Michał Moskal <malekith/at/pld-linux.org>
2250
2251         * geninitrd, geninitrd.sysconfig: Updated to use bsp.
2252
2253 2000-12-06 19:36 +0000 [r1168-1169]  kloczek <kloczek/at/pld-linux.org>
2254
2255         * Makefile: - version 1.2.
2256
2257         * geninitrd: - use strash instead ash.static - added making
2258           /dev/zero on initrd (required by trash).
2259
2260 2000-11-30 18:39 +0000 [r1167]  Jan Rękorajski <baggins/at/pld-linux.org>
2261
2262         * Makefile: - version 1.1
2263
2264 2000-11-22 12:47 +0000 [r1165-1166]  Jacek Konieczny <jajcus/at/pld-linux.org>
2265
2266         * TODO: - updated
2267
2268         * geninitrd: - warn if /sbin/losetup not present and root
2269           filesystem on loopback device is to be use (but such
2270           configuration seems to be broken anyway)
2271
2272 2000-11-18 14:00 +0000 [r1164]  Dariusz Karolczak <inglod/at/pld-linux.org>
2273
2274         * geninitrd: change options "mktemp"
2275
2276 2000-11-16 14:17 +0000 [r1163]  Dariusz Karolczak <inglod/at/pld-linux.org>
2277
2278         * geninitrd: change all 'grep' into 'awk'
2279
2280 2000-11-16 09:15 +0000 [r1162]  Jacek Konieczny <jajcus/at/pld-linux.org>
2281
2282         * geninitrd: - losetup is not needed anymore for ext2 filesystem
2283           creation
2284
2285 2000-11-16 09:08 +0000 [r1161]  Dariusz Karolczak <inglod/at/pld-linux.org>
2286
2287         * geninitrd, TODO: *** empty log message ***
2288
2289 2000-11-15 13:55 +0000 [r1160]  Artur Frysiak <wiget/at/pld-linux.org>
2290
2291         * geninitrd: - generate initrd for 2.4.0 kernel too (but find is
2292           used) - use mktemp - fix one typo (mount -> umount)
2293
2294 2000-11-14 15:27 +0000 [r1159]  Artur Frysiak <wiget/at/pld-linux.org>
2295
2296         * geninitrd: - fix some typos - allow compressing cramfs images
2297
2298 2000-11-14 14:57 +0000 [r1158]  Jacek Konieczny <jajcus/at/pld-linux.org>
2299
2300         * geninitrd: - fixed scsi modules order (by inglod)
2301
2302 2000-11-14 14:47 +0000 [r1157]  Artur Frysiak <wiget/at/pld-linux.org>
2303
2304         * geninitrd: - fix cramfs support (semitested)
2305
2306 2000-11-14 14:19 +0000 [r1156]  Artur Frysiak <wiget/at/pld-linux.org>
2307
2308         * geninitrd, geninitrd.8: - added cramfs support (untested)
2309
2310 2000-11-14 13:33 +0000 [r1155]  Artur Frysiak <wiget/at/pld-linux.org>
2311
2312         * geninitrd: - fix generating SCSI-enabled initrd (typo)
2313
2314 2000-11-09 09:31 +0000 [r1154]  Jacek Konieczny <jajcus/at/pld-linux.org>
2315
2316         * .cvsignore (added): - some ignores
2317
2318 2000-11-09 09:26 +0000 [r1152]  Jacek Konieczny <jajcus/at/pld-linux.org>
2319
2320         * Makefile (added), / (added), geninitrd (added), TODO (added),
2321           geninitrd.sysconfig (added), geninitrd.8 (added): Initial
2322           revision
2323
This page took 0.532635 seconds and 4 git commands to generate.