Releasing debian version 3.0~a37-1.
[live-boot-grml.git] / debian / changelog
1 live-boot (3.0~a37-1) unstable; urgency=low
2
3   [ Daniel Baumann ]
4   * Cleaning up initramfs-tools hook.
5
6   [ Tails developers ]
7   * Fixing persistence backward-compatibility mode (Closes: #681176).
8
9   [ Daniel Baumann ]
10   * Making swap function self contained.
11   * Making read-only function self contained.
12   * Making verify-checksums function self contained.
13   * Factoring out debug into an own function.
14   * Extending read-only parameters to allow specifying custom list of
15     devices.
16   * Avoid re-access /proc/cmdline in select-eth-device function and use
17     internal variable instead.
18
19  -- Daniel Baumann <daniel@debian.org>  Wed, 25 Jul 2012 17:18:06 +0200
20
21 live-boot (3.0~a36-1) unstable; urgency=low
22
23   * Adding temporary notes in a readme file.
24   * Renaming boot scripts for refactoring them into numbered plugins.
25   * Renaming mountroot function to main to provide a generic live-boot
26     entry point for initramfs generators.
27   * Adding temporary redirection layer for dracut initramfs generator.
28   * Adding redirection layer for initramfs-tools initramfs generator.
29   * Splitting out already reviewed cmdline parsing script.
30   * Splitting out already reviewed read-only script.
31   * Splitting out already reviewed swapon script.
32   * Splitting out already reviewed verify-checksums script.
33   * Adding support for defining one or more explicit swap partitions to
34     be used.
35
36  -- Daniel Baumann <daniel@debian.org>  Wed, 18 Jul 2012 23:56:06 +0200
37
38 live-boot (3.0~a35-1) unstable; urgency=low
39
40   * Correcting typo in fstab function call in mountroot, thanks to
41     Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
42
43  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Jun 2012 14:30:46 +0200
44
45 live-boot (3.0~a34-1) unstable; urgency=low
46
47   [ Daniel Baumann ]
48   * Renaming persistent-subtext option into persistent-label and making
49     it define the complete label instead of a custom suffix only.
50   * Updating coding style in a first bunch of locations.
51   * Updating location for live-boot files in initramfs-tools hook,
52     thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
53   * Making live-boot-initramfs-tools.postinst more error safe.
54   * Removing pre-wheezy dpkg trigger for update-initramfs.
55   * Removing superfluous directory in initramfs-tools hook.
56   * Sourcing individual live-boot scripts rather than executing them.
57
58   [ Ben Armstrong ]
59   * Fix creation of /var/log/live in correct location.
60
61   [ Daniel Baumann ]
62   * Switching to xz compression in source and binary packages.
63
64  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Jun 2012 14:14:19 +0200
65
66 live-boot (3.0~a33-1) unstable; urgency=low
67
68   [ chals ]
69   * Updating Spanish translation of man pages.
70
71   [ Daniel Baumann ]
72   * Removing some more dead parameters from cmdline function.
73   * Removing double author entries in Spanish po files.
74
75  -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jun 2012 13:26:49 +0200
76
77 live-boot (3.0~a32-1) experimental; urgency=low
78
79   * Dropping snapshot functionality, superseeded by awesome custom mount
80     persistence.
81   * Setting persistence label for live-* 3.x persistency to
82     'persistence', we're not making any difference between full-ov and
83     custom-ov anymore on the filesystem and partition label (it's
84     determined by the contents of live-persistence.conf).
85
86  -- Daniel Baumann <daniel@debian.org>  Wed, 06 Jun 2012 19:04:01 +0200
87
88 live-boot (3.0~a31-1) experimental; urgency=low
89
90   [ Daniel Baumann ]
91   * Renaming etc directory to their actual name, examples, within source
92     tree.
93   * Simplyfing scripts declaration in Makefile.
94
95   [ chals ]
96   * Fixing fuzzy strings in Spanish translation of man pages.
97
98   [ Daniel Baumann ]
99   * Removing live-reconfigure, not used anymore.
100   * Removing live-preseed, not used anymore.
101   * Unbreaking cmdline parsing after variable rename.
102   * Moving off remaining functions from main boot script to subscript
103     for later cleanup.
104
105  -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 21:44:44 +0200
106
107 live-boot (3.0~a30-1) experimental; urgency=low
108
109   * Removing dead lang2locale function and associated files, not used
110     anywhere.
111   * Converting select_eth_device initramfs-tools pre-mount script into
112     regular live-boot script.
113   * Consistenly using 'true' instead of 'Yes' or 'yes' when using
114     booleans.
115   * Removing some dead boot parameters.
116   * Splitting out integrity-check function to subscript.
117   * Rewriting live-media checksum verification to work with any SHA and
118     MD5 digests.
119   * Updating read-only handling to new parameter handling.
120   * Updating internal cmdline handling.
121   * Updating swapon handling to new parameter handling.
122   * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
123   * Splitting out swap handling and rewriting to a live-boot subscript.
124   * Moving validateroot bottom script into main boot script itself.
125   * Removing exporting of variables for reviewed options in the cmdline
126     function, not required.
127   * Removing fastboot handling, the normal system handles this via
128     'fastboot' bootparameter already.
129   * Transforming persistence_excludes bottom script into normal live-
130     boot script.
131   * Transforming fstab bottom script into normal live-boot script.
132   * Transforming networking bottom script into normal live-boot script.
133   * Simplyfing initramfs-tools specific files within the source tree.
134
135  -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 19:37:54 +0200
136
137 live-boot (3.0~a29-1) experimental; urgency=low
138
139   * Automatically translate date formats in po files.
140   * Starting initramfs-tools specific subdirectory within the source-
141     tree.
142   * Replacing live initramfs-tools script with empty stub that calls the
143     real, in future being initramfs-tools independent, script from
144     /lib/live.
145   * Splitting out a first bunch of functions out to /live/live/boot/.
146   * Moving out live-helpers from initramfs-tools specifics.
147   * Adding commented 'set -e' explicitly in all subscripts to avoid
148     running it with 'set -e' until we've made sure it's properly
149     working.
150   * Moving out live-functions from initramfs-tools specifics.
151   * Removing live-premount modules script, not needed anymore.
152   * Converting read-only initramfs-tools pre-mount script into regular
153     live-boot script.
154
155  -- Daniel Baumann <daniel@debian.org>  Tue, 05 Jun 2012 16:00:59 +0200
156
157 live-boot (3.0~a28-1) experimental; urgency=low
158
159   [ Tails developers ]
160   * Improving robustness of findiso cleanup process.
161   * Using fromiso in most places where isofrom was used, thanks to
162     adrian15 <adrian15sgd@gmail.com>.
163   * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
164     thanks to adrian15 <adrian15sgd@gmail.com>.
165   * Improving robustness of fromiso cleanup process with is_mountpoint
166     (Closes: #668100).
167
168   [ Daniel Baumann ]
169   * Using boot.log and /var/log/live/boot.log respectively for overall
170     consistency within all debian-live tools.
171
172   [ Ian Reinhart Geiser ]
173   * Fix to allow for multiple rof when exposed roots is disabled.
174
175   [ Tails developers ]
176   * Implement and make use of robust list functions.
177
178   [ chals ]
179   * Fixing several typos in man pages.
180   * Adding initial Spanish translation of man pages.
181
182   [ Evgeni Golov ]
183   * Fixing two typos and a wrong word in comments.
184
185  -- Daniel Baumann <daniel@debian.org>  Mon, 04 Jun 2012 17:31:32 +0200
186
187 live-boot (3.0~a27-1) experimental; urgency=low
188
189   [ Daniel Baumann ]
190   * Only looking at boot.d files if they have the .conf suffix to allow
191     putting other files into these places that do not necessarily need
192     to be used by live-boot (e.g. documentation).
193   * Removing preseed bottom-script, a newly written one is now in live-
194     config where this sort of things belong.
195   * Removing header in fstab, not required.
196   * Removing outdated and broken accessibility script, this will be
197     redone in live-config properly.
198   * Replacing 'illegal' with better fitting 'invalid' for wrongly
199     crafted input examples in live.persist manpage.
200   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
201   * Removing user and userfullname variables in scripts/live, they are
202     not used here sind live-config anymore.
203   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
204   * Using 'persistence' (noun) rather than 'persistent'
205     (adjective/adverb) everywhere.
206   * Making extraction of the manpage section in manpages/Makefile work
207     with multiple dots in the filename.
208   * Renaming live.persist to live-persistence.conf.
209
210   [ Tails developers ]
211   * Adding support for the findiso boot parameter (Closes: #656135).
212   * Fixing findiso argument parsing place to match the existing
213     ordering.
214   * Removing overkill double-checking of return code in is_mountpoint
215     predicate.
216   * Fixing brace alignment to follow common code style.
217   * Removing leftover directory after unmounting.
218
219   [ Daniel Baumann ]
220   * Removing old docs.
221   * Merging old changelog into current changelog.
222   * Updating toplevel Makefile to work with manpages having multiple
223     dots in its filename.
224   * Renamling linkfiles option when using persistence to simply link.
225
226   [ Tails developers ]
227   * Allow using / as destination in custom mounts.
228   * Supress warnings when probing media for persistence.
229   * Do not probe the device mounted on /live/image for persistence.
230   * Fix typo to make home-sn snapshots work again.
231   * Only try copying snapshots if we actually found any.
232
233  -- Daniel Baumann <daniel@debian.org>  Mon, 09 Apr 2012 18:58:06 +0200
234
235 live-boot (3.0~a26-1) experimental; urgency=low
236
237   [ Daniel Baumann ]
238   * Updating year in copyright.
239   * Updating copyright file machine-readable format version 1.0.
240   * Updating to standards version 3.9.3.
241   * Quoting noprompt variable in initscript to avoid syntax errors,
242     thanks to Philip Newborough <corenominal@corenominal.org>.
243   * Correcting log_end_msg usages in connection with verbosity checks in
244     live-boot initscript, thanks to Pablo Barbachano
245     <pablobarbachano@yahoo.es> (Closes: #665689).
246   * Replacing live-boot initscript with a stub and moving the actual
247     code to /lib/live/boot.sh to allow different initsystem support in
248     future.
249   * Removing some of the now useless sysvinit specifics from
250     bin/boot.sh.
251
252   [ Tails developers ]
253   * Adding initial work on a custom mounts system.
254
255   [ Daniel Baumann ]
256   * Correcting indenting initial work on a custom mounts system to
257     ensure consistency.
258   * Avoid calling rm without -f in initial work on a custom mounts
259     system to ensure non-interactivity.
260   * Avoid '==' bashism in initial work on a custom mounts system to
261     ensure posix compatiblity.
262
263   [ Tails developers ]
264   * Prevent custom mounting in /live.
265   * Optionally symlink files from persistent source instead of mount it.
266   * Separate overlay labels for full and custom persistence.
267   * Remove some temporary custom mount related files after they're used.
268
269   [ Daniel Baumann ]
270   * Calling rm without -f when removing some temporary custom mount
271     related files to ensure non-interactivity.
272
273   [ Tails developers ]
274   * Handle custom mounts options a bit more beautifully.
275   * Continue the correct for-loop so incorrect custom mount is skipped.
276   * Refactor union mounting into its own function.
277   * Workaround busybox's inability to detect symlinks with [ -e ].
278   * Make union mounting more sensible and robust.
279   * Ignore empty lines in live.persist.
280   * Remove the correct file.
281   * Optionally mount custom mounts as unions.
282   * Fix mask usage in links_files().
283
284   [ Daniel Baumann ]
285   * Correcting syntax when using if constructs in links_files().
286
287   [ Tails developers ]
288   * Refactor persistent custom mounting from live into live-helpers.
289   * Accept using several persistent media with custom-ov label.
290   * Use same device backing path as used in other places.
291   * Close unused LUKS devices in all cases.
292
293   [ Daniel Baumann ]
294   * Adjusting mount calls when using nfs options (Closes: #667435).
295
296   [ Tails developers ]
297   * Refactor live-boot argument parser from live into live-helpers.
298   * Refactor some global variables from live into live-helpers.
299   * Refactor find_persistent_media().
300   * Add support for probing partitions' GPT name just like filesystem
301     labels.
302   * Some minor cleanups.
303   * Handle already mounted devices and closing of unused luks devices
304     better.
305   * Add backwards compatibility for old labels: live-{rw,sn} and home-
306     rw.
307   * We don't black list storage devices any more.
308   * Check if luks device is already open before trying to open it.
309   * Fixup some style issues.
310   * Refactor mounting of persistent storage media.
311   * Cleanup.
312   * Remove two FIXME:s that are not really relevant.
313   * Don't allow . or .. in live.persist paths.
314   * Use trim_path when we compare paths.
315   * Make handling of LUKS encrypted GPT partitions more sane.
316   * Handle list arguments better in get_custom_mounts().
317   * Copy ownership/perms from source to rw-branch in read-only mode.
318   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
319   * Refactor closing of persistent devices upon failure.
320   * Create the source dir for custom mounts using the 'linkfiles'
321     option.
322   * Fix ownership/perms for created union/linkfiles source dirs.
323   * Do not allow mutually exclusive custom mount options.
324   * Add a note about a potential, future code simplification.
325   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
326   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
327   * Make two custom mounts with nested source directories illegal.
328   * Improve error message.
329   * Remove cow dir contents that are in the way for custom mounts.
330   * Also create parents when creating union/linkfiles source
331     directories.
332   * Update live-boot(7) man page and add new one for live.persist(5).
333   * Delete existing files in the destination's path when creating it.
334   * Adding functions equivalent to chmod/chown --reference.
335   * Fix ownership for links created for linkfiles custom mounts.
336   * Add 'bind' option for the default behaviour of custom mounts (bind-
337     mount).
338   * Use trim_path() instead of custom sed stanza to trim /:es from
339     paths.
340   * Copy perms/ownership from source when creating linkfiles dest dirs.
341   * Make cases for all different custom mounting situations more
342     explicit.
343
344   [ Daniel Baumann ]
345   * Correcting left-over in author section of live.persist manpage.
346   * Moving initscript to live-config.
347
348  -- Daniel Baumann <daniel@debian.org>  Thu, 05 Apr 2012 08:14:51 +0200
349
350 live-boot (3.0~a25-1) unstable; urgency=low
351
352   [ Daniel Baumann ]
353   * Updating to debhelper version 9.
354
355   [ Michal Suchanek ]
356   * Add overlayfs support (Closes: #658265).
357
358  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Feb 2012 23:27:38 +0100
359
360 live-boot (3.0~a24-1) unstable; urgency=low
361
362   * Removing quotes from udev path_id command to actually execute the
363     command.
364
365  -- Daniel Baumann <daniel@debian.org>  Sun, 04 Dec 2011 09:58:23 +0100
366
367 live-boot (3.0~a23-1) unstable; urgency=low
368
369   [ Tails developers ]
370   * Enabling whiteouts support for aufs.
371
372   [ Daniel Baumann ]
373   * Update udevs path_id changes as of version 174, thanks to Baurzhan
374     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
375
376   [ Tails developers ]
377   * Adding persistent-encryption={none|luks}.
378   * Making persistent-encryption=luks strict.
379   * Making sure dm-crypt is loaded when dealing with LUKS devices.
380   * Adding persistent-storage=TYPE...
381   * Removing now obsolete persistent=* arguments.
382   * Adding persistent-method=METHOD...
383   * Fixing an incorrectly redirected newline.
384   * Clarifying what happens when you don't retry decrypting a device.
385   * Refactoring device scanning in find_{cow_device,files}.
386   * Making use of is_supported_fs in find_cow_devices (like in
387     find_files).
388   * Refactoring overlay and snapshot scanning code.
389   * Fixing a "sh: bad number" when $offset is not passed to
390     setup_loop().
391   * Disabling persistent-encryption=luks if dependencies are
392     unavailable.
393   * Adding persistent-read-only boot parameter.
394   * Changing persistent-encryption to accept a list TYPE... instead.
395   * Updating live-boot man page for persistent-encryption.
396   * Updating live-boot man page for persistent-storage.
397   * Updating live-boot man page for persistent-method.
398   * Updating and rewording live-boot man page for the persistent option.
399   * Making persistent-read-only work for home-rw overlays.
400   * Making persistent-read-only work for live-rw overlays.
401   * Updating live-boot man page for persistent-read-only.
402   * Adding workaround for a busybox bug with grep -w.
403
404  -- Daniel Baumann <daniel@debian.org>  Mon, 28 Nov 2011 18:26:11 +0100
405
406 live-boot (3.0~a22-1) unstable; urgency=low
407
408   [ Daniel Baumann ]
409   * Using compression level 9 also for binary packages.
410   * Updating matching in is_nice_device to, amongst others, match for
411     virtio devices.
412   * Include overlayfs modules in initramfs if existing.
413
414   [ Marco Amadori ]
415   * Fix live-snapshot exclude.list handling (Closes: #610337)
416
417   [ Daniel Baumann ]
418   * Sorting overrides in rules alphabetically.
419
420  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Nov 2011 11:37:28 +0100
421
422 live-boot (3.0~a21-1) unstable; urgency=low
423
424   [ Daniel Baumann ]
425   * Silencing rmdir calls in makefile.
426   * Printing out a warning message in initramfs-tools hook if backend is
427     installed but no live-boot package, exiting early and not breaking
428     update-initramfs (Closes: #639884).
429
430   [ Tails developers ]
431   * Fixing cache_path: cache non-executable libs dependencies as well.
432   * Fixing cache_path: taking into account the three forms of ldd output
433     lines.
434   * Adding a white_listed_devices parameter to find_cow_device and
435     find_files.
436   * Factorizing loops on removable/non-removable devices.
437   * Adding support for persistent-media={removable,removable-usb}.
438   * Silencing umount in case live/image was unmounted already, extracted
439     from a patch by Michael Schierl <schierlm@gmx.de>.
440   * Erroring out in case a "wrong" filesystem was chosen.
441
442   [ Daniel Baumann ]
443   * Using /usr/share/live-boot instead of unreliable
444     /usr/share/doc/live-boot in validateroot bootscript, stripped live
445     systems may or may not carry /usr/share/doc.
446
447  -- Daniel Baumann <daniel@debian.org>  Thu, 08 Sep 2011 21:06:28 +0200
448
449 live-boot (3.0~a20-1) unstable; urgency=low
450
451   [ Daniel Baumann ]
452   * Updating section for live-boot-doc.
453
454   [ Ben Armstrong ]
455   * Cross-referencing lb_config --bootappend-live.
456
457   [ Daniel Baumann ]
458   * Correcting bootappend-live reference in live-boot manpage.
459   * Applying patch from grml to update forgotten use of live.log with
460     live-boot.log.
461   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
462     support for lvm and md devices.
463
464  -- Daniel Baumann <daniel@debian.org>  Thu, 04 Aug 2011 21:20:47 +0200
465
466 live-boot (3.0~a19-1) unstable; urgency=low
467
468   * Correct rmdir call in top-level Makefiles uninstall target to not
469     fail if there was no prior live-boot installation.
470   * Making references to debian more distribution neutral.
471   * Replacing reference to old alioth page in live-snapshot.
472   * Splitting out documentation so that it can be accesses separately
473     from the initramfs code.
474   * Adding conflicts/replaces for live-boot to live-boot-doc to not
475     break upgrades.
476
477  -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jul 2011 10:28:33 +0200
478
479 live-boot (3.0~a18-1) unstable; urgency=low
480
481   * Updating and correcting sendsigs.omit support for /run (Closes:
482     #628188).
483   * Removing accidentally twice included English files when installing
484     manpages.
485
486  -- Daniel Baumann <daniel@debian.org>  Sat, 11 Jun 2011 11:24:15 +0200
487
488 live-boot (3.0~a17-1) unstable; urgency=low
489
490   [ Daniel Baumann ]
491   * Updating to standards version 3.9.2.
492   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
493     fuse sendsigs (Closes: #621908).
494   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
495   * Making copyright file distribution neutral.
496   * Correcting top-level makefile to automatically get all the supported
497     languages, rather than defining a static list.
498
499   [ Michal Suchanek ]
500   * Copy resolv.conf to live system root (Closes: #627178).
501   * Tidy up resolv.conf a bit.
502
503  -- Daniel Baumann <daniel@debian.org>  Wed, 18 May 2011 19:31:27 +0200
504
505 live-boot (3.0~a16-1) unstable; urgency=low
506
507   * Adding old 2.x changelog entries in debian changelog.
508
509  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Mar 2011 06:27:17 +0100
510
511 live-boot (3.0~a15-1) experimental; urgency=low
512
513   [ Daniel Baumann ]
514   * Updating year in copyright.
515
516   [ Marco Amadori ]
517   * Adjust copyright entry in live-snapshot.
518   * Protect NOPROMPT (Closes: #610941).
519
520   [ Michal Suchanek ]
521   * Simplify union mounting.
522   * Really set limit on open files for unionfs-fuse
523   * Add verbose messages to initramfs hook.
524
525   [ T(A)ILS developers ]
526   * Fixing remaining fromiso= bug.
527   * Fixing syntax error.
528
529  -- Daniel Baumann <daniel@debian.org>  Wed, 09 Mar 2011 18:01:07 +0100
530
531 live-boot (3.0~a14-1) experimental; urgency=low
532
533   [ Richard Nelson ]
534   * Populate adapters in /etc/network/interfaces when ethdevice= on
535     cmdline.
536
537   [ Daniel Baumann ]
538   * Removing header in copyright file.
539   * Don't hard-depend on test target in Makefile.
540   * Using dh auto magic in override, rather than manual make call.
541
542   [ Steven Shiau ]
543   * Removing the duplicated "the" in the live-boot.init script.
544
545   [ Daniel Baumann ]
546   * Updating auto_install overrides in rules.
547   * Correcting live hook to include mtdblock for syslinux memdisk usage,
548     thanks to Michael Prokop <mika@grml.org>.
549   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
550     thanks to Michael Prokop <mika@grml.org>.
551
552  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Jan 2011 13:38:56 +0100
553
554 live-boot (3.0~a13-1) experimental; urgency=low
555
556   [ Daniel Baumann ]
557   * Removing legacy code for detecting removable usb sticks on kernels
558     prior 2.6.29.
559   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
560     future consistency with live-config.
561   * Adding support for custom ramdisk size (Closes: #544583).
562
563   [ Ronny Standtke ]
564   * Remounting cow read-only before prompting user to remove usb flash
565     drive.
566
567   [ Richard Nelson ]
568   * Clean some leading whitespaces.
569
570  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:27:07 +0100
571
572 live-boot (3.0~a12-1) experimental; urgency=low
573
574   [ T(A)ILS developers ]
575   * Fixing fromiso= on Squeeze.
576
577   [ Daniel Baumann ]
578   * Adding dpkg source options file.
579
580  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:29:48 +0100
581
582 live-boot (3.0~a11-1) experimental; urgency=low
583
584   [ T(A)ILS developers ]
585   * Adding noprompt={usb,cd} feature.
586   * Enhancing devices search ordering.
587
588   [ Daniel Baumann ]
589   * Removing deep link to bug page in the manual, since we don't have
590     stable references yet.
591
592  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:28:43 +0200
593
594 live-boot (3.0~a10-1) experimental; urgency=low
595
596   * Don't do anything in initscript when using toram (Closes: #601575).
597
598  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:58:03 +0200
599
600 live-boot (3.0~a9-1) experimental; urgency=low
601
602   [ amnesia ]
603   * Adding live-snapshot.list documentation to manpage.
604
605   [ Richard Nelson ]
606   * Removed whitespace for tabs on the skipunion option.
607
608   [ T(A)ILS developers ]
609   * Fixing overzealous blacklist usage.
610   * Adding documentation for persistent=cryptsetup in the manpage.
611
612  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:24:51 +0200
613
614 live-boot (3.0~a8-1) experimental; urgency=low
615
616   [ Michal Suchanek ]
617   * Adding initial support for unionmount.
618
619   [ Marco Amadori ]
620   * Included a note about persistent-subtext (Helps: #536728).
621
622   [ Daniel Baumann ]
623   * Running manpage rebuild after manpage updates.
624   * Updating to debhelper version 8.
625
626  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:15:03 +0200
627
628 live-boot (3.0~a7-1) experimental; urgency=low
629
630   [ intrigeri ]
631   * Fixing find_snap to take its second argument into account.
632
633  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:46:54 +0200
634
635 live-boot (3.0~a6-1) experimental; urgency=low
636
637   [ Marco Amadori ]
638   * Fix snapshots' sync-strings usage (Closes: #591330).
639   * Fixed some snapshot related debug messages.
640   * Added support for empty (initial) snapshots.
641
642   [ Daniel Baumann ]
643   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
644     symlinks when checking for dynamically linked files at reboot in
645     initscript.
646
647  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:51:59 +0200
648
649 live-boot (3.0~a5-1) experimental; urgency=low
650
651   [ Daniel Baumann ]
652   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
653     mangling the main sudoers file in accessibility bottom script,
654     create a new file in /etc/sudoers.d and set permissions
655     appropriately.
656   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
657     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
658     and AVD1 to properly boot live media.
659   * Updating uinstall targets in makefile.
660
661   [ Steven Shiau ]
662   * Allowing to assign no gateway in networking bottom script.
663
664   [ Daniel Baumann ]
665   * Removing usplash support from initscript, usplash is dead.
666   * Removing lenny legacy stuff from initscript.
667   * Removing usplash support in initramfs, usplash is dead.
668   * Adding plymouth in bug script.
669
670  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:17:15 +0200
671
672 live-boot (3.0~a4-1) experimental; urgency=low
673
674   * Exiting with 0 in live-boot bug script (Closes: #595262).
675   * Using boot.d instead of boot.conf.d as directory name for custom
676     configuration files.
677
678  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
679
680 live-boot (3.0~a3-1) experimental; urgency=low
681
682   * Updating seperators in networking bottom script to fix ip parameter
683     parsing (Closes: #590494).
684   * Updating live-build reference in manpages.
685   * Adding reference to live-tools in manpages.
686   * Checking for file existence in initramfs hook (Closes: #595264).
687
688  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
689
690 live-boot (3.0~a2-1) experimental; urgency=low
691
692   [ Daniel Baumann ]
693   * Removing old and unmaintained po files.
694   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
695     based on the work of Holger Fischer <hoo.mb@web.de> to add support
696     for BOOTIF in cases where pxelinux is being used with IPAPPEND
697     (Closes: #593284).
698
699   [ Steven Shiau ]
700   * Making multiple connected NICs work.
701
702   [ Michael Prokop ]
703   * Adding workaround for aufs issue in kernel versions around 2.6.33.
704
705   [ Daniel Baumann ]
706   * Using allow-hotplug instead of auto in automatically created
707     /etc/network/interfaces file.
708
709  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
710
711 live-boot (3.0~a1-1) experimental; urgency=low
712
713   * Switching to source format 3.0 (quilt).
714   * Removing live-initramfs transitional package.
715   * Removing lenny support.
716
717  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
718
719 live-boot (2.0.15-1) unstable; urgency=low
720
721   [ Daniel Baumann ]
722   * Adding live-system script from live-tools.
723   * Updating year in copyright.
724
725   [ Marco Amadori ]
726   * Adjust copyright entry in live-snapshot.
727
728  -- Daniel Baumann <daniel@debian.org>  Tue, 01 Feb 2011 22:49:03 +0100
729
730 live-boot (2.0.14-1) unstable; urgency=low
731
732   [ Steven Shiau ]
733   * Removing the duplicated "the" in the live-boot.init script.
734
735   [ Daniel Baumann ]
736   * Correcting live hook to include mtdblock for syslinux memdisk usage,
737     thanks to Michael Prokop <mika@grml.org>.
738   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
739     thanks to Michael Prokop <mika@grml.org>.
740
741  -- Daniel Baumann <daniel@debian.org>  Fri, 24 Dec 2010 18:51:57 +0100
742
743 live-boot (2.0.13-1) unstable; urgency=medium
744
745   [ Ronny Standtke ]
746   * Remounting cow read-only before prompting user to remove usb flash
747     drive.
748
749  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:18:32 +0100
750
751 live-boot (2.0.12-1) unstable; urgency=medium
752
753   [ T(A)ILS developers ]
754   * Fixing fromiso= on Squeeze.
755
756  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
757
758 live-boot (2.0.11-1) unstable; urgency=medium
759
760   * Removing deep link to bug page in the manual, since we don't have
761     stable references yet.
762
763  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
764
765 live-boot (2.0.10-1) unstable; urgency=medium
766
767   * Don't do anything in initscript when using toram (Closes: #601575).
768
769  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
770
771 live-boot (2.0.9-1) unstable; urgency=low
772
773   [ T(A)ILS developers ]
774   * Fixing overzealous blacklist usage.
775   * Adding documentation for persistent=cryptsetup in the manpage.
776
777  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
778
779 live-boot (2.0.8-1) unstable; urgency=medium
780
781   [ amnesia ]
782   * Adding live-snapshot.list documentation to manpage.
783
784  -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
785
786 live-boot (2.0.7-1) unstable; urgency=medium
787
788   [ Michal Suchanek ]
789   * Adding initial support for unionmount.
790
791   [ Marco Amadori ]
792   * Included a note about persistent-subtext (Helps: #536728).
793
794   [ Daniel Baumann ]
795   * Running manpage rebuild after manpage updates.
796
797  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
798
799 live-boot (2.0.6-1) unstable; urgency=medium
800
801   [ intrigeri ]
802   * Fixing find_snap to take its second argument into account.
803
804  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
805
806 live-boot (2.0.5-1) unstable; urgency=low
807
808   [ Marco Amadori ]
809   * Fix snapshots' sync-strings usage (Closes: #591330).
810   * Fixed some snapshot related debug messages.
811   * Added support for empty (initial) snapshots.
812
813   [ Daniel Baumann ]
814   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
815     symlinks when checking for dynamically linked files at reboot in
816     initscript.
817
818  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
819
820 live-boot (2.0.4-1) unstable; urgency=low
821
822   [ Daniel Baumann ]
823   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
824     mangling the main sudoers file in accessibility bottom script,
825     create a new file in /etc/sudoers.d and set permissions
826     appropriately.
827   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
828     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
829     and AVD1 to properly boot live media.
830   * Updating uinstall targets in makefile.
831
832   [ Steven Shiau ]
833   * Allowing to assign no gateway in networking bottom script.
834
835   [ Daniel Baumann ]
836   * Removing usplash support from initscript, usplash is dead.
837   * Removing usplash support in initramfs, usplash is dead.
838   * Adding plymouth in bug script.
839
840  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
841
842 live-boot (2.0.3-1) unstable; urgency=low
843
844   * Exiting with 0 in live-boot bug script (Closes: #595262).
845   * Using boot.d instead of boot.conf.d as directory name for custom
846     configuration files.
847
848  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
849
850 live-boot (2.0.2-1) unstable; urgency=low
851
852   * Updating seperators in networking bottom script to fix ip parameter
853     parsing (Closes: #590494).
854   * Updating live-build reference in manpages.
855   * Checking for file existence in initramfs hook (Closes: #595264).
856   * Adding live-toram script to copy the running live system to ram and
857     eject the live media.
858
859  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
860
861 live-boot (2.0.1-1) unstable; urgency=low
862
863   [ Michael Prokop ]
864   * Adding workaround for aufs issue in kernel versions around 2.6.33.
865
866   [ Daniel Baumann ]
867   * Using allow-hotplug instead of auto in automatically created
868     /etc/network/interfaces file.
869
870  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
871
872 live-boot (2.0.0-1) unstable; urgency=low
873
874   * Updating debian-installer languagelist.
875   * Moving configs to etc directory within the source tree.
876   * Removing old docs.
877
878  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
879
880 live-boot (2.0~a16-1) unstable; urgency=high
881
882   [ Daniel Baumann ]
883   * Adding support for resolving DNS names from initramfs, thanks to
884     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
885     is based on (Closes: #589659).
886   * Don't fail in Makefile when there's no checkbashism.
887   * Updating package to standards version 3.9.1.
888
889   [ Michal Suchanek ]
890   * Fix omitpids to work with readonly images.
891
892  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
893
894 live-boot (2.0~a15-1) unstable; urgency=low
895
896   * Making inclusion of languagelist conditional in live hook.
897   * Updating depends of live-initramfs transitional package to reflect
898     relaxed backend depends.
899
900  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
901
902 live-boot (2.0~a14-1) unstable; urgency=low
903
904   * Improving backend dependencies (Closes: #589326).
905
906  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
907
908 live-boot (2.0~a13-1) unstable; urgency=low
909
910   * Listing fromiso parameter in manpage (Closes: #588667).
911   * Improving test targets in Makefile a bit.
912   * Improving clean target in manpages Makefile a bit.
913   * Adding Chris in copyright file (for live-snapshot that is).
914
915  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
916
917 live-boot (2.0~a12-1) unstable; urgency=low
918
919   [ Daniel Baumann ]
920   * Adding preparations for booting through syslinux memdisk.
921
922   [ Marco Amadori ]
923   * Avoiding using busybox cpio applet, this should fix snapshot
924     restore.
925   * Do not print misleading debug message if the snapshot was found
926     correctly.
927   * Removing unreachable code in ethdevice argument handling (Closes:
928     #588307).
929
930   [ Daniel Baumann ]
931   * Adding btrfs support.
932   * Updating package to standards version 3.9.0.
933
934  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
935
936 live-boot (2.0~a11-1) unstable; urgency=low
937
938   * Updating lintian overrides.
939   * Adding missing depends in live-boot on its backend package.
940   * Removing noautologin parameter from live script, this functionallity
941     was moved to live-config.
942
943  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
944
945 live-boot (2.0~a10-1) unstable; urgency=low
946
947   * Removing depends on live-config in live-boot.
948   * Adding live-config-sysvinit to depends of live-initramfs.
949   * Alternatively depend on busybox or busybox-initramfs on live-boot-
950     initramfs-tools.
951
952  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
953
954 live-boot (2.0~a9-1) unstable; urgency=low
955
956   [ Michal Suchanek ]
957   * Fix missing log_end_msg in live-boot.init.
958
959  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
960
961 live-boot (2.0~a8-1) unstable; urgency=low
962
963   * Removing serialtty bottom script.
964   * Removing compcache configuration file.
965   * Removing options that are now in live-config from parameters.txt.
966
967  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
968
969 live-boot (2.0~a7-1) unstable; urgency=low
970
971   [ Michal Suchanek ]
972   * Adding initial iSCSI boot support.
973   * Really set NETBOOT with iSCSI.
974   * Document iscsi in the man page.
975
976   [ Daniel Baumann ]
977   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
978     care about that now.
979
980  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
981
982 live-boot (2.0~a6-1) unstable; urgency=low
983
984   [ Daniel Baumann ]
985   * Updating update-version script.
986   * Updating update-version script.
987   * Removing keyboard bottom script, live-config takes care about that
988     now.
989   * Removing getty and login wrappers, live-config takes care about that
990     now.
991   * Removing configure_init bottom script, live-config takes care about
992     that now.
993
994   [ Michal Suchanek ]
995   * Moving check for iso image in initscript from the start to the end
996     before ejecting media.
997   * Using sendsigs.omit to avoid killing / (Closes: #584690).
998
999  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
1000
1001 live-boot (2.0~a5-1) unstable; urgency=low
1002
1003   [ Michal Suchanek ]
1004   * Fixing http boot:
1005
1006   [ Daniel Baumann ]
1007   * Ammending 2.0~a3-1 changelog entry with bug number.
1008
1009   [ Michal Suchanek ]
1010   * Adding support for booting iso images over http or wget.
1011
1012   [ Daniel Baumann ]
1013   * Renaming internal ext_mountpoint variable to alt_mountpoint for
1014     clarity.
1015
1016   [ Michal Suchanek ]
1017   * Removing leftover url= option, this ain't gonna work this way, see
1018     fetch=.
1019   * Adding DHCP debugging option.
1020   * Updating docs wrt/ httpfs.
1021
1022   [ Daniel Baumann ]
1023   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
1024     live-config.
1025   * Removing apt_cdrom bottom script, not used anyway.
1026   * Removing some boot parameters obsoleted by live-config.
1027
1028  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
1029
1030 live-boot (2.0~a4-1) unstable; urgency=low
1031
1032   * Removing obsolete boot parameter from manpages.
1033   * Running checkbashisms with -f and -x in Makefile.
1034
1035  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
1036
1037 live-boot (2.0~a3-1) unstable; urgency=low
1038
1039   * Removing umountfs bottom script, not needed anymore (see #518463).
1040
1041  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
1042
1043 live-boot (2.0~a2-1) unstable; urgency=low
1044
1045   * Removing locales  bottom script, now handled by live-config.
1046   * Simplyfing makefile a bit.
1047
1048  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
1049
1050 live-boot (2.0~a1-1) experimental; urgency=low
1051
1052   * Initial release.
1053
1054  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200
1055
1056 live-initramfs (1.236.2-1) unstable; urgency=medium
1057
1058   * Removing spurious '+' when making debconf db read-only (Closes:
1059     #581808).
1060
1061  -- Daniel Baumann <daniel@debian.org>  Tue, 18 May 2010 06:51:31 +0200
1062
1063 live-initramfs (1.236.1-1) unstable; urgency=low
1064
1065   * Merging casper 1.216.
1066   * Merging casper 1.217.
1067   * Merging casper 1.218.
1068   * Merging casper 1.219.
1069   * Merging casper 1.220.
1070   * Merging casper 1.221.
1071   * Merging casper 1.222.
1072   * Merging casper 1.223.
1073   * Merging casper 1.224.
1074   * Merging casper 1.225.
1075   * Merging casper 1.226.
1076   * Merging casper 1.227.
1077   * Merging casper 1.228.
1078   * Merging casper 1.229.
1079   * Merging casper 1.230.
1080   * Merging casper 1.231.
1081   * Merging casper 1.232.
1082   * Merging casper 1.233.
1083   * Merging casper 1.234.
1084   * Merging casper 1.235.
1085   * Merging casper 1.236.
1086
1087  -- Daniel Baumann <daniel@debian.org>  Sun, 16 May 2010 06:03:01 +0200
1088
1089 live-initramfs (1.215.1-1) unstable; urgency=low
1090
1091   [ Daniel Baumann ]
1092   * Merging casper 1.200.
1093   * Merging casper 1.201.
1094   * Merging casper 1.202.
1095   * Merging casper 1.203.
1096   * Merging casper 1.204.
1097   * Merging casper 1.205.
1098   * Merging casper 1.206.
1099   * Merging casper 1.207.
1100   * Merging casper 1.208.
1101   * Merging casper 1.209.
1102   * Merging casper 1.210.
1103   * Merging casper 1.211.
1104   * Merging casper 1.212.
1105   * Merging casper 1.213.
1106   * Merging casper 1.214.
1107   * Merging casper 1.215.
1108
1109   [ Steven Shiau ]
1110   * No timeout as running ipconfig for network booting.
1111
1112  -- Daniel Baumann <daniel@debian.org>  Sun, 02 May 2010 15:52:01 +0200
1113
1114 live-initramfs (1.199.1-1) unstable; urgency=low
1115
1116   * Updating maintainer field.
1117   * Merging casper 1.178.
1118   * Merging casper 1.179.
1119   * Merging casper 1.180.
1120   * Merging casper 1.181.
1121   * Merging casper 1.182.
1122   * Merging casper 1.183.
1123   * Merging casper 1.184.
1124   * Merging casper 1.185.
1125   * Merging casper 1.186.
1126   * Merging casper 1.187.
1127   * Merging casper 1.188.
1128   * Merging casper 1.189.
1129   * Merging casper 1.190.
1130   * Merging casper 1.191.
1131   * Merging casper 1.192.
1132   * Merging casper 1.193.
1133   * Move dummy start target in initscript.
1134   * Merging casper 1.194.
1135   * Merging casper 1.195.
1136   * Merging casper 1.196.
1137   * Merging casper 1.197.
1138   * Merging casper 1.198.
1139   * Merging casper 1.199.
1140
1141  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Apr 2010 19:19:23 +0200
1142
1143 live-initramfs (1.177.2-1) unstable; urgency=low
1144
1145   [ Marco Amadori ]
1146   * Do not specify 'noxino' between directories.
1147
1148   [ Michael Prokop ]
1149   * Support bootoptions ethdevice and ethdevice-timeout for specifying
1150     from which device you want to boot from and using which timeout
1151     (being 30 seconds if unconfigured), if ethdevice is not specified
1152     try to get a working network configuration for each existing network
1153     device.
1154   * Prefer removable devices over non-removable devices, so scan them
1155     first.
1156   * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
1157     bootoption.
1158   * Do not leak modprobe options to avoid booting errors with kernel
1159     options like libata.dma=0.
1160
1161  -- Daniel Baumann <daniel@debian.org>  Mon, 05 Apr 2010 10:07:12 +0200
1162
1163 live-initramfs (1.177.1-1) unstable; urgency=low
1164
1165   [ Daniel Baumann ]
1166   * Removing etch compatibility.
1167   * Merging casper 1.174.
1168   * Adding proper code comments about vol_id removal.
1169   * Merging casper 1.175.
1170
1171   [ Steven Shiau ]
1172   * Making select_eth_device work with 2nd NIC linked only and FETCH
1173     assigned.
1174   * Moving select_eth_device from init-premount to live-premount where
1175     "udevadm" commands are not required.
1176
1177   [ Daniel Baumann ]
1178   * Merging casper 1.176.
1179   * Merging casper 1.177.
1180   * Adding message to notify users when live-initramfs is falling back
1181     to unionfs-fuse.
1182   * Manually loading fuse when required.
1183
1184  -- Daniel Baumann <daniel@debian.org>  Wed, 17 Mar 2010 20:29:01 +0100
1185
1186 live-initramfs (1.173.5-1) unstable; urgency=low
1187
1188   [ Daniel Baumann ]
1189   * Updating contact information in copyright file.
1190   * Simplyfing initramfs triggers (Closes: #521129, #545842).
1191   * Wrapping fields in control file.
1192   * Using minimized rules file.
1193   * Simplifying wording in bug-presubj file.
1194
1195   [ Andreas Teuchert ]
1196   * Calling udevadm settle in scripts/init-premount/select_eth_device
1197     (Closes: #570100).
1198
1199   [ Tanguy Ortolo ]
1200   * Also respecting persistent-path parameter for snapshots (Closes:
1201     #570162).
1202
1203  -- Daniel Baumann <daniel@debian.org>  Sun, 14 Mar 2010 23:27:57 +0100
1204
1205 live-initramfs (1.173.4-1) unstable; urgency=low
1206
1207   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
1208     hack.
1209   * Correcting path in previous commit.
1210   * Disabling kaboom (Closes: #556368).
1211
1212  -- Daniel Baumann <daniel@debian.127011.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
1213
1214 live-initramfs (1.173.3-1) unstable; urgency=low
1215
1216   * Using noxino instead of xino, as the latter is not supported by
1217     aufs2 as we need to use it.
1218
1219  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 16:16:46 +0100
1220
1221 live-initramfs (1.173.2-1) unstable; urgency=low
1222
1223   [ Daniel Baumann ]
1224   * Updating homepage field in control.
1225
1226   [ amnesia ]
1227   * Correcting live-media=removeable{,-usb} behaviour to match the
1228     documented one.
1229
1230   [ Daniel Baumann ]
1231   * Removing unionfs workaround for kernel versions << 2.6.22, not
1232     usefull anymore.
1233   * Mounting aufs layer with detached inode index, this solves the
1234     'leaving unclean filesystem when using persistency' problem.
1235   * Removing unused syncs in initscript.
1236
1237   [ Luigi Capriotti ]
1238   * Skip loading usb modules when quickusbmodules parameter is
1239     specified.
1240
1241  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 11:55:41 +0100
1242
1243 live-initramfs (1.173.1-1) unstable; urgency=medium
1244
1245   [ intrigeri ]
1246   * Taking noprompt into account for USB flash drives as well.
1247   * Restoring opt-in behavior for local swap partitions.
1248
1249   [ Daniel Baumann ]
1250   * Updating package to debhelper 7.
1251   * Updating package to standards 3.8.3.
1252   * Don't use dh_clean in favour of dh_prep.
1253
1254   [ Luigi Capriotti ]
1255   * Also allowing hook= to specify files inside the image through
1256     file:// prefix.
1257
1258   [ Daniel Baumann ]
1259   * Forwardporting and extending usage of rsync when booting with toram
1260     based on a patch from Michael Prokop <mika@grml.org>.
1261
1262   [ Michael Prokop ]
1263   * Adding support for isofrom/fromiso bootoption.
1264
1265   [ Daniel Baumann ]
1266   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1267     harddisk devices to read-only mode for forensics investigations.
1268
1269   [ Michael Prokop ]
1270   * Adding support for ethdevice bootoption.
1271
1272   [ Daniel Baumann ]
1273   * Merging casper 1.158.
1274   * Merging casper 1.159.
1275   * Merging casper 1.160.
1276   * Merging casper 1.161.
1277   * Merging casper 1.162.
1278   * Merging casper 1.163.
1279   * Merging casper 1.164.
1280   * Merging casper 1.165.
1281   * Merging casper 1.166.
1282   * Merging casper 1.167.
1283   * Merging casper 1.168.
1284   * Merging casper 1.169.
1285   * Merging casper 1.170.
1286   * Merging casper 1.171.
1287   * Merging casper 1.172.
1288   * Merging casper 1.173.
1289   * Adding skipconfig parameter to disable most customization.
1290
1291   [ Marco Amadori ]
1292   * cpio snapshots: eval commands fix.
1293
1294   [ Daniel Baumann ]
1295   * Updating defaults file of console-setup for squeeze, thanks to Jun
1296     NOGATA <nogajun@gmail.com> (Closes: #560187).
1297   * Adding explicit debian source version 1.0 until switch to 3.0.
1298   * Adding select_eth_device script from Frederic Boiteux
1299     <fboiteux@calistel.com>.
1300   * Including rsync conditionally.
1301   * Updating year in copyright file.
1302   * Don't panic with persistency when we can't correctly mount the
1303     filesystem (Closes: #565456).
1304
1305   [ Ben Armstrong ]
1306   * Correcting keyboard handling for squeeze.
1307   * Only edit usplash init script if it exists.
1308   * Use klayout= for layout instead of kbd=.
1309
1310   [ Daniel Baumann ]
1311   * Updating to standards version 3.8.4.
1312
1313  -- Daniel Baumann <daniel@debian.org>  Sun, 31 Jan 2010 16:44:08 +0100
1314
1315 live-initramfs (1.157.4-2) unstable; urgency=high
1316
1317   [ Michael Prokop ]
1318   * Avoid the use of fstype in a running live system, as it's
1319     a executable and not a shell function and causes problems
1320     for example within live-snapshot.
1321   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1322
1323   [ Tzafrir Cohen ]
1324   * Adjusting grep call in is_nice_device to match new output of vol_id.
1325
1326  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 19:07:41 +0100
1327
1328 live-initramfs (1.157.4-1) unstable; urgency=medium
1329
1330   [ Daniel Baumann ]
1331   * Forcing run of dexconf when booting with xdriver=dexconf.
1332   * Adding (experimental) forcepersistentfsck bootoption to force fsck
1333     on root persistency device.
1334   * Adding presubj for reportbug.
1335   * Removing unused sed call in update target of Makefile.
1336   * Updating included languagelist from d-i.
1337   * Correcting install calls for reportbug files in rules.
1338   * Including d-i languagelist in initrd in order evaluate l10n
1339     settings.
1340   * Updating lang2locale(); to match new d-i langualgelist format.
1341   * Adding additional two sync calls before powerof happens in order to
1342     deal with 'does not cleanly unmount' problem when using root
1343     persistency.
1344   * Updating vcs fields.
1345   * Adding auto value for xvideomode where we ensure that no
1346     configuration from the persistency layer is respected.
1347
1348   [ Marco Amadori ]
1349   * Fixed FIXME sections in manpages.
1350
1351   [ Daniel Baumann ]
1352   * Including udev binaries in initramfs manually for squeeze and newer
1353     (Closes: #547149).
1354   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1355     media-path when toram is used (Closes: #534878).
1356   * Simplyfing and correcting udev inclusion in initramfs hook.
1357
1358  -- Daniel Baumann <daniel@debian.org>  Sun, 18 Oct 2009 20:29:31 +0200
1359
1360 live-initramfs (1.157.3-1) unstable; urgency=low
1361
1362   [ Daniel Baumann ]
1363   * Initial commit for having support for swapfiles.
1364   * Initial commit for having support for persistency on luks.
1365
1366   [ Marco Amadori ]
1367   * Partition snapshots works again.
1368   * Added "whole partition" snapshot resync type.
1369   * Two return code consistency fix.
1370   * Improved an useful debug string.
1371   * Cleaned a bit the snapshot feature.
1372
1373   [ Steven Shiau ]
1374   * Making fetch to work with file on sub dir on tftp server.
1375
1376   [ Daniel Baumann ]
1377   * Avoiding echo bashism in live-initramfs.init by using printf instead
1378     (Closes: #530128).
1379   * Correcting wrong path when disabling anacron in 25configure_init,
1380     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1381     #533046).
1382   * Removing disabling of postfix in 25configure_init, it's not
1383     appropriate for debian to do this by default. Thanks to Rui Bernardo
1384     <rui.bernardo.pt@gmail.com>.
1385   * Correcting typo in description of the ip boot parameter in live-
1386     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1387     (Closes: #532471).
1388
1389   [ Marco Amadori ]
1390   * Removed two bashisms on live-snapshot.
1391
1392   [ Daniel Baumann ]
1393   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1394     <l.capriotti@xbmc.org>.
1395
1396   [ Luigi Capriotti ]
1397   * Fixing possible invalid results from function where_is_mounted by
1398     returning more than one line inwhere_is_mounted();.
1399   * Fixing relaxed permissions of / in the live filesystem.
1400   * Fixing invalid mangling of /etc/event.d/tty.
1401   * Fixing typo in snapshot file list.
1402
1403   [ Daniel Baumann ]
1404   * Correcting cryptsetup calls for persistency on luks.
1405   * Copy live-installer-launcher desktop icon on users desktop.
1406   * Also updating USB device detection in initramfs script for linux
1407     2.6.29 and newer.
1408   * Adding missing pipe in cryptsetup call for persistency on luks
1409     partitions.
1410   * Making plainroot work (Closes: #523120).
1411
1412   [ Marco Amadori ]
1413   * persistent=nofiles fix (Closes: 522383).
1414
1415   [ Daniel Baumann ]
1416   * Looking for persistency partitions on luks devices only if we boot
1417     with persistent=cryptsetup.
1418   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1419     not installed.
1420   * Optimizing gnome-panel-data bottom script by leaving out the stupid
1421     things.
1422
1423   [ Richard Nelson ]
1424   * Allow for multiple but unique persistent media.
1425
1426  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Sep 2009 13:37:57 +0200
1427
1428 live-initramfs (1.157.2-1) unstable; urgency=medium
1429
1430   * Correcting fstab handling to not always append entries forever when using
1431     persistency.
1432   * Correcting kdm live-autologin handling to not always append entries forever
1433     when using persistency.
1434   * Correcting handling of locale default and environment handling to not always
1435     append entries forever when using persistency.
1436   * Correcting swap partition handling in fstab to not always append entries
1437     forever when using persistency.
1438   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
1439   * Merging swap live-bottom script into fstab script; there is no other sane
1440     possibility to prevent appending again and again in persistent mode.
1441   * Making sure that old swap entries are removed before new ones are added.
1442   * Adding cryptsetup to recommends, it's used for encrypted persistent
1443     partitions.
1444   * Restoring previous behaviour of ejecting the cd when being in non-persistent
1445     mode, thanks to Julien Cristau <jcristau@debian.org>.
1446   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
1447     and newer.
1448
1449  -- Daniel Baumann <daniel@debian.org>  Thu, 14 May 2009 10:00:00 +0200
1450
1451 live-initramfs (1.157.1-1) unstable; urgency=medium
1452
1453   [ Daniel Baumann ]
1454   * Only snapshotting in initscript when we actually run with persistence.
1455
1456   [ Rene Mayrhofer ]
1457   * Checking if /var/log is writable before trying to copy live.log to the newly
1458     mounted root filesystem (Closes: #516914).
1459
1460   [ Daniel Baumann ]
1461   * Improving check in 21xdriver when we don't do anything.
1462   * Adding hack to remove live specific filesystems from umounfs initscript
1463     (Closes: #506410, #515718).
1464   * Adding comsetic line wrapping for output of local-gen messages during boot.
1465   * Merging casper 1.157.
1466   * Only calling install-keymap if it's actually installed, which is always but
1467     in minimal images the case though (Closes: #517153).
1468   * Adding silent boot parameter.
1469   * Respecting media timeout even when specificing media device manually.
1470   * Also allowing to use the removable keyword for specifying a live media.
1471   * Correcting accidental syntax error in one of the previous commits in
1472     19keyboard bottom script.
1473   * Adding removable-usb keyword to further restrict live media selection.
1474   * Correcting check for usb when using removable-usb keyword.
1475   * Correcting typo in locale bottom script.
1476
1477  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
1478
1479 live-initramfs (1.156.1-1) unstable; urgency=high
1480
1481   [ Daniel Baumann ]
1482   * Revert using debhelper 7 command in rules.
1483   * Updating copyright file.
1484   * Prefixing debhelper files with package name.
1485   * Updating bug script.
1486   * Removing bashism in initscript.
1487   * Usage of dialog in initscript is not actually a todo.
1488   * Correcting medium eject message in initscript.
1489   * Making medium removal message working again with usplash.
1490   * Rewrapping init script.
1491   * Reordering rules file.
1492   * Merging casper 1.155.
1493   * Adding ext4 support.
1494   * Merging casper 1.156.
1495   * Correct eject login in initscript.
1496   * Updating parameters.txt.
1497
1498   [ Ronny Standtke ]
1499   * Do not eject USB flash drives (Closes: #457070).
1500
1501  -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
1502
1503 live-initramfs (1.154.8-1) unstable; urgency=high
1504
1505   [ Kai Hendry ]
1506   * Adding basic xrandr support for lenny to enforce a particular
1507     resolution through bootparameter.
1508
1509  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
1510
1511 live-initramfs (1.154.7-1) unstable; urgency=medium
1512
1513   * Adding note about URL limitations in live-initramfs manpage when
1514     using fetch parameter.
1515   * Removing wc from hook again, that's an ubuntu only problem they have
1516     to care about.
1517
1518  -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
1519
1520 live-initramfs (1.154.6-1) unstable; urgency=medium
1521
1522   * Replacing casper with live in live-new-uuid.
1523   * Including wc in initramfs (Closes: #512413).
1524   * Added missing variable quoting that lead to broken root persistence, thanks
1525     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
1526   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
1527     a path for the persistence files through persistent-path boot parameter
1528     (Closes: #512661).
1529   * Adding persistent-path to parameter list and manpage.
1530   * Actually building/cleaning manpages through targets in Makefile.
1531
1532  -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
1533
1534 live-initramfs (1.154.5-1) unstable; urgency=low
1535
1536   * Also checking for wicd in 23networking, thanks to Ben Armstrong
1537     <synrg@debian.org>.
1538   * Don't redirect output of fstype detection to standard out, thanks to Ronny
1539     Standtke <Ronny.Standtke@gmx.net>.
1540   * Silencing grep call on /etc/passwd.
1541   * Silencing xorg reconfiguration, thanks to Ronny Standtke
1542     <Ronny.Standtke@gmx.net>.
1543
1544  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
1545
1546 live-initramfs (1.154.4-1) unstable; urgency=low
1547
1548   [ Rene Mayrhofer ]
1549   * Support further checks on loopback image and support skipping union
1550     mounts (Closes: #509446).
1551
1552  -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
1553
1554 live-initramfs (1.154.3-1) unstable; urgency=medium
1555
1556   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
1557     to set variables in previous bottom scripts.
1558
1559  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
1560
1561 live-initramfs (1.154.2-1) unstable; urgency=medium
1562
1563   [ Daniel Baumann ]
1564   * Updating authors file.
1565
1566   [ Marco Amadori ]
1567   * Reworked integrity-check (Closes: #507477).
1568   * Cleaned the boot log a bit.
1569
1570  -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
1571
1572 live-initramfs (1.154.1-1) unstable; urgency=low
1573
1574   * Merging casper 1.140-1.154.
1575   * Add a warning message when no image can be found.
1576   * Adding a panic message when we netboot and have no supported network
1577     device (Closes: #496684).
1578   * Turning 'no supported filesystem images found' into a panic message,
1579     rather than a warning.
1580   * Also adding ralink to network device check.
1581   * Removing spurious 'livefs_root' in copy_live_to();.
1582
1583  -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
1584
1585 live-initramfs (1.139.1-4) unstable; urgency=medium
1586
1587   [ Chris Lamb ]
1588   * Remove (accidental?) debian/changelog entry.
1589   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
1590   * Use "test -s" instead of testing file availability and size.
1591   * Be consistent in using 0/1 for True/False values instead of English
1592     representations.
1593   * Reflow some grammar in comments and in live-initramfs(7).
1594   * Reflow long 'tr'-based pipelines for readability.
1595   * Don't "cat |" to grep.
1596
1597   [ Daniel Baumann ]
1598   * Replacing obsolete dh_clean -k with dh_prep.
1599
1600   [ Marco Amadori ]
1601   * Changed HOSTNAME and /etc/hosts handling.
1602   * Conditional creation of /etc/fstab.
1603   * live-snapshot: fixed include-list handling.
1604   * Reordered persistence lookups and boundaries (Closes: #500672).
1605   * Search for partition labels only (Closes: #486469).
1606   * Implemented a snapshot exclude list.
1607   * Implemented a persistence exclude list.
1608   * Manpage clarifications on "nofiles".
1609   * Do not pollute the logs when looking for swap partitions.
1610   * Removed all "cat | grep", with grep, awk and sed.
1611
1612  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
1613
1614 live-initramfs (1.139.1-3) unstable; urgency=medium
1615
1616   [ Chris Lamb ]
1617   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
1618
1619   [ Daniel Baumann ]
1620   * Removing currently unused Upstream-Depends field in control.
1621   * Updating vcs fields in control file.
1622   * Sourcing live.vars in 15autologin directly, rather than to inherit
1623     from live-functions.
1624
1625   [ Marco Amadori ]
1626   * Removed some useless spaces.
1627   * Fix default user handling.
1628   * Added a pretty vital mount debug string.
1629   * Create /etc/mtab on the initramfs ASAP.
1630   * Removed mount -n option, since mtab is there.
1631   * Re-enable "break=live-premount" debug.
1632   * Skipped some runtime duplicated execution.
1633   * Add real cpio to initramfs for snapshot's uses.
1634   * Fixed try_snap() umounting on error.
1635   * Override maybe_break from initramfs-tools.
1636   * Forces use of initramfs cpio over busybox's one.
1637   * Fixed a wrong trial to copy an unexistant snapshot.
1638   * Check for files and umount only if you can mount it first.
1639   * Included more debug and comments on persistence code.
1640   * Set -u in live-snapshot only in debug mode.
1641
1642   [ Michael Prokop ]
1643   * Ignore errors from fstype.
1644
1645  -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
1646
1647 live-initramfs (1.139.1-2) unstable; urgency=medium
1648
1649   [ Daniel Baumann ]
1650   * If the filesystem type of the rootfs cannot be automatically detected, we
1651     try to assume it from the extension of the imagefile we have found. Thanks
1652     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
1653   * Setting project email address to the new debian-live@lists.debian.org.
1654   * Disabling default usage of local swap partitions. Can be enabled with the
1655     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
1656     bringing it up.
1657
1658   [ Michal Suchanek ]
1659   * Enabling the "remove CD" prompt in splashy.
1660
1661  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
1662
1663 live-initramfs (1.139.1-1) unstable; urgency=medium
1664
1665   [ Ben Voui ]
1666   * Adding support for Virtio vd[a-z] drives.
1667
1668   [ Chris Lamb ]
1669   * Move loop-aes-tools to Suggests; live-helper should install them if
1670     required.
1671   * Remove unnecessary indentation level.
1672   * Modify hiding of harmless X.org reconfiguring messages.
1673   * Revert to using uid 1000 as PAM bug seems to have disappeared
1674     (Closes: #433076)
1675   * Hide error from attempting to "mount --move"
1676   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
1677   * Don't configure X.org if it's not installed.
1678   * Fix check for X.org.
1679   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
1680     warnings.
1681   * Silence another "script-not-executable" message for a sourced library.
1682   * Add missing pipe. Thanks to Andreas Bombe.
1683   * Shamefully adding myself to CREDITS
1684   * Tidy "Disabling update-initramfs" message.
1685   * Re-order some commands so we don't call log_begin_msg without calling
1686     log_end_msg.
1687   * Don't configure X when /usr/bin/X does not exist.
1688   * Silence 'script-not-executable' lintian warning - live-functions script is
1689     always sourced.
1690   * Fix spacing in swirl.
1691   * Override log_*_msg to print nicer status text (until #494257 is merged).
1692   * Hide "overwriting possibly-customised configuration file" in X.org setup
1693     output.
1694   * Hide "Shadow passwords are now on" status message on bootup.
1695   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
1696     functions.
1697   * Rework locale handling
1698   * Print friendly error message on live-initramfs panic.
1699   * Fix path issue with live-preseed causing noisy errors when booting.
1700   * Silence a number of annoying and distracting bootup messages.
1701   * Add missing "log_end_msg" to live-bottom/21xdriver.
1702   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
1703   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
1704   * Move some arch-indep helper utilities to Build-Depends-Indep.
1705   * Set default cow_mountopt where the other defaults are used.
1706   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
1707     "lostup"
1708
1709   [ Daniel Baumann ]
1710   * Updating authors file.
1711   * Merging casper 1.139.
1712   * Not going over the top with exclamation marks in the panic message.
1713   * Updating credits file.
1714   * Slightely adjusting to the more widespread used ascii swirl.
1715   * Merging casper 1.138.
1716   * Merging casper 1.137.
1717
1718   [ Marco Amadori ]
1719   * Added "-n" option to all mount commands, thanks to Peter Holik
1720     <peter@holik.at> for pointing this out.
1721   * Be sure that the discovered filesystem is not null.
1722   * The list of supported filesytems goes dynamic.
1723   * Added ntfs filesystem to the initramfs.
1724
1725   [ Michael Prokop ]
1726   * Move sourcing of live-functions in 38disable_restricted_manager to correct
1727     place.
1728
1729   [ Steven Shiau ]
1730   * Adding support for using tftp in fetch= parameter.
1731   * Another fix about using udevsettle or "udevadm settle".
1732
1733  -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
1734
1735 live-initramfs (1.136.3-1) unstable; urgency=medium
1736
1737   [ Michael Prokop ]
1738   * Make sure mounting /cow-tmpfs provides mount options.
1739
1740  -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
1741
1742 live-initramfs (1.136.2-1) unstable; urgency=medium
1743
1744   * Replacing previous imperfect changes for udevadm with check for
1745     udevadm and using old commands when beeing on etch. Also handling
1746     udevtrigger with udevadm if available.
1747   * Correcting httpfs2 inclusion in hook.
1748
1749  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
1750
1751 live-initramfs (1.136.1-1) unstable; urgency=medium
1752
1753   [ Chris Lamb ]
1754   * Fix call to log_warning_msg. Thanks to Bradley Smith
1755     <brad@brad-smith.co.uk>.
1756   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
1757     kernels on powerpc.
1758   * Check losetup capabilities before specifying to mount as read-only.
1759   * Modprobe 'esp' SCSI driver for the benefit of sparc.
1760   * Quieten call to modprobe ide-generic.
1761   * Move local-top/live to live-premount/modules so it gets called before
1762     find_livefs.
1763   * Sync bug script "dpkg -l" calls with debian/control
1764
1765   [ Daniel Baumann ]
1766   * Defaulting now to aufs if no union= parameter is given.
1767   * Merging casper version 1.136.
1768   * Merging casper version 1.135.
1769   * Merging casper version 1.134.
1770   * Merging casper version 1.133.
1771   * Converting udev depends into a versioned depends in order to reflect udevadm
1772     introduction.
1773   * Updating live-snapshot to GPL-3+.
1774   * Updating to standards 3.8.0.
1775   * Renaming forgotton uuid file to live-uuid.
1776
1777   [ Marco Amadori ]
1778   * udevtrigger replacement.
1779   * live-snapshot: fixed the remount helper.
1780   * live-snapshot: now supports a static keep file list.
1781   * Try to bind /cow to /live/cow if unable to move.
1782   * live-snapshot: cleaned some wordings.
1783   * live-snapshot: included vital informations on exit.
1784   * live-snapshot: new "--refresh" option.
1785   * live-snapshot: cleaned and sorted used command line defaults.
1786   * live-snapshot: nicer default auto unmount logic.
1787   * live-snapshot: honour "-o|--output FILE".
1788   * live-snapshot: removed a useless mkdir.
1789   * live-snapshot: removed an unused and useless function.
1790   * live-snapshot: fixes snapshotting from resync string.
1791
1792   [ Michal Suchanek ]
1793   * Add support for httpfs= and ftpfs= parameters.
1794
1795  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
1796
1797 live-initramfs (1.132.1-1) unstable; urgency=medium
1798
1799   [ Chris Lamb ]
1800   * Don't escape asterisks in languagelist update code
1801
1802   [ Daniel Baumann ]
1803   * Updating copyright header in live-snapshot.
1804   * Removing useless whitespaces and empty lines.
1805   * Correcting grammatical errors in live-snapshot description.
1806   * Removing live-snapshot version as this component is always released
1807     within live-initramfs itself.
1808   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
1809   * Merging casper 1.132.
1810   * Merging casper 1.131.
1811   * Ignoring floppy devices for live filesystem as well as live
1812     persistency.
1813   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
1814     live.log and show its messages during boot (Closes: #440238).
1815   * Updating vcs fields in control file.
1816   * Handling conflicting klibc includes with initramfs-hooks of other
1817     packages (Closes: 475783).
1818
1819   [ Marco Amadori ]
1820   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
1821     '/mnt'" bug.
1822   * Calling live-snapshot now produces an output file.
1823
1824   [ Michal Suchanek ]
1825   * Workaround loop-aes-utils losetup incompatibility
1826   * Fix toram (change mount --move to mount -o move)
1827
1828  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
1829
1830 live-initramfs (1.130.1-3) unstable; urgency=high
1831
1832   * Handle non-existing klibc includes in live hook (Closes: #475783).
1833   * Adding loop-aes-utils to recommends.
1834
1835  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
1836
1837 live-initramfs (1.130.1-2) unstable; urgency=medium
1838
1839   [ Chris Lamb ]
1840   * Remove bogus dependency on Ubuntu "localechooser-data" package
1841
1842  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
1843
1844 live-initramfs (1.130.1-1) unstable; urgency=medium
1845
1846   [ Chris Lamb ]
1847   * Use triggers when calling update-initramfs in postinst and postrm
1848
1849   [ Daniel Baumann ]
1850   * Sorting some lines in live hook.
1851   * Merging casper 1.130.
1852   * Merging casper 1.129.
1853   * Adjusting code formating in maintainer scripts.
1854   * Restricting counting of installed kernels based on /boot/vmlinuz-*
1855     instead of /boot/vmlinuz*.
1856
1857  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
1858
1859 live-initramfs (1.128.1-1) unstable; urgency=medium
1860
1861   [ Marco Amadori ]
1862   * Fixed a misleading debug message.
1863   * Added /cow mounting debug messages.
1864   * Fixed /cow mounting.
1865   * Klibc: added some libraries to the intramfs.
1866
1867   [ Daniel Baumann ]
1868   * Merging casper 1.128.
1869
1870  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
1871
1872 live-initramfs (1.127.1-1) unstable; urgency=medium
1873
1874   [ Daniel Baumann ]
1875   * Merging casper 1.127.
1876   * Merging casper 1.126.
1877   * Removing too early recommends to live-initscripts in control to make
1878     some people happy (Closes: #431000).
1879
1880   [ Chris Lamb ]
1881   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
1882     (?) bug
1883   * scripts/live-helpers: Don't search ram block devices
1884   * scripts/live-helpers: Search / use case
1885   * scripts/live-helpers: Fixes for set -e
1886   * bin/live-snapshot: Vastly rework script
1887   * bin/live-snapshot: Fix argument handling (Closes: #461595)
1888   * scripts/live: Make 'nopersistent' parameter actually disable
1889     persistence
1890
1891  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
1892
1893 live-initramfs (1.125.1-1) unstable; urgency=medium
1894
1895   [ Daniel Baumann ]
1896   * Merging casper 1.125.
1897
1898   [ Chris Lamb ]
1899   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
1900   * Rename 18hostname -> 06hostname
1901
1902  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
1903
1904 live-initramfs (1.124.1-1) unstable; urgency=medium
1905
1906   [ Daniel Baumann ]
1907   * Adjusting live-snapshot to live-initramfs.
1908   * Merging casper 1.124.
1909   * Adjusting 44pk_allow to live-initramfs.
1910   * Merging casper 1.123.
1911   * Merging casper 1.122.
1912   * Merging casper 1.121.
1913   * Merging casper 1.120.
1914
1915   [ Chris Lamb ]
1916   * 99hook: Download hook script from inside target filesystem
1917
1918  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
1919
1920 live-initramfs (1.119.1-1) unstable; urgency=medium
1921
1922   * Creating resolv.conf when netbooting not just when there's no
1923     resolv.conf, but also when it is empty.
1924   * Making hooks executable after fetching them.
1925   * Removing disabling of kwallet.
1926   * Merging casper 1.119.
1927
1928  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
1929
1930 live-initramfs (1.118.2-1) unstable; urgency=medium
1931
1932   [ Andrey Asadchev ]
1933   * Explicitly set Xorg video driver.
1934   * Patch to use cryptsetup volumes for persistent storage.
1935
1936   [ Daniel Baumann ]
1937   * New upstream release.
1938   * Fixing wrong email address in changelog (was bug in git-dch config).
1939   * Bumping package to policy 3.7.3.
1940   * Rewriting copyright in machine-interpretable format.
1941   * Adding hook parameter to execute custom scripts.
1942   * Adding plainroot.
1943
1944   [ Marco Amadori ]
1945   * Now it includes lzma kernel module dependencies.
1946
1947  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
1948
1949 live-initramfs (1.118.1-1) unstable; urgency=medium
1950
1951   [ Daniel Baumann ]
1952   * New upstream release.
1953   * Adding direct depends to udev, thanks to Anton Lundin
1954     <glance@acc.umu.se> (Closes: #452448).
1955   * Merging casper 1.111.
1956   * Bumping version to 1.110.1-1.
1957   * Merging casper 1.112.
1958   * Merging casper 1.113.
1959   * Adjusting to live-initramfs.
1960   * Bumping version to 1.113.1-1.
1961   * Merging casper 1.114.
1962   * Merging casper 1.115.
1963   * Merging casper 1.116.
1964   * Merging casper 1.117.
1965   * Merging casper 1.118.
1966   * Bumping version to 1.118.1-1.
1967
1968   [ Otavio Salvador ]
1969   * debian: add mtd-tools as suggestion since it's required for jffs2
1970     support
1971   * hooks: include jffs2 kernel module on initramfs image
1972   * live-snapshot: add support to use jffs2 images
1973   * live: add support for jffs2 images and snapshots
1974   * live-helpers: add jffs2 as a valid image
1975   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
1976
1977  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
1978
1979 live-initramfs (1.110.7-1) unstable; urgency=medium
1980
1981   * New upstream release.
1982   * Fixing fstab handling.
1983   * Fixing regression from mounting the ow device on a nfs volume,
1984     thanks to An-Cheng Huang <ancheng@vyatta.com>.
1985
1986  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
1987
1988 live-initramfs (1.110.6-1) unstable; urgency=medium
1989
1990   * New upstream release.
1991   * Preparing live-initramfs 1.110.6-1.
1992   * Adding custom reportbug script.
1993   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
1994   * Adding checkbashsms call to test target of the Makefile as suggested
1995     by Trent W. Buck <trentbuck@gmail.com>.
1996
1997  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
1998
1999 live-initramfs (1.110.5-1) unstable; urgency=medium
2000
2001   * New upstream release.
2002   * Preparing live-initramfs 1.110.5-1.
2003   * Using kdm initscript autologin overrides, thanks to Kel Modderman
2004     <kel@otaku42.de>.
2005   * Setting the kdm language, thanks to Jordi Pujol
2006     <jordi_pujol@telefonica.net>.
2007   * Adding files to the live filesystem according to the MAC number,
2008     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
2009   * Fixing some coding style issues.
2010
2011  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
2012
2013 live-initramfs (1.110.4-1) unstable; urgency=medium
2014
2015   [ Daniel Baumann ]
2016   * New upstream release.
2017   * Preparing live-initramfs 1.110.3-1.
2018   * Correcting homepage field.
2019   * Correcting vcs fields.
2020
2021   [ Jesse Hathaway ]
2022   * add support for mounting the cow device on an nfs volume
2023
2024  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
2025
2026 live-initramfs (1.110.3-1) unstable; urgency=medium
2027
2028   [ Daniel Baumann ]
2029   * New upstream release.
2030   * Preparing live-initramfs 1.110.3-1.
2031   * Removing ubuntu support.
2032
2033   [ Alex Owen ]
2034   * Fix typo to get serial console to work
2035
2036   [ Jesse Hathaway ]
2037   * add support for exposedroot option for live-helper
2038
2039  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
2040
2041 live-initramfs (1.110.2-1) unstable; urgency=medium
2042
2043   * New upstream release.
2044   * Preparing live-initramfs 1.110.2-1.
2045   * Fixing typing error.
2046   * Removing nodiratime as it is already included in noatime, thanks to Kel
2047     Modderman <kel@otaku42.de>.
2048
2049  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
2050
2051 live-initramfs (1.110.1-1) unstable; urgency=medium
2052
2053   * New upstream release.
2054   * Preparing live-initramfs 1.107.2-1.
2055   * Also using nodiratime, not just noatime.
2056   * Merging casper 1.108.
2057   * Adjusting to live-initramfs.
2058   * Merging casper 1.109.
2059   * Adjusting to live-initramfs.
2060   * Merging casper 1.110.
2061   * Adjusting to live-initramfs.
2062   * Bumping version to 1.110.1-1.
2063
2064  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
2065
2066 live-initramfs (1.107.1-1) unstable; urgency=medium
2067
2068   * New upstream release.
2069   * Preparing live-initramfs 1.102.4-2.
2070   * Replacing backticks with POSIX expression.
2071   * Consistently using curly brackets for variables.
2072   * Fixing bashism.
2073   * Merging casper 1.105.
2074   * Adjusting to live-initramfs.
2075   * Bumping version to 1.105.1-1.
2076   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
2077     cow mount rather than binding it on /live/cow. This prevents the
2078     /cow mount showing up in /proc/mounts.
2079   * Merging casper 1.106.
2080   * Adjusting to live-initramfs.
2081   * Bumping version to 1.106.1-1.
2082   * Fixing wrong homepage field.
2083   * Fixing typing error.
2084   * Merging casper 1.107.
2085   * Bumping version to 1.107.1-1.
2086
2087  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
2088
2089 live-initramfs (1.104.1-1) unstable; urgency=medium
2090
2091   * New upstream release.
2092
2093  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
2094
2095 live-initramfs (1.102.1-1) unstable; urgency=medium
2096
2097   * New upstream release.
2098
2099  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
2100
2101 live-initramfs (1.99.2-1) unstable; urgency=medium
2102
2103   * New upstream release:
2104     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
2105       (Closes: #440235).
2106
2107  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
2108
2109 live-initramfs (1.99.1-1) unstable; urgency=medium
2110
2111   * New upstream release.
2112
2113  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
2114
2115 live-initramfs (1.96.2-1) unstable; urgency=medium
2116
2117   * New upstream release.
2118
2119  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
2120
2121 live-initramfs (1.96.1-1) unstable; urgency=medium
2122
2123   * New upstream release.
2124
2125  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
2126
2127 live-initramfs (1.95.3-1) unstable; urgency=medium
2128
2129   * New upstream release.
2130
2131  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
2132
2133 live-initramfs (1.95.2-1) unstable; urgency=medium
2134
2135   * New upstream release.
2136
2137  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
2138
2139 live-initramfs (1.95.1-1) unstable; urgency=medium
2140
2141   * New upstream release.
2142
2143  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
2144
2145 live-initramfs (1.91.6-1) unstable; urgency=medium
2146
2147   * New upstream release.
2148
2149  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
2150
2151 live-initramfs (1.91.5-1) unstable; urgency=medium
2152
2153   * New upstream release.
2154
2155  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
2156
2157 live-initramfs (1.91.4-1) unstable; urgency=medium
2158
2159   * New upstream release:
2160     - Dropping transitional package, not needed anymore.
2161
2162  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
2163
2164 live-initramfs (1.91.3-1) unstable; urgency=medium
2165
2166   * New upstream release.
2167
2168  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
2169
2170 live-initramfs (1.91.2-1) unstable; urgency=medium
2171
2172   * New upstream release.
2173
2174  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
2175
2176 live-initramfs (1.91.1-1) unstable; urgency=medium
2177
2178   * New upstream release.
2179
2180  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
2181
2182 live-initramfs (1.90.1-1) unstable; urgency=medium
2183
2184   * New upstream release.
2185
2186  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
2187
2188 live-initramfs (1.87.6-1) unstable; urgency=medium
2189
2190   * New upstream release.
2191
2192  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
2193
2194 live-initramfs (1.87.5-1) unstable; urgency=medium
2195
2196   * New upstream release, replacing casper.
2197
2198  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
2199
2200 live-initramfs (1.87.4-1) unstable; urgency=medium
2201
2202   * New upstream release.
2203
2204  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
2205
2206 live-initramfs (1.87.3-1) unstable; urgency=medium
2207
2208   * New upstream release.
2209
2210  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
2211
2212 live-initramfs (1.87.2-1) unstable; urgency=low
2213
2214   * New upstream release.
2215
2216  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
2217
2218 live-initramfs (1.87.1-1) unstable; urgency=low
2219
2220   * Initial release, forking casper.
2221
2222  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200