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