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