summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: bc1f8d7a48773272aae7cf967a7fc2b2790c0a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
initramfs-tools (0.52) unstable; urgency=low

  * hooks/lvm: manual_add_modules dm_snapshot, will allow boot from lvm
    snapshot. (ubuntu: #3842)

  * init: Fix maybe_break test for the bottom stage.

  * scripts/init-premount/udev-helper: Renamed from scripts/init-premount/ide.

  * update-initramfs: s/was/has/ been altered. (closes: #351939)

  * update-initramfs(8), mkinitramfs(8): The point of the first is to be used
    on your local box. The second cmd should help for advanced usage.

 -- maximilian attems <maks@sternwelten.at>  Tue, 14 Feb 2006 11:18:44 +0100

initramfs-tools (0.51) unstable; urgency=low

  * scripts/functions: Call panic on circular deps to get rescue shell.

  * mkinitramfs: Use ${CONFDIR} everywhere.

  * Sync with 0.40ubuntu16:
    - skip 0.40ubuntu15 udev gets fixed to only call update-initramfs
      when /etc/mkinitramfs/initramfs.conf is there.
    - 0.40ubuntu13 don't take over all initramfs images in Debian.

  * hook-functions: auto_add_modules atkb and i8042.

  * scripts/functions: on panic modprobe atkb and i8042 - work around for
    broken configs, where those are not build in. (Closes: #337497)

  * scripts/functions: update_progress check if /dev/.initramfs/ exists
    before writing into it.

 -- maximilian attems <maks@sternwelten.at>  Tue, 24 Jan 2006 13:11:24 +0100

initramfs-tools (0.50c) unstable; urgency=low

  "E so io muoio da partigiano"

  * hook-functions: Fix MODULES=dep as `modprobe --show-depends' prints not
    only the insmod commands, but also the install ones.  Thanks for the patch
    to Jean Charles Delepine <delepine@nnx.com>. (Closes: #342616)

  * hooks/evms, scripts/local-top/evms: EVMS takes care of it's own hooks, rm.
    Thanks Steinar H. Gunderson <sesse@debian.org>. (Closes: 340258)

 -- maximilian attems <maks@sternwelten.at>  Sat, 14 Jan 2006 17:40:48 +0100

initramfs-tools (0.49) unstable; urgency=low

  * Pump dephelper to 4.1.0 dependency as pointed out by linda.

  * initramfs-tools.8: Add DEBUG section, cheat how to check the initramfs.

  * Add optional sarge busybox-cvs-static dep to ease backport.

 -- maximilian attems <maks@sternwelten.at>  Thu, 12 Jan 2006 17:28:42 +0100

initramfs-tools (0.48) unstable; urgency=low

  * mkinitramfs: klibc 1.1.14 moved from /usr/lib/klibc/lib to /lib
    Bonus: You can now execute any klibc bin directly.
    Cope with the move and pump dep. (Closes: 345949)

 -- maximilian attems <maks@sternwelten.at>  Wed,  4 Jan 2006 16:11:25 +0100

initramfs-tools (0.47) unstable; urgency=low

  * mkinitramfs: Don't complain about missing /bin/sh - use rm -f.
    Minor cleanup for the newer packaging of klibc 1.1.14.

 -- maximilian attems <maks@sternwelten.at>  Sat, 31 Dec 2005 14:17:31 +0100

initramfs-tools (0.46) unstable; urgency=low

  * Don't include .bzr dirs in source upload.
    Thanks Frederik Schüler <fs@debian.org>

 -- maximilian attems <maks@sternwelten.at>  Thu, 29 Dec 2005 14:23:46 +0100

initramfs-tools (0.45) unstable; urgency=high

  "Che mi sento di morir."

  * Unset debug before calling init, confuses /etc/init.d/rc.

  * scripts/init-premount/ide: Load uncondionally for ide boots ide-generic
    and also ide-disk, as udev ignores them. High urgency upload for rc bugs.
    Thanks Frans Pop <fjp@debian.org> and Joey Hess <joeyh@debian.org> for
    testing! (Closes: #332824, #342925, #344754, #337045, #338406)

 -- maximilian attems <maks@sternwelten.at>  Thu, 29 Dec 2005 10:34:32 +0100

initramfs-tools (0.44) unstable; urgency=high

  "O partigiano portami via"

  * Urgency high upload to stay in sync with udev for testing.

  * initramfs.conf: Fix wording choice for resume option. (Closes: #337575)

  * hooks/kernelextras: Really fix #335505.
    Don't expand wildcase to current dir. (Closes: #342153)

  * Add initramfs-tools.8 describing how the hooks of initramfs-tools work
    and how to use them. Thanks David Härdeman <david@2gen.com> for the patch.
    (Closes: #339091)

  * initramfs.conf.5,  mkinitramfs.8, update-initramfs.8: Update
    cross-references of the different manpages.

  * TODO: update to current state.

  * scripts/functions: remove old duplicate suspend support.

  * Sync with 0.40ubuntu8. (Closes: #337318)
    - Revert the modprobe changes for now as modules-init-tools of
      testing doesn't have yet the wanted interface.

 -- maximilian attems <maks@sternwelten.at>  Mon, 12 Dec 2005 11:22:15 +0100

initramfs-tools (0.42) unstable; urgency=low

  * hook-functions: The mptspi module is required for at least some machines
    that use the mptscsih. Thanks dann frazier <dannf@hp.com> for the patch.
    (Closes: #341162)

  * Resync with 0.40ubuntu7.
    - Do the udev split by hand as we have a different udev invocation
      supporting linux < 2.6.15. Increment udev dep to the version with
      initramfs hooks.
    - Debian's klibc hasn't yet the nanosleep, waiting for unbroken
      linux-headers.
    - Don't remove resume support from /etc/mkinitramfs/initramfs.conf
      even if bootloader setting is preferred.

 -- maximilian attems <maks@sternwelten.at>  Mon,  5 Dec 2005 12:59:59 +0100

initramfs-tools (0.40ubuntu16) dapper; urgency=low

  * Bump klibc-utils dependency to (>= 1.1.16-1), for hppa and ia64.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 19 Jan 2006 04:00:39 +1100

initramfs-tools (0.40ubuntu15) dapper; urgency=low

  * Drop the udev dependency, so we always get configured before udev.
    We can get away with this now that udev hooks/scripts have been split
    into the udev package proper.  This should close Malone bug #28808.

 -- Adam Conrad <adconrad@ubuntu.com>  Wed, 18 Jan 2006 22:50:27 +1100

initramfs-tools (0.40ubuntu14) dapper; urgency=low

  * If copy_exec is asked to copy to the same location twice, check if
    we're copying the same file again.  If so, do nothing and carry on, if
    not, warn that we asked it for an impossibility, and don't overwrite.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 12 Jan 2006 18:00:12 +1100

initramfs-tools (0.40ubuntu13) dapper; urgency=low

  * Default to taking over other initramfs images in Ubuntu, as this is
    more consistent with what our packaging expects to be able to do.
  * Make "update-initramfs -u" try to find the running kernel before it
    attempts to search the symbolic link list and its own sha1 list.

 -- Adam Conrad <adconrad@ubuntu.com>  Wed, 11 Jan 2006 16:25:20 +1100

initramfs-tools (0.40ubuntu12) dapper; urgency=low

  * Oops, move the progress state file into the new directory too.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon,  9 Jan 2006 21:26:44 +1100

initramfs-tools (0.40ubuntu11) dapper; urgency=low

  * Move the state directory from /dev/initramfs to /dev/.initramfs

 -- Adam Conrad <adconrad@ubuntu.com>  Mon,  9 Jan 2006 21:17:50 +1100

initramfs-tools (0.40ubuntu10) dapper; urgency=low

  * Create the /dev/initramfs directory as soon as we mount /dev, so other
    packages that need a playground in /dev can do so in a uniform location.
  * Update the usplash progress bar every time we are asked to output a
    success or failure value from an init action, and write our progress to
    /dev/initramfs for sysv-init to gather up and pick up where we left off.
  * Export $DPKG_ARCH in both mkinitramfs (for use by hooks) and initramfs.
  * Use $DPKG_ARCH in the thermal hook/script to divide the x86 stuff from
    the powerpc stuff, not because we have to, but as an example to others.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon,  9 Jan 2006 10:51:51 +1100

initramfs-tools (0.40ubuntu9) dapper; urgency=low

  * Make some changes to cope with the new and improved klibc packaging:
    - Add a force to the deletion of ${DESTDIR}/bin/sh, to avoid errors.
    - Cope with libklibc moving from /usr/lib/klibc/lib to /lib.
    - Bump dependency on klibc-utils to one new enough for the above.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu,  5 Jan 2006 15:13:15 +1100

initramfs-tools (0.40ubuntu8) dapper; urgency=low

  * Call modprobe everywhere with "-Qb" to silence messages and allow user
    blacklisting.
  * Copy the entire /etc/modprobe.d directory to the initramfs, so we can
    pick up all user blacklists and options.
  * Remove the slumber for SCSI/USB devices from the local filesystem mount
    script, udev's init-premount script will take care of this when
    necessary.

 -- Scott James Remnant <scott@ubuntu.com>  Wed,  7 Dec 2005 16:18:12 +0000

initramfs-tools (0.40ubuntu7) dapper; urgency=low

  * remove "sleep 3" from the nfs script before the nfsmount command,
    its a leftover from debugging in breezy and slows down thin client 
    booting unnecessary

 -- Oliver Grawert <ogra@ubuntu.com>  Fri,  2 Dec 2005 11:45:05 +0100

initramfs-tools (0.40ubuntu6) dapper; urgency=low

  * When panicking, fork an interactive subshell rather than execing it, so
    that if the user fixes things up and exits, we continue rather than
    panic the kernel.
  * Call update-initramfs in postinst to regenerate the latest initramfs on
    upgrades

 -- Matt Zimmerman <mdz@ubuntu.com>  Thu,  1 Dec 2005 22:23:09 -0800

initramfs-tools (0.40ubuntu5) dapper; urgency=low

  * Wait up to 10 seconds for the root device to appear before failing,
    allowing SCSI and USB controllers time to settle.  There's almost
    certainly a more elegant way to do this generically for all mountroot
    functions, but for now this will suffice.

 -- Scott James Remnant <scott@ubuntu.com>  Thu,  1 Dec 2005 21:28:55 +0000

initramfs-tools (0.40ubuntu4) dapper; urgency=low

  * Mount /dev with mode 0755.

 -- Scott James Remnant <scott@ubuntu.com>  Thu,  1 Dec 2005 19:30:06 +0000

initramfs-tools (0.40ubuntu3) dapper; urgency=low

  "A true friend stabs you in the front."
  - Oscar Wilde 

  * hooks/acpid: Rename to ...
  * hooks/thermal: ... this.  Add therm_pm72 for ppc64 systems.

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 30 Nov 2005 22:25:01 -0500

initramfs-tools (0.40ubuntu2) dapper; urgency=low

  * Rename scripts/init-premount/acpid to scripts/init-premount/thermal
    and add therm_pm72 to avoid "vaccum cleaner mode" on ppc64 systems.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu,  1 Dec 2005 12:37:27 +1100

initramfs-tools (0.40ubuntu1) dapper; urgency=low

  * Use tmpfs for /dev, instead of ramfs; as tmpfs is swappable.
  * Move /proc and /sys to the real filesystem, rather than unmounting them;
    slightly reduces workload.
  * Replace /root with ${rootmnt} in final usage of /dev/console
  * Copy across modprobe blacklist as well as aliases

  * Change the panic/breaknow thing *again*.  There's now a break= option
    which can be any of top, modules, premount, mount, bottom, init and
    causes the initramfs to break at that point.  panic/breaknow is now
    break=top, without an argument is equivalent to break=premount.
  * Run depmod at the top of the init script, so init-top scripts can use
    modprobe.

  * Remove udev-specific code:
    - depend on the version of udev that includes all of these things itself
    - remove udevstart from init
    - remove code to move /dev to the real filesystem from init
    - remove /sys-based module loading from load_modules
    - remove boot_events functions from load_modules
    - remove udev copy from mkinitramfs
    - remove udev hook script

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 24 Nov 2005 21:21:12 +0000

initramfs-tools (0.41) unstable; urgency=high

  "Una mattina mi sono svegliato"

  * High urgency upload to cope with newer udev upstream - bonus:
    condition to test against when udev is ready. (Closes: #341014)
    Thanks Marco d'Itri <md@linux.it> for guidance and 
    Heikki Henriksen <heikkih@gmail.com> for double check.

  * Pump udev dep on 0.076-3.

  * Special thanks to Paul Traina for previous udev / emvs work.

  * Sync with Ubuntu (0.36ubuntu6).

  * Kill udevd as late as possible. Thanks David Härdeman <david@2gen.com>
    for the patch. (Closes: #339093)

 -- maximilian attems <maks@sternwelten.at>  Mon, 28 Nov 2005 17:53:24 +0100

initramfs-tools (0.40) unstable; urgency=high

  * High urgency upload as udev changed under our feet. Fix RC bugs.

  * hooks/udev: Add needed bits: udevsynthesize. (Closes: #340257)
    Move good bits from global mkinitramfs.

  * Pump udev dep on 0.074-3.

  * Fix evms hooks properly until they get merged into the evms itself.
    (Closes: #337704)

  * Sync with Ubuntu (0.36ubuntu4).

 -- maximilian attems <maks@sternwelten.at>  Wed, 23 Nov 2005 10:31:57 +0100

initramfs-tools (0.39) unstable; urgency=medium

   * Setting urgency to medium to get this into testing.  This
     will make life easier for d-i.

  * Revert the mklibs-small usage patch - reduces needed dependencies:
    hook-fuctions: Readds copy_exec.
    mkinitramfs, hooks/{evms,lvm,md}: Use copy_exec.

  * mkinitramfs: Newer udev no longer uses /sbin/udev - remove usage.
    (Closes: #339568, #339365, #338814)

  * Pump udev dependency.

  * init: Pump timeout as there is currently no way to check which udevd
    processes are still running and why. 
    Cures hopefully breakage of missing devices on boot.

  * Sync with latest Ubuntu.

 -- maximilian attems <maks@sternwelten.at>  Thu, 17 Nov 2005 19:59:47 +0100

initramfs-tools (0.36ubuntu6) dapper; urgency=low

  * Rename "panic" to "breaknow"

 -- Scott James Remnant <scott@ubuntu.com>  Wed, 23 Nov 2005 10:23:54 +0000

initramfs-tools (0.36ubuntu5) dapper; urgency=low

  * Abort the boot sequence as early as possible if "panic" is placed on the
    kernel command-line, allowing debugging of scripts in init-top.

 -- Scott James Remnant <scott@ubuntu.com>  Mon, 21 Nov 2005 08:40:20 +0000


initramfs-tools (0.36ubuntu4) dapper; urgency=low

  * Replace all occurances of /etc/mkinitramfs in mkinitramfs with $CONFDIR,
    so -d can be used to point at a completely alternate tree (for example,
    when installing into a chroot).

 -- Scott James Remnant <scott@ubuntu.com>  Mon, 21 Nov 2005 08:34:03 +0000

initramfs-tools (0.36ubuntu3) dapper; urgency=low

  * mkinitramfs: only copy the klibc-*.so file, and not the development
    pieces that happen to sit alongside it.

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 10 Nov 2005 16:44:08 -0500

initramfs-tools (0.36ubuntu2) dapper; urgency=low

  * Fix typos in the handling of the mkinitramfs -d option (thanks, Colin).

 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 10 Nov 2005 12:12:32 -0500

initramfs-tools (0.38) unstable; urgency=low

  [ dann frazier ]

  * initramfs.conf: Reference correct manpage.  (Closes: #336095)

  [ maximilian attems ]

  * scripts/functions, scripts/local-premount/suspend: Fix suspend to disk
    by using decimal numbers. Thanks to Adrian Bridgett <adrian@smop.co.uk>
    for the patch. (Closes: #336936)

  * hooks/evms: manual_add_module dm_mod, now we no longer pull it in by
    default. Thanks to Steinar H. Gunderson <sesse@debian.org>
    (Closes: #336617)

 -- maximilian attems <maks@sternwelten.at>  Wed,  2 Nov 2005 07:21:29 +0100

initramfs-tools (0.37) unstable; urgency=low

  * scripts/functions, scripts/local-premount/suspend: Use of "stat"
    which isn' any more provided by busybox (1.01-3).
    Thanks to Adrian Bridgett <adrian@smop.co.uk> for the patch using awk.
    (Closes: #335801)

  * hooks/kernelextras: Check for existence of ${MODULESDIR}/initrd/:
    Exit if it doesn't exist before including current dir.
    Thanks to Jean Charles Delepine <delepine@nnx.com> (Closes: #335505)

  * hooks/lvm, hooks/md: Remove FIXME's at second thought.  You better want 
    to check against the binaries for your not yet created raid/lvm.

 -- maximilian attems <maks@sternwelten.at>  Wed, 26 Oct 2005 09:22:58 +0200

initramfs-tools (0.36) unstable; urgency=low

  "Sunny Autumn Release"
  
  * Minor cleanups in mkiniramfs.

  * Remove manpage section about return values. Needs to be rephrased.
    Not sure if it's important for the enduser.

 -- maximilian attems <maks@sternwelten.at>  Mon, 24 Oct 2005 19:51:51 +0200

initramfs-tools (0.35) unstable; urgency=low

  * mkinitramfs: Return 2 for failure path of --supported-(host|target)-version.

  * mkinitramfs: Run the hooks before mklibs-copy, broke evms.
    Thanks for fix and testing to Steinar H. Gunderson <sesse@debian.org>

  * Change name of virtual package that is provided into linux-initramfs-tool.

  * Add hooks/lvm allowing to remove dependency on lvm2.

  * Add hooks/md allowing to remove dependency on mdadm.

  * Remove the mdadm and lvm dependencies, they work as hooks when present.
    The lvm2 version in sarge is good enough to address issues mentioned in
    0.16. A woody backport will need newer lvm2 although..

 -- maximilian attems <maks@sternwelten.at>  Mon, 24 Oct 2005 19:16:14 +0200

initramfs-tools (0.32) unstable; urgency=low

  [ Bastian Blank ]
  * Use mklibs-copy.
  * Use udevsynthesize instead of udevstart.
  * hook-functions: Add ibmvscsic to list of scsi modules.

  [ Sven Luther ]
  * Added --supported-(host|target)-version support for the new post-2.6.13
    ramdisk-tool policy. Added linux-ramdisk-tool virtual package too.
    (Closes: #333856)

  [ maximilian attems ]
  * Resynchronise with latest upstream release.
  * Place shift after variable outfile assignment.
  * Fix strange chars in the Depends line resulting in no depends at all.
  * Thanks to Bastian Blank for the fixes concerning the new busybox version.
    (Closes: #334467)

  [ Jeff Bailey ]
  * scripts/nfs (mountroot): New variable: NFSOPTS, default to
    -o retranfs=10. (Ubuntu 12942)
    This can be overridden in the initramfs.conf file.
    Thanks to Oliver Grawert for testing this!

  * hook-scripts (auto_add_modules): Add jfs
    (dep_add_modules): Ditto. (Ubuntu #16742)
    Thanks to Colin Watson for this fix!

  [ Adam Conrad ]
  * Make us a bit more silent/tidy by default, unless "quiet" isn't on
    the kernel's command line (then we're just as verbose as ever)

  [ Jonas Smedegaard ]
  * Use GNU getopt (instead of bash builtin getopts) for improved long-
    opts handling.
  * Quote variables.
  * Use test options -n and -z.

 -- maximilian attems <maks@sternwelten.at>  Wed, 19 Oct 2005 17:42:08 +0200

initramfs-tools (0.31) unstable; urgency=low

  Quick fix for sluggish dep

  [ Bastian Blank ]
  * Use new busybox. (closes: #333755)

 -- maximilian attems <maks@sternwelten.at>  Mon, 17 Oct 2005 16:27:31 +0200

initramfs-tools (0.30) unstable; urgency=low

  Apparition Octobre Rouge

  [ maximilian Attems ]

  * Resynconise with latest upstream now we are in unstable.
  
  [ Jeff Bailey ]
  * debian/rules: Make sure hooks and scripts are chmod +x

  * hook-functions (auto_add_modules): Add advansys.

  * debian/init: Add "Loading, please wait..." message.
    Don't log for init-top scripts to avoid usplash noise.

  * init: Add start of debug command line option.

  * scripts/functions (log_begin_msg): Call usplash if available
    (log_end_msg): Call usplash if available
    (panic): Close usplash if available

  * scripts/functions (load_modules): Quote resume variable.
    Thanks to Christian Kellner for helping test that!

  * scripts/local-premount/suspend: Quote resume variable.

  * update-initramfs: Use basename on the link target to get the
     version number.

  * HACKING: Start of some notes on how this package actually works.
  * debian/initramfs-tools.docs: Install it.

  [ Matthew Garrett ]
  * scripts/functions (load_modules): Run udevstart after loading block
    drivers should fix resume from hibernate on non-LVM systems.

 -- maximilian attems <maks@sternwelten.at>  Fri, 30 Sep 2005 19:34:55 +0200

initramfs-tools (0.27) unstable; urgency=low

  * Remove unused BUSYBOX config option as we use busybox anyway.

  * Add Jeff Bailey and myself as Uploaders, Debian kernel team as
    MAINTAINER.

  * Upload to debian unstable - allows use of nondevfs kernel >= 2.6.13
    with initramfs image. (Closes: #312561, #315654)

  * Fix busybox dependency to the relevant debian package.

  * Reorder the initramfs.conf variables.

  * Add question mark to the getopts for the help message.

  * update-initramfs.8 New file install it.

  * The debian busybox-cvs-static installs into /bin/busybox:
    fix pathes vis-a-vis ubuntu version. make that a variable on top.

 -- maximilian attems <maks@sternwelten.at>  Tue, 20 Sep 2005 13:52:00 +0200

initramfs-tools (0.26) breezy; urgency=low

  "Experience is one thing you can't get for nothing."
  - Oscar Wilde 

  * scripts/local-top/lvm: Reduce -- to - in VG strings for feeding
    to vgchange.  (Ubuntu: #13387)

  * update-initramfs: New file
  * debian/dirs: Add /var/lib/initramfs-tools

  * hooks/evms: New file
  * scripts/local-top/evms: New file.
    Thanks to Jerry Haltom for helping test this!

  * debian/control: Bump klibc depends to 1.0.14-1ubuntu2 for jfs support

  * hook-scripts (manual_add_modules): Don't do unnecessary depmod
    (dep_add_modules): No need for a sleep 2 here.
    Thanks to Matt Zimmmerman for noticing these!

  * scripts/functions: Attempt resume before loading USB or Network
    modules to avoid resume issues with USB.
    Thanks to Matthew Garrett for this patch!

  * scripts/functions (ide_boot_events): Always load ide-generic
    before going further.  This allows us to catch any hidden
    IDE controllers that might not otherwise get found.

  * initramfs.conf.5: New file
  * debian/initramfs-tools.manpages: Install it.
    Thanks to maximilian attems for the manpage!

  * hook-functions (auto_add_modules): Add mptscsih (Ubuntu #15406)
    Thanks to Jesper Krogh for the bug report!

  * debian/dirs: Add etc/mkinitramfs/hooks, move all scripts subdirs
    into etc/mkinitramfs/scripts.

  * mkinitramfs: Set the umask.  Copy the scripts from  
    /etc/mkinitramfs/scripts into the image.
    Make sure that modules file lists is actually a regular file.

  * init: Use ${rootmnt} instead of hardcoded /root, use mount -n
    Fix typo.

  * hook-functions (catenate_cpiogz): Add sanity check.
    (add_modules_from_file): Document, quote variable, add warning.

  * docs/example_hook: Update
    Thanks to Karl Hegbloom for these previous 5 patches!

  * init: Create /var/lock on the initramfs
    Thanks to Jerry Haltom for noticing this!

  * debian/dirs: rename to ...
  * debian/initramfs-tools.dirs: ... this.

  * scripts/functions (scsi_boot_events): Don't attempt to look
    at ${device}/type if it doesn't actually exist.

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 14 Sep 2005 14:12:24 -0400

initramfs-tools (0.25) breezy; urgency=low

  "If there was less sympathy in the world, there would be less
   trouble in the world."
  - Oscar Wilde

  * init: Module the /dev tmpfs earlier.  Make /dev/console, and
    /dev/null on it at the beginning, just in case.

  * debian/initramfs-tools.postinst: When copying the modules file over
    from initrd-tools installations, filter out ext2, ext3, ide-generic
    and ide-disk.  These are leftovers from Warty.
    (Ubuntu #14242)

  * hooks/udev: New File (Ubuntu #12915)

  * init: panic if ${init} doesn't exist on the target filesystem.

 -- Jeff Bailey <jbailey@ubuntu.com>  Thu,  1 Sep 2005 00:13:47 -0400

initramfs-tools (0.24) breezy; urgency=low

  "Experience is simply the name we give out mistakes."
  - Oscar Wilde

  * hook-functions (auto_add_modules): Add cciss
    (Ubuntu #14177) Thanks Fabionne!

  * scripts/functions (parse_numeric): Noop on empty parameter.
    Fixes LTSP boot failure.  Thanks to Oliver Grawert
    for testing!

  * scripts/local-top/md: Don't run modprobe when raidlvl is unset.
    Run mdadm if raidlvl has ever been set, not just if the most
    recent device checked was part of the raid setup.
    Thanks to Jeff Waugh for the bug report!

  * mkinitramfs: Feed the -o argument through readlink -f to
    get the canonical pathname.

 -- Jeff Bailey <jbailey@ubuntu.com>  Fri, 26 Aug 2005 09:35:32 -0400

initramfs-tools (0.23) breezy; urgency=low

  "This suspense is terrible. I hope it will last."
  - Oscar Wilde

  * scripts/local: Quote ${ROOT} so that an empty value causes us
    to drop to a shell.
    Thanks to Matt Zimmerman for this fix!

  * hook-functions (auto_add_modules): Add atiixp and opti621 to
    the IDE set.

  * hook-functions (dep_add_modules): Detect i2o and add i2o_block
    (auto_add_modules): Include i2o_block.

  * scripts/functions (i2o_boot_events): New function
    (load_modules): Call it. (Ubuntu# 13806)
    Thanks to Tollef Fog Heen for the i2o patch!

  * debian/control: Depend on udev.
    Thanks to Alexander Butenko for troubleshooting this with me.

  * init: Move the /dev directory to the root filesystem.
    Handle all the udev bind mounts as needed.
    Make sure input and output is associated with dev/console.

  * scripts/functions (parse_numeric): Exit if we're refering to a path.
    Otherwise override root setting to be /dev/root.
  * init: Call parse_numeric when setting the root variable.
  * scripts/local-top/lvm: When using a numeric root, call vgchange -ay
    Don't attempt to start LVM on regular partitions.
    (Ubuntu #13365, #13778, and some of #13399)

  * scripts/local-top/lvm: Cope with -'s in the Volume Group and
    logical volume names. (Ubuntu #13387)
    Thanks to Stephen Shirley for the patch!

 -- Jeff Bailey <jbailey@ubuntu.com>  Thu, 25 Aug 2005 11:48:15 -0400

initramfs-tools (0.22) breezy; urgency=low

  * Fix argument handling in force_load hook-function
  * Add "sleep 3" to scripts/nfs as a nasty hack around bug #12942

 -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 19 Aug 2005 23:50:16 -0700

initramfs-tools (0.21) breezy; urgency=low

  "All that I desire to point out is the general principle that
   life imitates art far more than art imitates life."
   - Oscar Wilde

  * mkinitramfs: Define MODULESDIR and use it.

  * hook-functions: Use MODULESDIR
    (add_modules_from_file): Do not add .ko extension to file lists.
    Call force_load instead of twiddling conf/modules directly.
    (Ubuntu #13372)
    (force_load): New function.
    (copy_exec): Attempt to use non-optimsed libraries if available.
    (Ubuntu #13470)
    (auto_add_modules) Include forcedeth (Ubuntu #13448)

  * hooks/kernelextras: New file. (Ubuntu #13414)

  * debian/initramfs-tools.postinst: Preserve /etc/mkinitrd/modules if
    possible on new install. (Ubuntu #13372)

 -- Jeff Bailey <jbailey@ubuntu.com>  Thu, 18 Aug 2005 00:20:11 -0400

initramfs-tools (0.20) breezy; urgency=low

  * Depend on cpio.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 12 Aug 2005 10:43:04 +0100

initramfs-tools (0.19) breezy; urgency=low

  "The basis of optimism is sheer terror."
  - Oscar Wilde

  * mkinitramfs: Honour MODULES=list and MODULES=dep.

  * hook-functions: New function dep_add_modules.

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 10 Aug 2005 23:20:11 -0400

initramfs-tools (0.18) breezy; urgency=low

  "We are all in the gutter, but some of us are looking at the stars."
  - Oscar Wilde

  * debian/initramfs-tools.postrm: Use rm -f for removing the modules
    file, in case it doesn't exist for some reason. (Ubuntu #13335)
    Thanks to Colin Watson for the bug report!

  * mkinitramfs.8: Correct my email address to be jbailey@ubuntu.com
    Document /etc/mkinitramfs/DSDT.aml

  * debian/initramfs-tools.postinst: Attempt to inherit RESUME settings
    from initrd-tools.  Also copy the DSDT from /etc/mkinitrd/DSDT to
    /etc/mkinitramfs/DSDT.aml

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 10 Aug 2005 13:09:44 -0400

initramfs-tools (0.17) breezy; urgency=low

  "The public is wonderfully tolerant. It forgives everything except
   genius."
  - Oscar Wilde

  * debian/initramfs-tools.postinst: Get the name of the config file 
    right when seeding RESUME=.  Also fix the sed expression.
    Thanks to Matthew Garrett for noticing this!  

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 10 Aug 2005 11:54:07 -0400

initramfs-tools (0.16) breezy; urgency=low

  "It is through art, and through art only, that we can realise our
   perfection."
   - Oscar Wilde

  * mkinitramfs: Make sure all relevant ide modules are included.
    Add RESUME= support.

  * scripts/functions: Be silent when adding non-detected modules.

  * conf/mkinitramfs.conf: MODULES=most by default, BUSYBOX=y
    (Non-busybox isn't supported now.  It's not clear that it ever 
     will be).  Add RESUME line for resuming from suspend-to-disk.

  * scripts/local-premount/suspend: New script for suspend-to-disk.

  * debian/control: Bump depends on busybox-cvs-initramfs to
    20040623-1ubuntu19.  Add dependancy on lvm2.
    Bump standards version to 3.6.2.0 (no-op)

  * debian/control:
    Force version depend on lvm2 (>= 2.01.04-5) to make sure newer kernels
    will boot.
    Thanks for Andrew Mitchell for discovering this.

  * hooks/: New directory

  * debian/dirs: Move hooks to ...
  * debian/initramfs-tools.install: ... here.

  * hooks/acpid: New file.

  * scripts/init-premount/acpid: New file
    Thanks for the hint from Matthew Garrett for this.

  * debian/initramfs-tools.postinst: Add RESUME support on first install.

  * debian/mkinitramfs: Move functions to ...
  * debian/hook-functions: ... here.

  * debian/initramfs-tools.install: Install hook-functions

  * mkinitramfs.8: New file.
    Thanks to Maximilian Attems for contributing this!

  * scripts/local-top/md: Don't try to detect raid on non-existant devices
    or on whole devices.  Quiet other warning messages.

  * hook-functions: When generating initramfs, don't complain about missing
    modules.

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue,  9 Aug 2005 23:35:08 -0400

initramfs-tools (0.15) breezy; urgency=low

  "Nothing looks so like innocence as an indiscretion."
  - Oscar Wilde

  * mkinitramfs: Handle putting DSDT.aml into the initramfs
    Add sata_nv to list of modules to import for main mode.

  * init: New scripts directory, init-premount for generic premount
    handling (like usplash)

  * debian/dirs: Make the /etc version of this directory for user
    addons.

  * debian/rules: Use prebuild, rather than debian-build-arch.

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue,  9 Aug 2005 11:29:10 -0400

initramfs-tools (0.14) breezy; urgency=low

  "The world is a stage, but the play is badly cast."
  - Oscar Wilde

  * scripts/functions: Add scsi_boot_events and call it to load sd_mod

  * scripts/local-top/md: Autodetect raid level

  * scripts/local-top/lvm: Only activate the volumegroup required by
    the root device.  Don't bother with lvm if the root partition isn't
    /dev/mapper/FOO.

  * scripts/functions: Fix ide_boot_events.  This never worked, even
    if I thought it did.

  * init: init variable should be lower case.  Exported ROOT variable
    should be upper case.

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue, 26 Jul 2005 20:30:57 -0400

initramfs-tools (0.13) breezy; urgency=low

  "We live in age when unnecessary things are our only necessities."
   - Oscar Wilde

  * Use detailed logging now for debian/changelog.  We have at least
    three people hacking now, and details would probably be useful.

  * debian/TODO: Update

  * debian/dirs: Sort and add usr/share/initramfs-tools/hooks

  * debian/initramfs-tools.examples: Add docs/example_hook and
    docs/example_hook_cpiogz

  * debian/initramfs-tools.install: Pretty Print.

  * debian/rules: Ensure that mkinitramfs is executable

  * docs/example_script: New file

  * init: Add concept of 'quiet', be verbose if not specified

  * mkinitramfs: Do not load script functions until needed
    Clear up comments / documentation
    Use DESTDIR instead of TMPDIR
    Add ability to link in extra hunks into the cpio file
    Cosmetic cleanups
    
  * scripts/functions: Add lsb stype log_FOO_msg functions

  * scripts/local: Add logging

  * scripts/nfs: Add logging

  Thanks to Karl Hegbloom for most of these patches!

  * debian/control: Get a much better description

  Thanks to Maximilian Attems for this!

  * scripts/functions: Add copy_exec function that copies a program
    and all libraries that it depends on.

  * mkinitramfs: Use it

  * scripts/local-top/lvm: New file

  * mkinitramfs: Specify the modules to copy rather than mass copying
    directories

  * scripts/functions: Always load ide-generic to cope with ide subsystem
    suckage.

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed, 29 Jun 2005 23:50:56 +0000

initramfs-tools (0.12) breezy; urgency=low

  "I am not young enough to know everything." - Oscar Wilde

  * Don't complain if /etc/mkinitramfs/modules doesn't exist.

  * Make sure that raid1 is pulled in.

  * Include /etc/modprobe.d/aliases in the initramfs

  * Default to currently running kernel version.
    Based on a patch from maximilian attems, thanks!

  * Handle module arguments in /etc/mkinitramfs/modules

  * Do hookscripts at generation time.  Drop things into
    /usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks

  * Make sure local-bottom and nfs-bottom get created
    Thanks to Karl Hegbloom for these three patches!

  * Prune stray echo from call_scripts

  * Load raid1 for now so that md setups will work.

  * Detect ide modules load
    Thanks to Jeff Waugh for initial testing of this!

 -- Jeff Bailey <jbailey@ubuntu.com>  Mon, 20 Jun 2005 23:05:04 +0000

initramfs-tools (0.11) breezy; urgency=low

  "Illusion is the first of all pleasures" - Oscar Wilde

  * Make the init much less noisy

  * Pull in all the dependancies for nfs and af_packet

  * Be compatible with misdocumented mkinitrd interface

  Thanks to Matt Zimmerman for the bug reports and testing!

  * Update debian/copyright to have the location of the bzr
    archive

 -- Jeff Bailey <jbailey@ubuntu.com>  Fri, 17 Jun 2005 21:23:25 +0000

initramfs-tools (0.10) breezy; urgency=low

  The "I can see you!" release.

  * Unconditionally require busybox.  Might revert this eventually
    but it's too much of a pain right now do this without
    a reasonably environment

  * Use modprobe to load modules

  * Iterate through /sys/bus/pci and /sys/bus/usb and load drivers
    based on their modalias

  * Start to use /sbin for things

  * Include depmod in the image.  Use it at boot time.

  * Edit config example to show the modules that do need to be included
    manually for this build.

 -- Jeff Bailey <jbailey@ubuntu.com>  Fri, 17 Jun 2005 12:45:07 +0000

initramfs-tools (0.9) breezy; urgency=low

  * Be consistent about y/n vs. yes/no values for the readonly variable

 -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 16 Jun 2005 15:22:30 -0700

initramfs-tools (0.8) breezy; urgency=low

  The "We are one in the spirit..." release

  * Export the command line variables so that the various scripts
    can see them.

  * Honour command line 'ro' or 'rw' settings for nfs.

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue, 14 Jun 2005 21:35:14 +0000

initramfs-tools (0.7) breezy; urgency=low

  The "CONFORM!" release.

  * Make command line arguments almost match mkinitrd.  The -m argument
    doesn't make any sense, so it's not supported.  Add support for
    overriding the confdir, and specifying version no longer expects -v.

  * Add sed and grep to the initramfs for now.  Will prune these
    eventually, but for now mdrun needs them.

  * Add mdadm and mdrun to the initramfs.

  * Add hookscript directories.

  * Call hookscripts

  Thanks to David Weinhall <tao@acc.umu.se> for the dependancy-based
  hookscripts.

 -- Jeff Bailey <jbailey@ubuntu.com>  Thu,  9 Jun 2005 17:08:01 +0000

initramfs-tools (0.6) breezy; urgency=low

  The "Sweep! ....  Off!" release.

  * Source in the net-${DEVICE}.conf file to get IP address information.

  * Add commandline parameters for NFSROOT and BOOT.

  * Moving loading of boot functions to after commandline parsing.

  * Allow NFSROOT variable to be set to auto to pick up value from DHCP
    Server.

 -- Jeff Bailey <jbailey@ubuntu.com>  Wed,  1 Jun 2005 12:02:40 -0400

initramfs-tools (0.5) breezy; urgency=low

  The "Climbing to the horizons" release.

  * Update for newer udev, call "udevstart" rather than "udev udevstart"

  * /etc/mkinitramfs/modules should not be a conffile.

  * Support busybox.

  * Fix bug where -k would delete the tmp files, and otherwise it would keep
    them.

  * Handle # for comments in the modules file.

  * arch:all, not arch:any

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue, 31 May 2005 15:17:56 -0400

initramfs-tools (0.4) breezy; urgency=low

  * First upload to Ubuntu.

  * Handle glibc compiled udev for now.

 -- Jeff Bailey <jbailey@ubuntu.com>  Tue, 24 May 2005 14:30:07 +0000

initramfs-tools (0.3) unstable; urgency=low

  * Fix init and root variables

 -- Jeff Bailey <jbailey@ubuntu.com>  Sat, 29 Jan 2005 17:49:08 -0500

initramfs-tools (0.2) unstable; urgency=low

  * Include the modules in the initrd
  * Drop the .ko ending from the module loads.
  * Actually chain to the sub scripts.
  * kilbc is now named properly
  * First cut of an NFS root implementation

 -- Jeff Bailey <jbailey@ubuntu.com>  Fri, 28 Jan 2005 16:50:53 -0500

initramfs-tools (0.1) unstable; urgency=low

  * Initial Release.

 -- Jeff Bailey <jbailey@ubuntu.com>  Thu, 27 Jan 2005 15:23:52 -0500