Releasing debian version 4.0~alpha16-1.
[debian-live-boot.git] / debian / changelog
blob9f34a51993f440fd01c854f1a5609b3393ebc356
1 live-boot (4.0~alpha16-1) experimental; urgency=low
3   * Updating package descriptions.
4   * Applying patch from Michael Prokop <mika@grml.org> to update udev
5     usage in is_nice_device() for newer udev versions.
7  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 15 Oct 2013 09:17:35 +0200
9 live-boot (4.0~a15-1) experimental; urgency=low
11   [ Jan Blunck ]
12   * Install components into /lib/live/boot folder.
14  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 17:21:50 +0200
16 live-boot (4.0~a14-1) experimental; urgency=low
18   [ Daniel Baumann ]
19   * Updating note about overlay file image names in live-boot manpage,
20     thanks to Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes:
21     #701615).
22   * Correcting debug variables through out the code to use the same one.
23   * Allowing to superseed live-boot cmdline through configuration files.
25   [ chals ]
26   * Updating Spanish translation of live-boot man page.
28   [ Steven Shiau ]
29   * Calculating size for the whole media "/live/image/", not only the dir
30     "/live/image/live/" when using toram.
32   [ Daniel Baumann ]
33   * Reorganizing backend in source tree.
34   * Reorganizing frontend in source tree.
35   * Reorganizing components in source tree.
36   * Replace various mentionings of scripts with components.
37   * Updating code to current coding style in a some locations.
38   * Dropping old pre-wheezy udevadm handling.
39   * Dropping old pre-wheezy persistence list handling.
40   * Replacing variable used in one place only with explicit directory for
41     simplicity.
42   * Shortening /etc/mtab conditional creation.
43   * Dropping helper function used in one place only which can be replaced
44     with a simple ls call anyway.
45   * Dropping really_export dead code.
46   * Simplifying /etc/resolv.conf generation a bit.
47   * Updating indenting in network component.
49   [ chals ]
50   * Updating the dates in man pages.
51   * Updating Spanish translation of man pages.
53   [ Jan Blunck ]
54   * Use PERSISTENCE_PATH with a trailing "/".
55   * Move check for block device to mount_persistence_media().
56   * Remount writable when moving the mountpoint of the persistence device.
57   * Blacklist devices used for /live/rootfs/* insted of /live/medium.
58   * Add support for persistence-storage type "directory".
60   [ Daniel Baumann ]
61   * Updating debhelper install file to include additional scripts in new
62     location.
64  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 14:17:30 +0200
66 live-boot (4.0~a13-1) experimental; urgency=low
68   * Increasing tftp blocksize to maximum value per RFC 2348, thanks to
69     Vincent Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
71  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:45:49 +0200
73 live-boot (4.0~a12-1) experimental; urgency=low
75   * Updating manpage wrt/ quickreboot (Closes: #706686).
76   * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs
77     to make it active (Closes: #707116).
78   * Further guarding overwriting of /bin/mount by making it dependent on
79     the existence of /bin/mount.util-linux.
81  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 08 May 2013 08:42:54 +0200
83 live-boot (4.0~a11-1) experimental; urgency=low
85   [ chals ]
86   * Updating dates in man pages.
87   * Updating the Spanish translation of live-boot man page.
88   * Updating the Spanish translation of persistence.conf man page.
89   * Fixing the use of one preposition in the Spanish translation of the
90     man pages.
92   [ Daniel Baumann ]
93   * Renumbering the first three early scripts.
94   * Renaming main function to live for consistent namespace.
95   * Correcting leftovers from old variable handling for BOOTIF, thanks to
96     Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
98   [ Andrew Jeffery ]
99   * Select BOOTIF device if defined for netboot (Closes: #703744).
100   * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
102   [ Peter Schaefer ]
103   * Adding support for luks persistence with persistence files (Closes:
104     #701614).
106   [ David Hare ]
107   * Also blacklisting findiso and fromiso devices for luks file
108     persistence.
110  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 14:28:00 +0200
112 live-boot (4.0~a10-1) experimental; urgency=low
114   [ Daniel Baumann ]
115   * Debranding package for derivatives.
117   [ Evgeni Golov ]
118   * Fixing condition for setting rootfs_dest_backing.
120   [ Michael Stummvoll ]
121   * Simplifying if statement in is_live_system function.
122   * Fixing a bug with multiple files in is_live_path after the last
123     commit.
124   * Using is_live_path() in mount_images_in_directory() to avoid redundant
125     logic.
127  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:20:50 +0200
129 live-boot (4.0~a9-1) experimental; urgency=low
131   * Removing all references to my old email address.
133  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:13:18 +0100
135 live-boot (4.0~a8-1) experimental; urgency=low
137   [ Daniel Baumann ]
138   * Moving initramfs-tools entry-point to backends.
139   * Moving dracut entry-point stub to backends.
140   * Dropping pre-squeeze udev conditionals in initramfs-tools hook.
141   * Dropping conditionals in backend, stuff is either there or not but not
142     nothing in between.
143   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
144     barratt.org.uk>.
146   [ Evgeni Golov ]
147   * Fixing invalid syntax in test for opt_link.
148   * Checking for ${overlay}, not ${device} when trying to close
149     ${overlay}.
150   * Transforming link targets so they work after the mount was moved
151     (Closes: #702421).
153  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:02:23 +0100
155 live-boot (4.0~a7-1) experimental; urgency=low
157   * Silencing unmounting of potentially stray tmpfs on /live/overlay.
158   * Making loadkeys call quiet in order to not mess-up persistence, thanks
159     to stack <stack@inventati.org> (Closes: #700902).
161  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Feb 2013 05:49:37 +0100
163 live-boot (4.0~a6-1) experimental; urgency=low
165   [ chals ]
166   * Updating Spanish translation of live-boot man page, persistence-label.
168   [ Daniel Baumann ]
169   * Adding 3.0.1-1 changelog entries.
171  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 08:57:13 +0100
173 live-boot (4.0~a5-1) experimental; urgency=low
175   [ Daniel Baumann ]
176   * Updating manpage year handling for 2013.
178   [ Richard Nelson ]
179   * Replace noprompt with noeject on manpage.
181   [ Daniel Baumann ]
182   * Updating noeject description in manpage.
184   [ chals ]
185   * Updating Spanish translation in respect to noeject.
187   [ Daniel Baumann ]
188   * Dropping dpkg compression level.
189   * Calling df with -P to avoid line wraps with overly long mountpoints.
190   * Removing some dead code in netbase parts.
192   [ Gaudenz Steinlin ]
193   * Fixing support for multiple squashfs images (Closes: #696494).
194   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
195     #696495).
197   [ Daniel Baumann ]
198   * Adding 3.0.0-1 changelog entries.
199   * Updating manpage for persistence-label, thanks to Mike Gach
200     <gach.mqt@gmail.com> (Closes: #697873).
202  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:29:27 +0100
204 live-boot (4.0~a4-1) experimental; urgency=low
206   * Updating year in copyright file.
207   * Supporting legacy filenames for checksums in debian within verify-
208     checksums.
209   * Correcting legacy filename for checksum files.
210   * By default including sha256sum only in progress-linux, keep md5sum
211     legacy for debian.
212   * Adding 3.0~b11-1 changelog entries.
214  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:37:12 +0100
216 live-boot (4.0~a3-1) experimental; urgency=low
218   [ Daniel Baumann ]
219   * Adding live-tools to recommends.
221   [ Michal Suchanek ]
222   * Including util-linux mount in initramfs.
224   [ Daniel Baumann ]
225   * Making overwriting of /bin/mount within initramfs with mount.util-
226     linux dependent on fuse usage, not on some additional boot parameter.
227   * Correcting spelling typo in bug script.
229   [ Richard Nelson ]
230   * Update manpage information of ip= param to correctly reflect what
231     9990-netbase.sh expects.
233   [ Daniel Baumann ]
234   * Cleaning up manpage po files.
235   * Adding 3.0~b10-1 changelog entries.
237  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:27:46 +0100
239 live-boot (4.0~a2-1) experimental; urgency=low
241   [ Tails developers ]
242   * Making the /live to /lib/live move for the persistence code.
243   * Handling already mounted persistence backing media correctly.
244   * Fixing persistence-media option when no devices are attached.
245   * Using 'local' in a safe way.
247   [ Daniel Baumann ]
248   * Adding 3.0~b9-1 changelog entries.
250  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:06:28 +0100
252 live-boot (4.0~a1-1) experimental; urgency=low
254   * Dropping specifics for squeeze based distributions.
256  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:58:46 +0100
258 live-boot (3.0.1-1) unstable; urgency=low
260   [ chals ]
261   * Updating Spanish translation of live-boot man page, persistence-label.
263   [ Daniel Baumann ]
264   * Dropping German manpage translations stubs for the release.
266  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:33:17 +0100
268 live-boot (3.0.0-1) unstable; urgency=low
270   [ Daniel Baumann ]
271   * Updating manpage year handling for 2013.
273   [ Richard Nelson ]
274   * Replace noprompt with noeject on manpage.
276   [ Daniel Baumann ]
277   * Updating noeject description in manpage.
279   [ chals ]
280   * Updating Spanish translation in respect to noeject.
282   [ Daniel Baumann ]
283   * Dropping dpkg compression level.
284   * Calling df with -P to avoid line wraps with overly long mountpoints.
286   [ Tails developers ]
287   * Improving test for /etc/fstab.d support by testing for its existence
288     instead of /run's one.
290   [ Daniel Baumann ]
291   * Removing some dead code in netbase parts.
293   [ Gaudenz Steinlin ]
294   * Fixing support for multiple squashfs images (Closes: #696494).
295   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
296     #696495).
298   [ Daniel Baumann ]
299   * Correcting persistence-label handling fwrt/ legacy live-boot 2.x
300     support, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
302  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:23:17 +0100
304 live-boot (3.0~b11-1) unstable; urgency=low
306   * Updating year in copyright file.
307   * Supporting legacy filenames for checksums in debian within verify-
308     checksums.
309   * Correcting legacy filename for checksum files.
310   * By default including sha256sum only in progress-linux, keep md5sum
311     legacy for debian.
313  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:32:21 +0100
315 live-boot (3.0~b10-1) unstable; urgency=low
317   [ Daniel Baumann ]
318   * Adding live-tools to recommends.
320   [ Michal Suchanek ]
321   * Including util-linux mount in initramfs.
323   [ Daniel Baumann ]
324   * Making overwriting of /bin/mount within initramfs with mount.util-
325     linux dependent on fuse usage, not on some additional boot parameter.
326   * Correcting spelling typo in bug script.
328   [ Richard Nelson ]
329   * Update manpage information of ip= param to correctly reflect what
330     9990-netbase.sh expects.
332   [ Daniel Baumann ]
333   * Cleaning up manpage po files.
335   [ Evgeni Golov ]
336   * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
338  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:22:50 +0100
340 live-boot (3.0~b9-1) unstable; urgency=low
342   [ Tails developers ]
343   * Making the /live to /lib/live move for the persistence code.
344   * Handling already mounted persistence backing media correctly.
345   * Fixing persistence-media option when no devices are attached.
346   * Using 'local' in a safe way.
348  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:01:21 +0100
350 live-boot (3.0~b8-1) unstable; urgency=low
352   * Removing eject from recommends, the script that ejects the live medium
353     is in live-config these days.
354   * Removing file from recommends, no usage of file in live-boot anymore.
355   * Updating package lists in bug script to match current implementations.
356   * Adding dpkg-source local options.
358  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:48:16 +0100
360 live-boot (3.0~b7-1) unstable; urgency=low
362   [ Daniel Baumann ]
363   * Updating file paths for /lib/live/mount. See
364     http://lists.debian.org/debian-live/2012/10/msg00021.html for more
365     information.
366   * Renaming /lib/live/mount/image to /lib/live/mount/medium. See
367     http://lists.debian.org/debian-live/2012/10/msg00023.html for more
368     information.
369   * Updating package descriptions.
370   * Properly wrap package descriptions to 80 characters per line.
372   [ Tails developers ]
373   * Adding support for the previous persistence configuration file name,
374     for compatibility with systems that have been deployed with live-
375     persistence.conf already.
377  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Nov 2012 15:04:32 +0100
379 live-boot (3.0~b6-1) unstable; urgency=low
381   * Including hfs and hfsplus modules in initrd to access filesystems on
382     apple systems.
383   * Stopping to put a tmpfs on /root/lib/live from within initramfs, it
384     over-'layered' most prominently the live systems /lib/live/config,
385     making the runtime configuration impossible and the tmpfs is not
386     used or needed in the first place anyway.
387   * Renaming rofs to more intuitive rootfs.
388   * Removing source-only readme file about boot scripts from the binary
389     package.
390   * Renaming the boot scripts readme file to fixme to make it even more
391     obvious.
393  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 10:32:44 +0200
395 live-boot (3.0~b5-1) unstable; urgency=low
397   * Updating to standards version 3.9.4.
398   * Removing showmounts option as it's enable always anyway.
399   * Applying slightly modified patch from Reinhard Tartler
400     <siretart@tauware.de> to ensure that a potentially stray tmpfs on
401     /live/overlay gets removed to fix netboot failures (Closes:
402     #685375).
404  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 10:07:09 +0200
406 live-boot (3.0~b4-1) unstable; urgency=low
408   * Switching to final name for the persistence configuration file
409     'persistence.conf' in line with boot parameter.
410   * Moving remaining stuff from /live to /lib/live to avoid further
411     namespace pollution.
413  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 Sep 2012 13:23:33 +0200
415 live-boot (3.0~b3-1) unstable; urgency=low
417   [ Daniel Baumann ]
418   * Always move live filesystem mounts to /root within initramfs,
419     regardless if mountpoint already exists or not (Closes: #688782).
421   [ Gaudenz Steinlin ]
422   * Removing mountpoint if no persistence layer is found on a device.
424   [ Daniel Baumann ]
425   * Exposing rofs and persistence mounts under /live in the live
426     systems, not just initramfs only (Closes: #687099).
427   * Updating code for exposing of overlay mounts under /live too.
429  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:40:32 +0200
431 live-boot (3.0~b2-1) unstable; urgency=low
433   * Recreating /etc/live/boot in postinst.
434   * Removing /etc/live/boot if empty on purge in postrm.
435   * Regenerating initramfs on remove.
437  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Aug 2012 12:37:23 +0200
439 live-boot (3.0~b1-1) unstable; urgency=low
441   [ chals ]
442   * Fixing build error in 'es' man pages caused by a newline conflict.
444   [ Daniel Baumann ]
445   * Removing live-new-uuid, a rewritten one goes to live-tools.
446   * Adding slightly modified patch from Steven Shiau
447     <steven@nchc.org.tw> to transition to /run for network interface
448     definition files which fixes resolv.conf creation for netboot.
450   [ Steven Shiau ]
451   * Reading /conf/param.conf after Select_eth_device in main function to
452     fix network booting (Closes: #683240).
454   [ Daniel Baumann ]
455   * Moving reading of initramfs-tools functions to initramfs-tools
456     script.
457   * Consistently using case instead of if for conditionals in script
458     boilerplate.
459   * Laying tmpfs on /live/overlay only during initramfs stage, fixes
460     boot failure with plain filesystems (Closes: #681579).
461   * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven
462     Shiau <steven@nchc.org.tw> for reporting.
463   * Simplifying usage of copy_exec function from hooks-function in
464     initramfs-tools hook.
465   * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and
466     /live/image/live/boot/*.conf instead of
467     /live/image/live/boot.d/*.conf for consistency reasons.
468   * Reading configuration file from filesystem and live-media at runtime
469     too.
470   * Reading configuration files in initramfs-tools hook too.
472   [ Steven Shiau ]
473   * Adding support for nameserver in ip= boot parameter.
475   [ Daniel Baumann ]
476   * Making nameserver assignment from ip= bootparameter work with
477     persistence.
478   * Correcting permissions of /tmp which apparently somehow get mixed up
479     along the way.
480   * Updating scripts readme about transition to plugin based
481     architecture.
483  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Aug 2012 12:21:04 +0200
485 live-boot (3.0~a38-1) unstable; urgency=low
487   [ Daniel Baumann ]
488   * Extending verify-checksums parameters to allow specifying custom
489     list of digests.
490   * Harmonizing GPL boilerplate texts.
492   [ Richard Nelson ]
493   * Correct left over references to old initramfs-tools.sh (Closes:
494     #682504).
496  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Jul 2012 00:20:39 +0200
498 live-boot (3.0~a37-1) unstable; urgency=low
500   [ Daniel Baumann ]
501   * Cleaning up initramfs-tools hook.
503   [ Tails developers ]
504   * Fixing persistence backward-compatibility mode (Closes: #681176).
506   [ Daniel Baumann ]
507   * Making swap function self contained.
508   * Making read-only function self contained.
509   * Making verify-checksums function self contained.
510   * Factoring out debug into an own function.
511   * Extending read-only parameters to allow specifying custom list of
512     devices.
513   * Avoid re-access /proc/cmdline in select-eth-device function and use
514     internal variable instead.
516  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jul 2012 17:18:06 +0200
518 live-boot (3.0~a36-1) unstable; urgency=low
520   * Adding temporary notes in a readme file.
521   * Renaming boot scripts for refactoring them into numbered plugins.
522   * Renaming mountroot function to main to provide a generic live-boot
523     entry point for initramfs generators.
524   * Adding temporary redirection layer for dracut initramfs generator.
525   * Adding redirection layer for initramfs-tools initramfs generator.
526   * Splitting out already reviewed cmdline parsing script.
527   * Splitting out already reviewed read-only script.
528   * Splitting out already reviewed swapon script.
529   * Splitting out already reviewed verify-checksums script.
530   * Adding support for defining one or more explicit swap partitions to
531     be used.
533  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 23:56:06 +0200
535 live-boot (3.0~a35-1) unstable; urgency=low
537   * Correcting typo in fstab function call in mountroot, thanks to
538     Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
540  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Jun 2012 14:30:46 +0200
542 live-boot (3.0~a34-1) unstable; urgency=low
544   [ Daniel Baumann ]
545   * Renaming persistent-subtext option into persistent-label and making
546     it define the complete label instead of a custom suffix only.
547   * Updating coding style in a first bunch of locations.
548   * Updating location for live-boot files in initramfs-tools hook,
549     thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
550   * Making live-boot-initramfs-tools.postinst more error safe.
551   * Removing pre-wheezy dpkg trigger for update-initramfs.
552   * Removing superfluous directory in initramfs-tools hook.
553   * Sourcing individual live-boot scripts rather than executing them.
555   [ Ben Armstrong ]
556   * Fix creation of /var/log/live in correct location.
558   [ Daniel Baumann ]
559   * Switching to xz compression in source and binary packages.
561  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:14:19 +0200
563 live-boot (3.0~a33-1) unstable; urgency=low
565   [ chals ]
566   * Updating Spanish translation of man pages.
568   [ Daniel Baumann ]
569   * Removing some more dead parameters from cmdline function.
570   * Removing double author entries in Spanish po files.
572  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jun 2012 13:26:49 +0200
574 live-boot (3.0~a32-1) experimental; urgency=low
576   * Dropping snapshot functionality, superseeded by awesome custom mount
577     persistence.
578   * Setting persistence label for live-* 3.x persistency to
579     'persistence', we're not making any difference between full-ov and
580     custom-ov anymore on the filesystem and partition label (it's
581     determined by the contents of live-persistence.conf).
583  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 19:04:01 +0200
585 live-boot (3.0~a31-1) experimental; urgency=low
587   [ Daniel Baumann ]
588   * Renaming etc directory to their actual name, examples, within source
589     tree.
590   * Simplyfing scripts declaration in Makefile.
592   [ chals ]
593   * Fixing fuzzy strings in Spanish translation of man pages.
595   [ Daniel Baumann ]
596   * Removing live-reconfigure, not used anymore.
597   * Removing live-preseed, not used anymore.
598   * Unbreaking cmdline parsing after variable rename.
599   * Moving off remaining functions from main boot script to subscript
600     for later cleanup.
602  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 21:44:44 +0200
604 live-boot (3.0~a30-1) experimental; urgency=low
606   * Removing dead lang2locale function and associated files, not used
607     anywhere.
608   * Converting select_eth_device initramfs-tools pre-mount script into
609     regular live-boot script.
610   * Consistenly using 'true' instead of 'Yes' or 'yes' when using
611     booleans.
612   * Removing some dead boot parameters.
613   * Splitting out integrity-check function to subscript.
614   * Rewriting live-media checksum verification to work with any SHA and
615     MD5 digests.
616   * Updating read-only handling to new parameter handling.
617   * Updating internal cmdline handling.
618   * Updating swapon handling to new parameter handling.
619   * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
620   * Splitting out swap handling and rewriting to a live-boot subscript.
621   * Moving validateroot bottom script into main boot script itself.
622   * Removing exporting of variables for reviewed options in the cmdline
623     function, not required.
624   * Removing fastboot handling, the normal system handles this via
625     'fastboot' bootparameter already.
626   * Transforming persistence_excludes bottom script into normal live-
627     boot script.
628   * Transforming fstab bottom script into normal live-boot script.
629   * Transforming networking bottom script into normal live-boot script.
630   * Simplyfing initramfs-tools specific files within the source tree.
632  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 19:37:54 +0200
634 live-boot (3.0~a29-1) experimental; urgency=low
636   * Automatically translate date formats in po files.
637   * Starting initramfs-tools specific subdirectory within the source-
638     tree.
639   * Replacing live initramfs-tools script with empty stub that calls the
640     real, in future being initramfs-tools independent, script from
641     /lib/live.
642   * Splitting out a first bunch of functions out to /live/live/boot/.
643   * Moving out live-helpers from initramfs-tools specifics.
644   * Adding commented 'set -e' explicitly in all subscripts to avoid
645     running it with 'set -e' until we've made sure it's properly
646     working.
647   * Moving out live-functions from initramfs-tools specifics.
648   * Removing live-premount modules script, not needed anymore.
649   * Converting read-only initramfs-tools pre-mount script into regular
650     live-boot script.
652  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 16:00:59 +0200
654 live-boot (3.0~a28-1) experimental; urgency=low
656   [ Tails developers ]
657   * Improving robustness of findiso cleanup process.
658   * Using fromiso in most places where isofrom was used, thanks to
659     adrian15 <adrian15sgd@gmail.com>.
660   * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
661     thanks to adrian15 <adrian15sgd@gmail.com>.
662   * Improving robustness of fromiso cleanup process with is_mountpoint
663     (Closes: #668100).
665   [ Daniel Baumann ]
666   * Using boot.log and /var/log/live/boot.log respectively for overall
667     consistency within all debian-live tools.
669   [ Ian Reinhart Geiser ]
670   * Fix to allow for multiple rof when exposed roots is disabled.
672   [ Tails developers ]
673   * Implement and make use of robust list functions.
675   [ chals ]
676   * Fixing several typos in man pages.
677   * Adding initial Spanish translation of man pages.
679   [ Evgeni Golov ]
680   * Fixing two typos and a wrong word in comments.
682  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 17:31:32 +0200
684 live-boot (3.0~a27-1) experimental; urgency=low
686   [ Daniel Baumann ]
687   * Only looking at boot.d files if they have the .conf suffix to allow
688     putting other files into these places that do not necessarily need
689     to be used by live-boot (e.g. documentation).
690   * Removing preseed bottom-script, a newly written one is now in live-
691     config where this sort of things belong.
692   * Removing header in fstab, not required.
693   * Removing outdated and broken accessibility script, this will be
694     redone in live-config properly.
695   * Replacing 'illegal' with better fitting 'invalid' for wrongly
696     crafted input examples in live.persist manpage.
697   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
698   * Removing user and userfullname variables in scripts/live, they are
699     not used here sind live-config anymore.
700   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
701   * Using 'persistence' (noun) rather than 'persistent'
702     (adjective/adverb) everywhere.
703   * Making extraction of the manpage section in manpages/Makefile work
704     with multiple dots in the filename.
705   * Renaming live.persist to live-persistence.conf.
707   [ Tails developers ]
708   * Adding support for the findiso boot parameter (Closes: #656135).
709   * Fixing findiso argument parsing place to match the existing
710     ordering.
711   * Removing overkill double-checking of return code in is_mountpoint
712     predicate.
713   * Fixing brace alignment to follow common code style.
714   * Removing leftover directory after unmounting.
716   [ Daniel Baumann ]
717   * Removing old docs.
718   * Merging old changelog into current changelog.
719   * Updating toplevel Makefile to work with manpages having multiple
720     dots in its filename.
721   * Renamling linkfiles option when using persistence to simply link.
723   [ Tails developers ]
724   * Allow using / as destination in custom mounts.
725   * Supress warnings when probing media for persistence.
726   * Do not probe the device mounted on /live/image for persistence.
727   * Fix typo to make home-sn snapshots work again.
728   * Only try copying snapshots if we actually found any.
730  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 09 Apr 2012 18:58:06 +0200
732 live-boot (3.0~a26-1) experimental; urgency=low
734   [ Daniel Baumann ]
735   * Updating year in copyright.
736   * Updating copyright file machine-readable format version 1.0.
737   * Updating to standards version 3.9.3.
738   * Quoting noprompt variable in initscript to avoid syntax errors,
739     thanks to Philip Newborough <corenominal@corenominal.org>.
740   * Correcting log_end_msg usages in connection with verbosity checks in
741     live-boot initscript, thanks to Pablo Barbachano
742     <pablobarbachano@yahoo.es> (Closes: #665689).
743   * Replacing live-boot initscript with a stub and moving the actual
744     code to /lib/live/boot.sh to allow different initsystem support in
745     future.
746   * Removing some of the now useless sysvinit specifics from
747     bin/boot.sh.
749   [ Tails developers ]
750   * Adding initial work on a custom mounts system.
752   [ Daniel Baumann ]
753   * Correcting indenting initial work on a custom mounts system to
754     ensure consistency.
755   * Avoid calling rm without -f in initial work on a custom mounts
756     system to ensure non-interactivity.
757   * Avoid '==' bashism in initial work on a custom mounts system to
758     ensure posix compatiblity.
760   [ Tails developers ]
761   * Prevent custom mounting in /live.
762   * Optionally symlink files from persistent source instead of mount it.
763   * Separate overlay labels for full and custom persistence.
764   * Remove some temporary custom mount related files after they're used.
766   [ Daniel Baumann ]
767   * Calling rm without -f when removing some temporary custom mount
768     related files to ensure non-interactivity.
770   [ Tails developers ]
771   * Handle custom mounts options a bit more beautifully.
772   * Continue the correct for-loop so incorrect custom mount is skipped.
773   * Refactor union mounting into its own function.
774   * Workaround busybox's inability to detect symlinks with [ -e ].
775   * Make union mounting more sensible and robust.
776   * Ignore empty lines in live.persist.
777   * Remove the correct file.
778   * Optionally mount custom mounts as unions.
779   * Fix mask usage in links_files().
781   [ Daniel Baumann ]
782   * Correcting syntax when using if constructs in links_files().
784   [ Tails developers ]
785   * Refactor persistent custom mounting from live into live-helpers.
786   * Accept using several persistent media with custom-ov label.
787   * Use same device backing path as used in other places.
788   * Close unused LUKS devices in all cases.
790   [ Daniel Baumann ]
791   * Adjusting mount calls when using nfs options (Closes: #667435).
793   [ Tails developers ]
794   * Refactor live-boot argument parser from live into live-helpers.
795   * Refactor some global variables from live into live-helpers.
796   * Refactor find_persistent_media().
797   * Add support for probing partitions' GPT name just like filesystem
798     labels.
799   * Some minor cleanups.
800   * Handle already mounted devices and closing of unused luks devices
801     better.
802   * Add backwards compatibility for old labels: live-{rw,sn} and home-
803     rw.
804   * We don't black list storage devices any more.
805   * Check if luks device is already open before trying to open it.
806   * Fixup some style issues.
807   * Refactor mounting of persistent storage media.
808   * Cleanup.
809   * Remove two FIXME:s that are not really relevant.
810   * Don't allow . or .. in live.persist paths.
811   * Use trim_path when we compare paths.
812   * Make handling of LUKS encrypted GPT partitions more sane.
813   * Handle list arguments better in get_custom_mounts().
814   * Copy ownership/perms from source to rw-branch in read-only mode.
815   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
816   * Refactor closing of persistent devices upon failure.
817   * Create the source dir for custom mounts using the 'linkfiles'
818     option.
819   * Fix ownership/perms for created union/linkfiles source dirs.
820   * Do not allow mutually exclusive custom mount options.
821   * Add a note about a potential, future code simplification.
822   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
823   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
824   * Make two custom mounts with nested source directories illegal.
825   * Improve error message.
826   * Remove cow dir contents that are in the way for custom mounts.
827   * Also create parents when creating union/linkfiles source
828     directories.
829   * Update live-boot(7) man page and add new one for live.persist(5).
830   * Delete existing files in the destination's path when creating it.
831   * Adding functions equivalent to chmod/chown --reference.
832   * Fix ownership for links created for linkfiles custom mounts.
833   * Add 'bind' option for the default behaviour of custom mounts (bind-
834     mount).
835   * Use trim_path() instead of custom sed stanza to trim /:es from
836     paths.
837   * Copy perms/ownership from source when creating linkfiles dest dirs.
838   * Make cases for all different custom mounting situations more
839     explicit.
841   [ Daniel Baumann ]
842   * Correcting left-over in author section of live.persist manpage.
843   * Moving initscript to live-config.
845  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 08:14:51 +0200
847 live-boot (3.0~a25-1) unstable; urgency=low
849   [ Daniel Baumann ]
850   * Updating to debhelper version 9.
852   [ Michal Suchanek ]
853   * Add overlayfs support (Closes: #658265).
855  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:27:38 +0100
857 live-boot (3.0~a24-1) unstable; urgency=low
859   * Removing quotes from udev path_id command to actually execute the
860     command.
862  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 09:58:23 +0100
864 live-boot (3.0~a23-1) unstable; urgency=low
866   [ Tails developers ]
867   * Enabling whiteouts support for aufs.
869   [ Daniel Baumann ]
870   * Update udevs path_id changes as of version 174, thanks to Baurzhan
871     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
873   [ Tails developers ]
874   * Adding persistent-encryption={none|luks}.
875   * Making persistent-encryption=luks strict.
876   * Making sure dm-crypt is loaded when dealing with LUKS devices.
877   * Adding persistent-storage=TYPE...
878   * Removing now obsolete persistent=* arguments.
879   * Adding persistent-method=METHOD...
880   * Fixing an incorrectly redirected newline.
881   * Clarifying what happens when you don't retry decrypting a device.
882   * Refactoring device scanning in find_{cow_device,files}.
883   * Making use of is_supported_fs in find_cow_devices (like in
884     find_files).
885   * Refactoring overlay and snapshot scanning code.
886   * Fixing a "sh: bad number" when $offset is not passed to
887     setup_loop().
888   * Disabling persistent-encryption=luks if dependencies are
889     unavailable.
890   * Adding persistent-read-only boot parameter.
891   * Changing persistent-encryption to accept a list TYPE... instead.
892   * Updating live-boot man page for persistent-encryption.
893   * Updating live-boot man page for persistent-storage.
894   * Updating live-boot man page for persistent-method.
895   * Updating and rewording live-boot man page for the persistent option.
896   * Making persistent-read-only work for home-rw overlays.
897   * Making persistent-read-only work for live-rw overlays.
898   * Updating live-boot man page for persistent-read-only.
899   * Adding workaround for a busybox bug with grep -w.
901  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Nov 2011 18:26:11 +0100
903 live-boot (3.0~a22-1) unstable; urgency=low
905   [ Daniel Baumann ]
906   * Using compression level 9 also for binary packages.
907   * Updating matching in is_nice_device to, amongst others, match for
908     virtio devices.
909   * Include overlayfs modules in initramfs if existing.
911   [ Marco Amadori ]
912   * Fix live-snapshot exclude.list handling (Closes: #610337)
914   [ Daniel Baumann ]
915   * Sorting overrides in rules alphabetically.
917  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Nov 2011 11:37:28 +0100
919 live-boot (3.0~a21-1) unstable; urgency=low
921   [ Daniel Baumann ]
922   * Silencing rmdir calls in makefile.
923   * Printing out a warning message in initramfs-tools hook if backend is
924     installed but no live-boot package, exiting early and not breaking
925     update-initramfs (Closes: #639884).
927   [ Tails developers ]
928   * Fixing cache_path: cache non-executable libs dependencies as well.
929   * Fixing cache_path: taking into account the three forms of ldd output
930     lines.
931   * Adding a white_listed_devices parameter to find_cow_device and
932     find_files.
933   * Factorizing loops on removable/non-removable devices.
934   * Adding support for persistent-media={removable,removable-usb}.
935   * Silencing umount in case live/image was unmounted already, extracted
936     from a patch by Michael Schierl <schierlm@gmx.de>.
937   * Erroring out in case a "wrong" filesystem was chosen.
939   [ Daniel Baumann ]
940   * Using /usr/share/live-boot instead of unreliable
941     /usr/share/doc/live-boot in validateroot bootscript, stripped live
942     systems may or may not carry /usr/share/doc.
944  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 08 Sep 2011 21:06:28 +0200
946 live-boot (3.0~a20-1) unstable; urgency=low
948   [ Daniel Baumann ]
949   * Updating section for live-boot-doc.
951   [ Ben Armstrong ]
952   * Cross-referencing lb_config --bootappend-live.
954   [ Daniel Baumann ]
955   * Correcting bootappend-live reference in live-boot manpage.
956   * Applying patch from grml to update forgotten use of live.log with
957     live-boot.log.
958   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
959     support for lvm and md devices.
961  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:20:47 +0200
963 live-boot (3.0~a19-1) unstable; urgency=low
965   * Correct rmdir call in top-level Makefiles uninstall target to not
966     fail if there was no prior live-boot installation.
967   * Making references to debian more distribution neutral.
968   * Replacing reference to old alioth page in live-snapshot.
969   * Splitting out documentation so that it can be accesses separately
970     from the initramfs code.
971   * Adding conflicts/replaces for live-boot to live-boot-doc to not
972     break upgrades.
974  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:28:33 +0200
976 live-boot (3.0~a18-1) unstable; urgency=low
978   * Updating and correcting sendsigs.omit support for /run (Closes:
979     #628188).
980   * Removing accidentally twice included English files when installing
981     manpages.
983  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:24:15 +0200
985 live-boot (3.0~a17-1) unstable; urgency=low
987   [ Daniel Baumann ]
988   * Updating to standards version 3.9.2.
989   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
990     fuse sendsigs (Closes: #621908).
991   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
992   * Making copyright file distribution neutral.
993   * Correcting top-level makefile to automatically get all the supported
994     languages, rather than defining a static list.
996   [ Michal Suchanek ]
997   * Copy resolv.conf to live system root (Closes: #627178).
998   * Tidy up resolv.conf a bit.
1000  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:31:27 +0200
1002 live-boot (3.0~a16-1) unstable; urgency=low
1004   * Adding old 2.x changelog entries in debian changelog.
1006  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Mar 2011 06:27:17 +0100
1008 live-boot (3.0~a15-1) experimental; urgency=low
1010   [ Daniel Baumann ]
1011   * Updating year in copyright.
1013   [ Marco Amadori ]
1014   * Adjust copyright entry in live-snapshot.
1015   * Protect NOPROMPT (Closes: #610941).
1017   [ Michal Suchanek ]
1018   * Simplify union mounting.
1019   * Really set limit on open files for unionfs-fuse
1020   * Add verbose messages to initramfs hook.
1022   [ T(A)ILS developers ]
1023   * Fixing remaining fromiso= bug.
1024   * Fixing syntax error.
1026  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 18:01:07 +0100
1028 live-boot (3.0~a14-1) experimental; urgency=low
1030   [ Richard Nelson ]
1031   * Populate adapters in /etc/network/interfaces when ethdevice= on
1032     cmdline.
1034   [ Daniel Baumann ]
1035   * Removing header in copyright file.
1036   * Don't hard-depend on test target in Makefile.
1037   * Using dh auto magic in override, rather than manual make call.
1039   [ Steven Shiau ]
1040   * Removing the duplicated "the" in the live-boot.init script.
1042   [ Daniel Baumann ]
1043   * Updating auto_install overrides in rules.
1044   * Correcting live hook to include mtdblock for syslinux memdisk usage,
1045     thanks to Michael Prokop <mika@grml.org>.
1046   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1047     thanks to Michael Prokop <mika@grml.org>.
1049  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:38:56 +0100
1051 live-boot (3.0~a13-1) experimental; urgency=low
1053   [ Daniel Baumann ]
1054   * Removing legacy code for detecting removable usb sticks on kernels
1055     prior 2.6.29.
1056   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
1057     future consistency with live-config.
1058   * Adding support for custom ramdisk size (Closes: #544583).
1060   [ Ronny Standtke ]
1061   * Remounting cow read-only before prompting user to remove usb flash
1062     drive.
1064   [ Richard Nelson ]
1065   * Clean some leading whitespaces.
1067  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:27:07 +0100
1069 live-boot (3.0~a12-1) experimental; urgency=low
1071   [ T(A)ILS developers ]
1072   * Fixing fromiso= on Squeeze.
1074   [ Daniel Baumann ]
1075   * Adding dpkg source options file.
1077  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:29:48 +0100
1079 live-boot (3.0~a11-1) experimental; urgency=low
1081   [ T(A)ILS developers ]
1082   * Adding noprompt={usb,cd} feature.
1083   * Enhancing devices search ordering.
1085   [ Daniel Baumann ]
1086   * Removing deep link to bug page in the manual, since we don't have
1087     stable references yet.
1089  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:28:43 +0200
1091 live-boot (3.0~a10-1) experimental; urgency=low
1093   * Don't do anything in initscript when using toram (Closes: #601575).
1095  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:58:03 +0200
1097 live-boot (3.0~a9-1) experimental; urgency=low
1099   [ amnesia ]
1100   * Adding live-snapshot.list documentation to manpage.
1102   [ Richard Nelson ]
1103   * Removed whitespace for tabs on the skipunion option.
1105   [ T(A)ILS developers ]
1106   * Fixing overzealous blacklist usage.
1107   * Adding documentation for persistent=cryptsetup in the manpage.
1109  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:24:51 +0200
1111 live-boot (3.0~a8-1) experimental; urgency=low
1113   [ Michal Suchanek ]
1114   * Adding initial support for unionmount.
1116   [ Marco Amadori ]
1117   * Included a note about persistent-subtext (Helps: #536728).
1119   [ Daniel Baumann ]
1120   * Running manpage rebuild after manpage updates.
1121   * Updating to debhelper version 8.
1123  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:15:03 +0200
1125 live-boot (3.0~a7-1) experimental; urgency=low
1127   [ intrigeri ]
1128   * Fixing find_snap to take its second argument into account.
1130  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:46:54 +0200
1132 live-boot (3.0~a6-1) experimental; urgency=low
1134   [ Marco Amadori ]
1135   * Fix snapshots' sync-strings usage (Closes: #591330).
1136   * Fixed some snapshot related debug messages.
1137   * Added support for empty (initial) snapshots.
1139   [ Daniel Baumann ]
1140   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1141     symlinks when checking for dynamically linked files at reboot in
1142     initscript.
1144  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:51:59 +0200
1146 live-boot (3.0~a5-1) experimental; urgency=low
1148   [ Daniel Baumann ]
1149   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1150     mangling the main sudoers file in accessibility bottom script,
1151     create a new file in /etc/sudoers.d and set permissions
1152     appropriately.
1153   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1154     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1155     and AVD1 to properly boot live media.
1156   * Updating uinstall targets in makefile.
1158   [ Steven Shiau ]
1159   * Allowing to assign no gateway in networking bottom script.
1161   [ Daniel Baumann ]
1162   * Removing usplash support from initscript, usplash is dead.
1163   * Removing lenny legacy stuff from initscript.
1164   * Removing usplash support in initramfs, usplash is dead.
1165   * Adding plymouth in bug script.
1167  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:17:15 +0200
1169 live-boot (3.0~a4-1) experimental; urgency=low
1171   * Exiting with 0 in live-boot bug script (Closes: #595262).
1172   * Using boot.d instead of boot.conf.d as directory name for custom
1173     configuration files.
1175  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:46:45 +0200
1177 live-boot (3.0~a3-1) experimental; urgency=low
1179   * Updating seperators in networking bottom script to fix ip parameter
1180     parsing (Closes: #590494).
1181   * Updating live-build reference in manpages.
1182   * Adding reference to live-tools in manpages.
1183   * Checking for file existence in initramfs hook (Closes: #595264).
1185  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:28:40 +0200
1187 live-boot (3.0~a2-1) experimental; urgency=low
1189   [ Daniel Baumann ]
1190   * Removing old and unmaintained po files.
1191   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
1192     based on the work of Holger Fischer <hoo.mb@web.de> to add support
1193     for BOOTIF in cases where pxelinux is being used with IPAPPEND
1194     (Closes: #593284).
1196   [ Steven Shiau ]
1197   * Making multiple connected NICs work.
1199   [ Michael Prokop ]
1200   * Adding workaround for aufs issue in kernel versions around 2.6.33.
1202   [ Daniel Baumann ]
1203   * Using allow-hotplug instead of auto in automatically created
1204     /etc/network/interfaces file.
1206  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:27:33 +0200
1208 live-boot (3.0~a1-1) experimental; urgency=low
1210   * Switching to source format 3.0 (quilt).
1211   * Removing live-initramfs transitional package.
1212   * Removing lenny support.
1214  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 02:02:39 +0200
1216 live-boot (2.0.15-1) unstable; urgency=low
1218   [ Daniel Baumann ]
1219   * Adding live-system script from live-tools.
1220   * Updating year in copyright.
1222   [ Marco Amadori ]
1223   * Adjust copyright entry in live-snapshot.
1225  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:49:03 +0100
1227 live-boot (2.0.14-1) unstable; urgency=low
1229   [ Steven Shiau ]
1230   * Removing the duplicated "the" in the live-boot.init script.
1232   [ Daniel Baumann ]
1233   * Correcting live hook to include mtdblock for syslinux memdisk usage,
1234     thanks to Michael Prokop <mika@grml.org>.
1235   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1236     thanks to Michael Prokop <mika@grml.org>.
1238  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:51:57 +0100
1240 live-boot (2.0.13-1) unstable; urgency=medium
1242   [ Ronny Standtke ]
1243   * Remounting cow read-only before prompting user to remove usb flash
1244     drive.
1246  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:18:32 +0100
1248 live-boot (2.0.12-1) unstable; urgency=medium
1250   [ T(A)ILS developers ]
1251   * Fixing fromiso= on Squeeze.
1253  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:27:01 +0100
1255 live-boot (2.0.11-1) unstable; urgency=medium
1257   * Removing deep link to bug page in the manual, since we don't have
1258     stable references yet.
1260  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:22:02 +0200
1262 live-boot (2.0.10-1) unstable; urgency=medium
1264   * Don't do anything in initscript when using toram (Closes: #601575).
1266  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:54:58 +0200
1268 live-boot (2.0.9-1) unstable; urgency=low
1270   [ T(A)ILS developers ]
1271   * Fixing overzealous blacklist usage.
1272   * Adding documentation for persistent=cryptsetup in the manpage.
1274  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:15:54 +0200
1276 live-boot (2.0.8-1) unstable; urgency=medium
1278   [ amnesia ]
1279   * Adding live-snapshot.list documentation to manpage.
1281  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:20:12 +0200
1283 live-boot (2.0.7-1) unstable; urgency=medium
1285   [ Michal Suchanek ]
1286   * Adding initial support for unionmount.
1288   [ Marco Amadori ]
1289   * Included a note about persistent-subtext (Helps: #536728).
1291   [ Daniel Baumann ]
1292   * Running manpage rebuild after manpage updates.
1294  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:06:41 +0200
1296 live-boot (2.0.6-1) unstable; urgency=medium
1298   [ intrigeri ]
1299   * Fixing find_snap to take its second argument into account.
1301  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:48:35 +0200
1303 live-boot (2.0.5-1) unstable; urgency=low
1305   [ Marco Amadori ]
1306   * Fix snapshots' sync-strings usage (Closes: #591330).
1307   * Fixed some snapshot related debug messages.
1308   * Added support for empty (initial) snapshots.
1310   [ Daniel Baumann ]
1311   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1312     symlinks when checking for dynamically linked files at reboot in
1313     initscript.
1315  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:55:02 +0200
1317 live-boot (2.0.4-1) unstable; urgency=low
1319   [ Daniel Baumann ]
1320   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1321     mangling the main sudoers file in accessibility bottom script,
1322     create a new file in /etc/sudoers.d and set permissions
1323     appropriately.
1324   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1325     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1326     and AVD1 to properly boot live media.
1327   * Updating uinstall targets in makefile.
1329   [ Steven Shiau ]
1330   * Allowing to assign no gateway in networking bottom script.
1332   [ Daniel Baumann ]
1333   * Removing usplash support from initscript, usplash is dead.
1334   * Removing usplash support in initramfs, usplash is dead.
1335   * Adding plymouth in bug script.
1337  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:21:24 +0200
1339 live-boot (2.0.3-1) unstable; urgency=low
1341   * Exiting with 0 in live-boot bug script (Closes: #595262).
1342   * Using boot.d instead of boot.conf.d as directory name for custom
1343     configuration files.
1345  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:43:03 +0200
1347 live-boot (2.0.2-1) unstable; urgency=low
1349   * Updating seperators in networking bottom script to fix ip parameter
1350     parsing (Closes: #590494).
1351   * Updating live-build reference in manpages.
1352   * Checking for file existence in initramfs hook (Closes: #595264).
1353   * Adding live-toram script to copy the running live system to ram and
1354     eject the live media.
1356  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:25:12 +0200
1358 live-boot (2.0.1-1) unstable; urgency=low
1360   [ Michael Prokop ]
1361   * Adding workaround for aufs issue in kernel versions around 2.6.33.
1363   [ Daniel Baumann ]
1364   * Using allow-hotplug instead of auto in automatically created
1365     /etc/network/interfaces file.
1367  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:25:08 +0200
1369 live-boot (2.0.0-1) unstable; urgency=low
1371   * Updating debian-installer languagelist.
1372   * Moving configs to etc directory within the source tree.
1373   * Removing old docs.
1375  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 01:48:01 +0200
1377 live-boot (2.0~a16-1) unstable; urgency=high
1379   [ Daniel Baumann ]
1380   * Adding support for resolving DNS names from initramfs, thanks to
1381     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
1382     is based on (Closes: #589659).
1383   * Don't fail in Makefile when there's no checkbashism.
1384   * Updating package to standards version 3.9.1.
1386   [ Michal Suchanek ]
1387   * Fix omitpids to work with readonly images.
1389  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Jul 2010 20:17:11 +0200
1391 live-boot (2.0~a15-1) unstable; urgency=low
1393   * Making inclusion of languagelist conditional in live hook.
1394   * Updating depends of live-initramfs transitional package to reflect
1395     relaxed backend depends.
1397  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 17:19:16 +0200
1399 live-boot (2.0~a14-1) unstable; urgency=low
1401   * Improving backend dependencies (Closes: #589326).
1403  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 00:37:33 +0200
1405 live-boot (2.0~a13-1) unstable; urgency=low
1407   * Listing fromiso parameter in manpage (Closes: #588667).
1408   * Improving test targets in Makefile a bit.
1409   * Improving clean target in manpages Makefile a bit.
1410   * Adding Chris in copyright file (for live-snapshot that is).
1412  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 15 Jul 2010 19:31:03 +0200
1414 live-boot (2.0~a12-1) unstable; urgency=low
1416   [ Daniel Baumann ]
1417   * Adding preparations for booting through syslinux memdisk.
1419   [ Marco Amadori ]
1420   * Avoiding using busybox cpio applet, this should fix snapshot
1421     restore.
1422   * Do not print misleading debug message if the snapshot was found
1423     correctly.
1424   * Removing unreachable code in ethdevice argument handling (Closes:
1425     #588307).
1427   [ Daniel Baumann ]
1428   * Adding btrfs support.
1429   * Updating package to standards version 3.9.0.
1431  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Jul 2010 20:13:54 +0200
1433 live-boot (2.0~a11-1) unstable; urgency=low
1435   * Updating lintian overrides.
1436   * Adding missing depends in live-boot on its backend package.
1437   * Removing noautologin parameter from live script, this functionallity
1438     was moved to live-config.
1440  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jun 2010 19:14:05 +0200
1442 live-boot (2.0~a10-1) unstable; urgency=low
1444   * Removing depends on live-config in live-boot.
1445   * Adding live-config-sysvinit to depends of live-initramfs.
1446   * Alternatively depend on busybox or busybox-initramfs on live-boot-
1447     initramfs-tools.
1449  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Jun 2010 21:52:57 +0200
1451 live-boot (2.0~a9-1) unstable; urgency=low
1453   [ Michal Suchanek ]
1454   * Fix missing log_end_msg in live-boot.init.
1456  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 11 Jun 2010 18:42:23 +0200
1458 live-boot (2.0~a8-1) unstable; urgency=low
1460   * Removing serialtty bottom script.
1461   * Removing compcache configuration file.
1462   * Removing options that are now in live-config from parameters.txt.
1464  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 10 Jun 2010 12:38:52 +0200
1466 live-boot (2.0~a7-1) unstable; urgency=low
1468   [ Michal Suchanek ]
1469   * Adding initial iSCSI boot support.
1470   * Really set NETBOOT with iSCSI.
1471   * Document iscsi in the man page.
1473   [ Daniel Baumann ]
1474   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
1475     care about that now.
1477  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 20:22:33 +0200
1479 live-boot (2.0~a6-1) unstable; urgency=low
1481   [ Daniel Baumann ]
1482   * Updating update-version script.
1483   * Updating update-version script.
1484   * Removing keyboard bottom script, live-config takes care about that
1485     now.
1486   * Removing getty and login wrappers, live-config takes care about that
1487     now.
1488   * Removing configure_init bottom script, live-config takes care about
1489     that now.
1491   [ Michal Suchanek ]
1492   * Moving check for iso image in initscript from the start to the end
1493     before ejecting media.
1494   * Using sendsigs.omit to avoid killing / (Closes: #584690).
1496  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 06:03:21 +0200
1498 live-boot (2.0~a5-1) unstable; urgency=low
1500   [ Michal Suchanek ]
1501   * Fixing http boot:
1503   [ Daniel Baumann ]
1504   * Ammending 2.0~a3-1 changelog entry with bug number.
1506   [ Michal Suchanek ]
1507   * Adding support for booting iso images over http or wget.
1509   [ Daniel Baumann ]
1510   * Renaming internal ext_mountpoint variable to alt_mountpoint for
1511     clarity.
1513   [ Michal Suchanek ]
1514   * Removing leftover url= option, this ain't gonna work this way, see
1515     fetch=.
1516   * Adding DHCP debugging option.
1517   * Updating docs wrt/ httpfs.
1519   [ Daniel Baumann ]
1520   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
1521     live-config.
1522   * Removing apt_cdrom bottom script, not used anyway.
1523   * Removing some boot parameters obsoleted by live-config.
1525  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 05 Jun 2010 14:13:10 +0200
1527 live-boot (2.0~a4-1) unstable; urgency=low
1529   * Removing obsolete boot parameter from manpages.
1530   * Running checkbashisms with -f and -x in Makefile.
1532  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jun 2010 22:47:20 +0200
1534 live-boot (2.0~a3-1) unstable; urgency=low
1536   * Removing umountfs bottom script, not needed anymore (see #518463).
1538  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:28:32 +0200
1540 live-boot (2.0~a2-1) unstable; urgency=low
1542   * Removing locales  bottom script, now handled by live-config.
1543   * Simplyfing makefile a bit.
1545  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 May 2010 22:42:36 +0200
1547 live-boot (2.0~a1-1) experimental; urgency=low
1549   * Initial release.
1551  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 May 2010 10:46:39 +0200
1553 live-initramfs (1.236.2-1) unstable; urgency=medium
1555   * Removing spurious '+' when making debconf db read-only (Closes:
1556     #581808).
1558  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 18 May 2010 06:51:31 +0200
1560 live-initramfs (1.236.1-1) unstable; urgency=low
1562   * Merging casper 1.216.
1563   * Merging casper 1.217.
1564   * Merging casper 1.218.
1565   * Merging casper 1.219.
1566   * Merging casper 1.220.
1567   * Merging casper 1.221.
1568   * Merging casper 1.222.
1569   * Merging casper 1.223.
1570   * Merging casper 1.224.
1571   * Merging casper 1.225.
1572   * Merging casper 1.226.
1573   * Merging casper 1.227.
1574   * Merging casper 1.228.
1575   * Merging casper 1.229.
1576   * Merging casper 1.230.
1577   * Merging casper 1.231.
1578   * Merging casper 1.232.
1579   * Merging casper 1.233.
1580   * Merging casper 1.234.
1581   * Merging casper 1.235.
1582   * Merging casper 1.236.
1584  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 May 2010 06:03:01 +0200
1586 live-initramfs (1.215.1-1) unstable; urgency=low
1588   [ Daniel Baumann ]
1589   * Merging casper 1.200.
1590   * Merging casper 1.201.
1591   * Merging casper 1.202.
1592   * Merging casper 1.203.
1593   * Merging casper 1.204.
1594   * Merging casper 1.205.
1595   * Merging casper 1.206.
1596   * Merging casper 1.207.
1597   * Merging casper 1.208.
1598   * Merging casper 1.209.
1599   * Merging casper 1.210.
1600   * Merging casper 1.211.
1601   * Merging casper 1.212.
1602   * Merging casper 1.213.
1603   * Merging casper 1.214.
1604   * Merging casper 1.215.
1606   [ Steven Shiau ]
1607   * No timeout as running ipconfig for network booting.
1609  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 May 2010 15:52:01 +0200
1611 live-initramfs (1.199.1-1) unstable; urgency=low
1613   * Updating maintainer field.
1614   * Merging casper 1.178.
1615   * Merging casper 1.179.
1616   * Merging casper 1.180.
1617   * Merging casper 1.181.
1618   * Merging casper 1.182.
1619   * Merging casper 1.183.
1620   * Merging casper 1.184.
1621   * Merging casper 1.185.
1622   * Merging casper 1.186.
1623   * Merging casper 1.187.
1624   * Merging casper 1.188.
1625   * Merging casper 1.189.
1626   * Merging casper 1.190.
1627   * Merging casper 1.191.
1628   * Merging casper 1.192.
1629   * Merging casper 1.193.
1630   * Move dummy start target in initscript.
1631   * Merging casper 1.194.
1632   * Merging casper 1.195.
1633   * Merging casper 1.196.
1634   * Merging casper 1.197.
1635   * Merging casper 1.198.
1636   * Merging casper 1.199.
1638  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 19:19:23 +0200
1640 live-initramfs (1.177.2-1) unstable; urgency=low
1642   [ Marco Amadori ]
1643   * Do not specify 'noxino' between directories.
1645   [ Michael Prokop ]
1646   * Support bootoptions ethdevice and ethdevice-timeout for specifying
1647     from which device you want to boot from and using which timeout
1648     (being 30 seconds if unconfigured), if ethdevice is not specified
1649     try to get a working network configuration for each existing network
1650     device.
1651   * Prefer removable devices over non-removable devices, so scan them
1652     first.
1653   * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
1654     bootoption.
1655   * Do not leak modprobe options to avoid booting errors with kernel
1656     options like libata.dma=0.
1658  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 05 Apr 2010 10:07:12 +0200
1660 live-initramfs (1.177.1-1) unstable; urgency=low
1662   [ Daniel Baumann ]
1663   * Removing etch compatibility.
1664   * Merging casper 1.174.
1665   * Adding proper code comments about vol_id removal.
1666   * Merging casper 1.175.
1668   [ Steven Shiau ]
1669   * Making select_eth_device work with 2nd NIC linked only and FETCH
1670     assigned.
1671   * Moving select_eth_device from init-premount to live-premount where
1672     "udevadm" commands are not required.
1674   [ Daniel Baumann ]
1675   * Merging casper 1.176.
1676   * Merging casper 1.177.
1677   * Adding message to notify users when live-initramfs is falling back
1678     to unionfs-fuse.
1679   * Manually loading fuse when required.
1681  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Mar 2010 20:29:01 +0100
1683 live-initramfs (1.173.5-1) unstable; urgency=low
1685   [ Daniel Baumann ]
1686   * Updating contact information in copyright file.
1687   * Simplyfing initramfs triggers (Closes: #521129, #545842).
1688   * Wrapping fields in control file.
1689   * Using minimized rules file.
1690   * Simplifying wording in bug-presubj file.
1692   [ Andreas Teuchert ]
1693   * Calling udevadm settle in scripts/init-premount/select_eth_device
1694     (Closes: #570100).
1696   [ Tanguy Ortolo ]
1697   * Also respecting persistent-path parameter for snapshots (Closes:
1698     #570162).
1700  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:27:57 +0100
1702 live-initramfs (1.173.4-1) unstable; urgency=low
1704   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
1705     hack.
1706   * Correcting path in previous commit.
1707   * Disabling kaboom (Closes: #556368).
1709  -- Daniel Baumann <mail@daniel-baumann.ch>11.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
1711 live-initramfs (1.173.3-1) unstable; urgency=low
1713   * Using noxino instead of xino, as the latter is not supported by
1714     aufs2 as we need to use it.
1716  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 16:16:46 +0100
1718 live-initramfs (1.173.2-1) unstable; urgency=low
1720   [ Daniel Baumann ]
1721   * Updating homepage field in control.
1723   [ amnesia ]
1724   * Correcting live-media=removeable{,-usb} behaviour to match the
1725     documented one.
1727   [ Daniel Baumann ]
1728   * Removing unionfs workaround for kernel versions << 2.6.22, not
1729     usefull anymore.
1730   * Mounting aufs layer with detached inode index, this solves the
1731     'leaving unclean filesystem when using persistency' problem.
1732   * Removing unused syncs in initscript.
1734   [ Luigi Capriotti ]
1735   * Skip loading usb modules when quickusbmodules parameter is
1736     specified.
1738  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 11:55:41 +0100
1740 live-initramfs (1.173.1-1) unstable; urgency=medium
1742   [ intrigeri ]
1743   * Taking noprompt into account for USB flash drives as well.
1744   * Restoring opt-in behavior for local swap partitions.
1746   [ Daniel Baumann ]
1747   * Updating package to debhelper 7.
1748   * Updating package to standards 3.8.3.
1749   * Don't use dh_clean in favour of dh_prep.
1751   [ Luigi Capriotti ]
1752   * Also allowing hook= to specify files inside the image through
1753     file:// prefix.
1755   [ Daniel Baumann ]
1756   * Forwardporting and extending usage of rsync when booting with toram
1757     based on a patch from Michael Prokop <mika@grml.org>.
1759   [ Michael Prokop ]
1760   * Adding support for isofrom/fromiso bootoption.
1762   [ Daniel Baumann ]
1763   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1764     harddisk devices to read-only mode for forensics investigations.
1766   [ Michael Prokop ]
1767   * Adding support for ethdevice bootoption.
1769   [ Daniel Baumann ]
1770   * Merging casper 1.158.
1771   * Merging casper 1.159.
1772   * Merging casper 1.160.
1773   * Merging casper 1.161.
1774   * Merging casper 1.162.
1775   * Merging casper 1.163.
1776   * Merging casper 1.164.
1777   * Merging casper 1.165.
1778   * Merging casper 1.166.
1779   * Merging casper 1.167.
1780   * Merging casper 1.168.
1781   * Merging casper 1.169.
1782   * Merging casper 1.170.
1783   * Merging casper 1.171.
1784   * Merging casper 1.172.
1785   * Merging casper 1.173.
1786   * Adding skipconfig parameter to disable most customization.
1788   [ Marco Amadori ]
1789   * cpio snapshots: eval commands fix.
1791   [ Daniel Baumann ]
1792   * Updating defaults file of console-setup for squeeze, thanks to Jun
1793     NOGATA <nogajun@gmail.com> (Closes: #560187).
1794   * Adding explicit debian source version 1.0 until switch to 3.0.
1795   * Adding select_eth_device script from Frederic Boiteux
1796     <fboiteux@calistel.com>.
1797   * Including rsync conditionally.
1798   * Updating year in copyright file.
1799   * Don't panic with persistency when we can't correctly mount the
1800     filesystem (Closes: #565456).
1802   [ Ben Armstrong ]
1803   * Correcting keyboard handling for squeeze.
1804   * Only edit usplash init script if it exists.
1805   * Use klayout= for layout instead of kbd=.
1807   [ Daniel Baumann ]
1808   * Updating to standards version 3.8.4.
1810  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 16:44:08 +0100
1812 live-initramfs (1.157.4-2) unstable; urgency=high
1814   [ Michael Prokop ]
1815   * Avoid the use of fstype in a running live system, as it's
1816     a executable and not a shell function and causes problems
1817     for example within live-snapshot.
1818   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1820   [ Tzafrir Cohen ]
1821   * Adjusting grep call in is_nice_device to match new output of vol_id.
1823  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Nov 2009 19:07:41 +0100
1825 live-initramfs (1.157.4-1) unstable; urgency=medium
1827   [ Daniel Baumann ]
1828   * Forcing run of dexconf when booting with xdriver=dexconf.
1829   * Adding (experimental) forcepersistentfsck bootoption to force fsck
1830     on root persistency device.
1831   * Adding presubj for reportbug.
1832   * Removing unused sed call in update target of Makefile.
1833   * Updating included languagelist from d-i.
1834   * Correcting install calls for reportbug files in rules.
1835   * Including d-i languagelist in initrd in order evaluate l10n
1836     settings.
1837   * Updating lang2locale(); to match new d-i langualgelist format.
1838   * Adding additional two sync calls before powerof happens in order to
1839     deal with 'does not cleanly unmount' problem when using root
1840     persistency.
1841   * Updating vcs fields.
1842   * Adding auto value for xvideomode where we ensure that no
1843     configuration from the persistency layer is respected.
1845   [ Marco Amadori ]
1846   * Fixed FIXME sections in manpages.
1848   [ Daniel Baumann ]
1849   * Including udev binaries in initramfs manually for squeeze and newer
1850     (Closes: #547149).
1851   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1852     media-path when toram is used (Closes: #534878).
1853   * Simplyfing and correcting udev inclusion in initramfs hook.
1855  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Oct 2009 20:29:31 +0200
1857 live-initramfs (1.157.3-1) unstable; urgency=low
1859   [ Daniel Baumann ]
1860   * Initial commit for having support for swapfiles.
1861   * Initial commit for having support for persistency on luks.
1863   [ Marco Amadori ]
1864   * Partition snapshots works again.
1865   * Added "whole partition" snapshot resync type.
1866   * Two return code consistency fix.
1867   * Improved an useful debug string.
1868   * Cleaned a bit the snapshot feature.
1870   [ Steven Shiau ]
1871   * Making fetch to work with file on sub dir on tftp server.
1873   [ Daniel Baumann ]
1874   * Avoiding echo bashism in live-initramfs.init by using printf instead
1875     (Closes: #530128).
1876   * Correcting wrong path when disabling anacron in 25configure_init,
1877     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1878     #533046).
1879   * Removing disabling of postfix in 25configure_init, it's not
1880     appropriate for debian to do this by default. Thanks to Rui Bernardo
1881     <rui.bernardo.pt@gmail.com>.
1882   * Correcting typo in description of the ip boot parameter in live-
1883     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1884     (Closes: #532471).
1886   [ Marco Amadori ]
1887   * Removed two bashisms on live-snapshot.
1889   [ Daniel Baumann ]
1890   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1891     <l.capriotti@xbmc.org>.
1893   [ Luigi Capriotti ]
1894   * Fixing possible invalid results from function where_is_mounted by
1895     returning more than one line inwhere_is_mounted();.
1896   * Fixing relaxed permissions of / in the live filesystem.
1897   * Fixing invalid mangling of /etc/event.d/tty.
1898   * Fixing typo in snapshot file list.
1900   [ Daniel Baumann ]
1901   * Correcting cryptsetup calls for persistency on luks.
1902   * Copy live-installer-launcher desktop icon on users desktop.
1903   * Also updating USB device detection in initramfs script for linux
1904     2.6.29 and newer.
1905   * Adding missing pipe in cryptsetup call for persistency on luks
1906     partitions.
1907   * Making plainroot work (Closes: #523120).
1909   [ Marco Amadori ]
1910   * persistent=nofiles fix (Closes: 522383).
1912   [ Daniel Baumann ]
1913   * Looking for persistency partitions on luks devices only if we boot
1914     with persistent=cryptsetup.
1915   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1916     not installed.
1917   * Optimizing gnome-panel-data bottom script by leaving out the stupid
1918     things.
1920   [ Richard Nelson ]
1921   * Allow for multiple but unique persistent media.
1923  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:37:57 +0200
1925 live-initramfs (1.157.2-1) unstable; urgency=medium
1927   * Correcting fstab handling to not always append entries forever when using
1928     persistency.
1929   * Correcting kdm live-autologin handling to not always append entries forever
1930     when using persistency.
1931   * Correcting handling of locale default and environment handling to not always
1932     append entries forever when using persistency.
1933   * Correcting swap partition handling in fstab to not always append entries
1934     forever when using persistency.
1935   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
1936   * Merging swap live-bottom script into fstab script; there is no other sane
1937     possibility to prevent appending again and again in persistent mode.
1938   * Making sure that old swap entries are removed before new ones are added.
1939   * Adding cryptsetup to recommends, it's used for encrypted persistent
1940     partitions.
1941   * Restoring previous behaviour of ejecting the cd when being in non-persistent
1942     mode, thanks to Julien Cristau <jcristau@debian.org>.
1943   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
1944     and newer.
1946  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 May 2009 10:00:00 +0200
1948 live-initramfs (1.157.1-1) unstable; urgency=medium
1950   [ Daniel Baumann ]
1951   * Only snapshotting in initscript when we actually run with persistence.
1953   [ Rene Mayrhofer ]
1954   * Checking if /var/log is writable before trying to copy live.log to the newly
1955     mounted root filesystem (Closes: #516914).
1957   [ Daniel Baumann ]
1958   * Improving check in 21xdriver when we don't do anything.
1959   * Adding hack to remove live specific filesystems from umounfs initscript
1960     (Closes: #506410, #515718).
1961   * Adding comsetic line wrapping for output of local-gen messages during boot.
1962   * Merging casper 1.157.
1963   * Only calling install-keymap if it's actually installed, which is always but
1964     in minimal images the case though (Closes: #517153).
1965   * Adding silent boot parameter.
1966   * Respecting media timeout even when specificing media device manually.
1967   * Also allowing to use the removable keyword for specifying a live media.
1968   * Correcting accidental syntax error in one of the previous commits in
1969     19keyboard bottom script.
1970   * Adding removable-usb keyword to further restrict live media selection.
1971   * Correcting check for usb when using removable-usb keyword.
1972   * Correcting typo in locale bottom script.
1974  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Mar 2009 14:00:00 +0100
1976 live-initramfs (1.156.1-1) unstable; urgency=high
1978   [ Daniel Baumann ]
1979   * Revert using debhelper 7 command in rules.
1980   * Updating copyright file.
1981   * Prefixing debhelper files with package name.
1982   * Updating bug script.
1983   * Removing bashism in initscript.
1984   * Usage of dialog in initscript is not actually a todo.
1985   * Correcting medium eject message in initscript.
1986   * Making medium removal message working again with usplash.
1987   * Rewrapping init script.
1988   * Reordering rules file.
1989   * Merging casper 1.155.
1990   * Adding ext4 support.
1991   * Merging casper 1.156.
1992   * Correct eject login in initscript.
1993   * Updating parameters.txt.
1995   [ Ronny Standtke ]
1996   * Do not eject USB flash drives (Closes: #457070).
1998  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  8 Feb 2009 15:00:00 +0100
2000 live-initramfs (1.154.8-1) unstable; urgency=high
2002   [ Kai Hendry ]
2003   * Adding basic xrandr support for lenny to enforce a particular
2004     resolution through bootparameter.
2006  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Jan 2009 00:00:00 +0100
2008 live-initramfs (1.154.7-1) unstable; urgency=medium
2010   * Adding note about URL limitations in live-initramfs manpage when
2011     using fetch parameter.
2012   * Removing wc from hook again, that's an ubuntu only problem they have
2013     to care about.
2015  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jan 2009 18:00:00 +0100
2017 live-initramfs (1.154.6-1) unstable; urgency=medium
2019   * Replacing casper with live in live-new-uuid.
2020   * Including wc in initramfs (Closes: #512413).
2021   * Added missing variable quoting that lead to broken root persistence, thanks
2022     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
2023   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
2024     a path for the persistence files through persistent-path boot parameter
2025     (Closes: #512661).
2026   * Adding persistent-path to parameter list and manpage.
2027   * Actually building/cleaning manpages through targets in Makefile.
2029  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Jan 2009 02:00:00 +0100
2031 live-initramfs (1.154.5-1) unstable; urgency=low
2033   * Also checking for wicd in 23networking, thanks to Ben Armstrong
2034     <synrg@debian.org>.
2035   * Don't redirect output of fstype detection to standard out, thanks to Ronny
2036     Standtke <Ronny.Standtke@gmx.net>.
2037   * Silencing grep call on /etc/passwd.
2038   * Silencing xorg reconfiguration, thanks to Ronny Standtke
2039     <Ronny.Standtke@gmx.net>.
2041  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
2043 live-initramfs (1.154.4-1) unstable; urgency=low
2045   [ Rene Mayrhofer ]
2046   * Support further checks on loopback image and support skipping union
2047     mounts (Closes: #509446).
2049  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
2051 live-initramfs (1.154.3-1) unstable; urgency=medium
2053   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
2054     to set variables in previous bottom scripts.
2056  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
2058 live-initramfs (1.154.2-1) unstable; urgency=medium
2060   [ Daniel Baumann ]
2061   * Updating authors file.
2063   [ Marco Amadori ]
2064   * Reworked integrity-check (Closes: #507477).
2065   * Cleaned the boot log a bit.
2067  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
2069 live-initramfs (1.154.1-1) unstable; urgency=low
2071   * Merging casper 1.140-1.154.
2072   * Add a warning message when no image can be found.
2073   * Adding a panic message when we netboot and have no supported network
2074     device (Closes: #496684).
2075   * Turning 'no supported filesystem images found' into a panic message,
2076     rather than a warning.
2077   * Also adding ralink to network device check.
2078   * Removing spurious 'livefs_root' in copy_live_to();.
2080  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
2082 live-initramfs (1.139.1-4) unstable; urgency=medium
2084   [ Chris Lamb ]
2085   * Remove (accidental?) debian/changelog entry.
2086   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
2087   * Use "test -s" instead of testing file availability and size.
2088   * Be consistent in using 0/1 for True/False values instead of English
2089     representations.
2090   * Reflow some grammar in comments and in live-initramfs(7).
2091   * Reflow long 'tr'-based pipelines for readability.
2092   * Don't "cat |" to grep.
2094   [ Daniel Baumann ]
2095   * Replacing obsolete dh_clean -k with dh_prep.
2097   [ Marco Amadori ]
2098   * Changed HOSTNAME and /etc/hosts handling.
2099   * Conditional creation of /etc/fstab.
2100   * live-snapshot: fixed include-list handling.
2101   * Reordered persistence lookups and boundaries (Closes: #500672).
2102   * Search for partition labels only (Closes: #486469).
2103   * Implemented a snapshot exclude list.
2104   * Implemented a persistence exclude list.
2105   * Manpage clarifications on "nofiles".
2106   * Do not pollute the logs when looking for swap partitions.
2107   * Removed all "cat | grep", with grep, awk and sed.
2109  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
2111 live-initramfs (1.139.1-3) unstable; urgency=medium
2113   [ Chris Lamb ]
2114   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
2116   [ Daniel Baumann ]
2117   * Removing currently unused Upstream-Depends field in control.
2118   * Updating vcs fields in control file.
2119   * Sourcing live.vars in 15autologin directly, rather than to inherit
2120     from live-functions.
2122   [ Marco Amadori ]
2123   * Removed some useless spaces.
2124   * Fix default user handling.
2125   * Added a pretty vital mount debug string.
2126   * Create /etc/mtab on the initramfs ASAP.
2127   * Removed mount -n option, since mtab is there.
2128   * Re-enable "break=live-premount" debug.
2129   * Skipped some runtime duplicated execution.
2130   * Add real cpio to initramfs for snapshot's uses.
2131   * Fixed try_snap() umounting on error.
2132   * Override maybe_break from initramfs-tools.
2133   * Forces use of initramfs cpio over busybox's one.
2134   * Fixed a wrong trial to copy an unexistant snapshot.
2135   * Check for files and umount only if you can mount it first.
2136   * Included more debug and comments on persistence code.
2137   * Set -u in live-snapshot only in debug mode.
2139   [ Michael Prokop ]
2140   * Ignore errors from fstype.
2142  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
2144 live-initramfs (1.139.1-2) unstable; urgency=medium
2146   [ Daniel Baumann ]
2147   * If the filesystem type of the rootfs cannot be automatically detected, we
2148     try to assume it from the extension of the imagefile we have found. Thanks
2149     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
2150   * Setting project email address to the new debian-live@lists.debian.org.
2151   * Disabling default usage of local swap partitions. Can be enabled with the
2152     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
2153     bringing it up.
2155   [ Michal Suchanek ]
2156   * Enabling the "remove CD" prompt in splashy.
2158  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
2160 live-initramfs (1.139.1-1) unstable; urgency=medium
2162   [ Ben Voui ]
2163   * Adding support for Virtio vd[a-z] drives.
2165   [ Chris Lamb ]
2166   * Move loop-aes-tools to Suggests; live-helper should install them if
2167     required.
2168   * Remove unnecessary indentation level.
2169   * Modify hiding of harmless X.org reconfiguring messages.
2170   * Revert to using uid 1000 as PAM bug seems to have disappeared
2171     (Closes: #433076)
2172   * Hide error from attempting to "mount --move"
2173   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
2174   * Don't configure X.org if it's not installed.
2175   * Fix check for X.org.
2176   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
2177     warnings.
2178   * Silence another "script-not-executable" message for a sourced library.
2179   * Add missing pipe. Thanks to Andreas Bombe.
2180   * Shamefully adding myself to CREDITS
2181   * Tidy "Disabling update-initramfs" message.
2182   * Re-order some commands so we don't call log_begin_msg without calling
2183     log_end_msg.
2184   * Don't configure X when /usr/bin/X does not exist.
2185   * Silence 'script-not-executable' lintian warning - live-functions script is
2186     always sourced.
2187   * Fix spacing in swirl.
2188   * Override log_*_msg to print nicer status text (until #494257 is merged).
2189   * Hide "overwriting possibly-customised configuration file" in X.org setup
2190     output.
2191   * Hide "Shadow passwords are now on" status message on bootup.
2192   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
2193     functions.
2194   * Rework locale handling
2195   * Print friendly error message on live-initramfs panic.
2196   * Fix path issue with live-preseed causing noisy errors when booting.
2197   * Silence a number of annoying and distracting bootup messages.
2198   * Add missing "log_end_msg" to live-bottom/21xdriver.
2199   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
2200   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
2201   * Move some arch-indep helper utilities to Build-Depends-Indep.
2202   * Set default cow_mountopt where the other defaults are used.
2203   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
2204     "lostup"
2206   [ Daniel Baumann ]
2207   * Updating authors file.
2208   * Merging casper 1.139.
2209   * Not going over the top with exclamation marks in the panic message.
2210   * Updating credits file.
2211   * Slightely adjusting to the more widespread used ascii swirl.
2212   * Merging casper 1.138.
2213   * Merging casper 1.137.
2215   [ Marco Amadori ]
2216   * Added "-n" option to all mount commands, thanks to Peter Holik
2217     <peter@holik.at> for pointing this out.
2218   * Be sure that the discovered filesystem is not null.
2219   * The list of supported filesytems goes dynamic.
2220   * Added ntfs filesystem to the initramfs.
2222   [ Michael Prokop ]
2223   * Move sourcing of live-functions in 38disable_restricted_manager to correct
2224     place.
2226   [ Steven Shiau ]
2227   * Adding support for using tftp in fetch= parameter.
2228   * Another fix about using udevsettle or "udevadm settle".
2230  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
2232 live-initramfs (1.136.3-1) unstable; urgency=medium
2234   [ Michael Prokop ]
2235   * Make sure mounting /cow-tmpfs provides mount options.
2237  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jul 2008 00:00:00 +0200
2239 live-initramfs (1.136.2-1) unstable; urgency=medium
2241   * Replacing previous imperfect changes for udevadm with check for
2242     udevadm and using old commands when beeing on etch. Also handling
2243     udevtrigger with udevadm if available.
2244   * Correcting httpfs2 inclusion in hook.
2246  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 16 Jul 2008 00:00:00 +0200
2248 live-initramfs (1.136.1-1) unstable; urgency=medium
2250   [ Chris Lamb ]
2251   * Fix call to log_warning_msg. Thanks to Bradley Smith
2252     <brad@brad-smith.co.uk>.
2253   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
2254     kernels on powerpc.
2255   * Check losetup capabilities before specifying to mount as read-only.
2256   * Modprobe 'esp' SCSI driver for the benefit of sparc.
2257   * Quieten call to modprobe ide-generic.
2258   * Move local-top/live to live-premount/modules so it gets called before
2259     find_livefs.
2260   * Sync bug script "dpkg -l" calls with debian/control
2262   [ Daniel Baumann ]
2263   * Defaulting now to aufs if no union= parameter is given.
2264   * Merging casper version 1.136.
2265   * Merging casper version 1.135.
2266   * Merging casper version 1.134.
2267   * Merging casper version 1.133.
2268   * Converting udev depends into a versioned depends in order to reflect udevadm
2269     introduction.
2270   * Updating live-snapshot to GPL-3+.
2271   * Updating to standards 3.8.0.
2272   * Renaming forgotton uuid file to live-uuid.
2274   [ Marco Amadori ]
2275   * udevtrigger replacement.
2276   * live-snapshot: fixed the remount helper.
2277   * live-snapshot: now supports a static keep file list.
2278   * Try to bind /cow to /live/cow if unable to move.
2279   * live-snapshot: cleaned some wordings.
2280   * live-snapshot: included vital informations on exit.
2281   * live-snapshot: new "--refresh" option.
2282   * live-snapshot: cleaned and sorted used command line defaults.
2283   * live-snapshot: nicer default auto unmount logic.
2284   * live-snapshot: honour "-o|--output FILE".
2285   * live-snapshot: removed a useless mkdir.
2286   * live-snapshot: removed an unused and useless function.
2287   * live-snapshot: fixes snapshotting from resync string.
2289   [ Michal Suchanek ]
2290   * Add support for httpfs= and ftpfs= parameters.
2292  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
2294 live-initramfs (1.132.1-1) unstable; urgency=medium
2296   [ Chris Lamb ]
2297   * Don't escape asterisks in languagelist update code
2299   [ Daniel Baumann ]
2300   * Updating copyright header in live-snapshot.
2301   * Removing useless whitespaces and empty lines.
2302   * Correcting grammatical errors in live-snapshot description.
2303   * Removing live-snapshot version as this component is always released
2304     within live-initramfs itself.
2305   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
2306   * Merging casper 1.132.
2307   * Merging casper 1.131.
2308   * Ignoring floppy devices for live filesystem as well as live
2309     persistency.
2310   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
2311     live.log and show its messages during boot (Closes: #440238).
2312   * Updating vcs fields in control file.
2313   * Handling conflicting klibc includes with initramfs-hooks of other
2314     packages (Closes: 475783).
2316   [ Marco Amadori ]
2317   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
2318     '/mnt'" bug.
2319   * Calling live-snapshot now produces an output file.
2321   [ Michal Suchanek ]
2322   * Workaround loop-aes-utils losetup incompatibility
2323   * Fix toram (change mount --move to mount -o move)
2325  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 02 Jun 2008 00:00:00 +0200
2327 live-initramfs (1.130.1-3) unstable; urgency=high
2329   * Handle non-existing klibc includes in live hook (Closes: #475783).
2330   * Adding loop-aes-utils to recommends.
2332  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2008 16:00:00 +0200
2334 live-initramfs (1.130.1-2) unstable; urgency=medium
2336   [ Chris Lamb ]
2337   * Remove bogus dependency on Ubuntu "localechooser-data" package
2339  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Apr 2008 06:00:00 +0200
2341 live-initramfs (1.130.1-1) unstable; urgency=medium
2343   [ Chris Lamb ]
2344   * Use triggers when calling update-initramfs in postinst and postrm
2346   [ Daniel Baumann ]
2347   * Sorting some lines in live hook.
2348   * Merging casper 1.130.
2349   * Merging casper 1.129.
2350   * Adjusting code formating in maintainer scripts.
2351   * Restricting counting of installed kernels based on /boot/vmlinuz-*
2352     instead of /boot/vmlinuz*.
2354  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
2356 live-initramfs (1.128.1-1) unstable; urgency=medium
2358   [ Marco Amadori ]
2359   * Fixed a misleading debug message.
2360   * Added /cow mounting debug messages.
2361   * Fixed /cow mounting.
2362   * Klibc: added some libraries to the intramfs.
2364   [ Daniel Baumann ]
2365   * Merging casper 1.128.
2367  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
2369 live-initramfs (1.127.1-1) unstable; urgency=medium
2371   [ Daniel Baumann ]
2372   * Merging casper 1.127.
2373   * Merging casper 1.126.
2374   * Removing too early recommends to live-initscripts in control to make
2375     some people happy (Closes: #431000).
2377   [ Chris Lamb ]
2378   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
2379     (?) bug
2380   * scripts/live-helpers: Don't search ram block devices
2381   * scripts/live-helpers: Search / use case
2382   * scripts/live-helpers: Fixes for set -e
2383   * bin/live-snapshot: Vastly rework script
2384   * bin/live-snapshot: Fix argument handling (Closes: #461595)
2385   * scripts/live: Make 'nopersistent' parameter actually disable
2386     persistence
2388  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
2390 live-initramfs (1.125.1-1) unstable; urgency=medium
2392   [ Daniel Baumann ]
2393   * Merging casper 1.125.
2395   [ Chris Lamb ]
2396   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
2397   * Rename 18hostname -> 06hostname
2399  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
2401 live-initramfs (1.124.1-1) unstable; urgency=medium
2403   [ Daniel Baumann ]
2404   * Adjusting live-snapshot to live-initramfs.
2405   * Merging casper 1.124.
2406   * Adjusting 44pk_allow to live-initramfs.
2407   * Merging casper 1.123.
2408   * Merging casper 1.122.
2409   * Merging casper 1.121.
2410   * Merging casper 1.120.
2412   [ Chris Lamb ]
2413   * 99hook: Download hook script from inside target filesystem
2415  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Mar 2008 00:00:00 +0100
2417 live-initramfs (1.119.1-1) unstable; urgency=medium
2419   * Creating resolv.conf when netbooting not just when there's no
2420     resolv.conf, but also when it is empty.
2421   * Making hooks executable after fetching them.
2422   * Removing disabling of kwallet.
2423   * Merging casper 1.119.
2425  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
2427 live-initramfs (1.118.2-1) unstable; urgency=medium
2429   [ Andrey Asadchev ]
2430   * Explicitly set Xorg video driver.
2431   * Patch to use cryptsetup volumes for persistent storage.
2433   [ Daniel Baumann ]
2434   * New upstream release.
2435   * Fixing wrong email address in changelog (was bug in git-dch config).
2436   * Bumping package to policy 3.7.3.
2437   * Rewriting copyright in machine-interpretable format.
2438   * Adding hook parameter to execute custom scripts.
2439   * Adding plainroot.
2441   [ Marco Amadori ]
2442   * Now it includes lzma kernel module dependencies.
2444  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
2446 live-initramfs (1.118.1-1) unstable; urgency=medium
2448   [ Daniel Baumann ]
2449   * New upstream release.
2450   * Adding direct depends to udev, thanks to Anton Lundin
2451     <glance@acc.umu.se> (Closes: #452448).
2452   * Merging casper 1.111.
2453   * Bumping version to 1.110.1-1.
2454   * Merging casper 1.112.
2455   * Merging casper 1.113.
2456   * Adjusting to live-initramfs.
2457   * Bumping version to 1.113.1-1.
2458   * Merging casper 1.114.
2459   * Merging casper 1.115.
2460   * Merging casper 1.116.
2461   * Merging casper 1.117.
2462   * Merging casper 1.118.
2463   * Bumping version to 1.118.1-1.
2465   [ Otavio Salvador ]
2466   * debian: add mtd-tools as suggestion since it's required for jffs2
2467     support
2468   * hooks: include jffs2 kernel module on initramfs image
2469   * live-snapshot: add support to use jffs2 images
2470   * live: add support for jffs2 images and snapshots
2471   * live-helpers: add jffs2 as a valid image
2472   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
2474  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:35:00 +0100
2476 live-initramfs (1.110.7-1) unstable; urgency=medium
2478   * New upstream release.
2479   * Fixing fstab handling.
2480   * Fixing regression from mounting the ow device on a nfs volume,
2481     thanks to An-Cheng Huang <ancheng@vyatta.com>.
2483  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
2485 live-initramfs (1.110.6-1) unstable; urgency=medium
2487   * New upstream release.
2488   * Preparing live-initramfs 1.110.6-1.
2489   * Adding custom reportbug script.
2490   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
2491   * Adding checkbashsms call to test target of the Makefile as suggested
2492     by Trent W. Buck <trentbuck@gmail.com>.
2494  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
2496 live-initramfs (1.110.5-1) unstable; urgency=medium
2498   * New upstream release.
2499   * Preparing live-initramfs 1.110.5-1.
2500   * Using kdm initscript autologin overrides, thanks to Kel Modderman
2501     <kel@otaku42.de>.
2502   * Setting the kdm language, thanks to Jordi Pujol
2503     <jordi_pujol@telefonica.net>.
2504   * Adding files to the live filesystem according to the MAC number,
2505     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
2506   * Fixing some coding style issues.
2508  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
2510 live-initramfs (1.110.4-1) unstable; urgency=medium
2512   [ Daniel Baumann ]
2513   * New upstream release.
2514   * Preparing live-initramfs 1.110.3-1.
2515   * Correcting homepage field.
2516   * Correcting vcs fields.
2518   [ Jesse Hathaway ]
2519   * add support for mounting the cow device on an nfs volume
2521  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
2523 live-initramfs (1.110.3-1) unstable; urgency=medium
2525   [ Daniel Baumann ]
2526   * New upstream release.
2527   * Preparing live-initramfs 1.110.3-1.
2528   * Removing ubuntu support.
2530   [ Alex Owen ]
2531   * Fix typo to get serial console to work
2533   [ Jesse Hathaway ]
2534   * add support for exposedroot option for live-helper
2536  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
2538 live-initramfs (1.110.2-1) unstable; urgency=medium
2540   * New upstream release.
2541   * Preparing live-initramfs 1.110.2-1.
2542   * Fixing typing error.
2543   * Removing nodiratime as it is already included in noatime, thanks to Kel
2544     Modderman <kel@otaku42.de>.
2546  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
2548 live-initramfs (1.110.1-1) unstable; urgency=medium
2550   * New upstream release.
2551   * Preparing live-initramfs 1.107.2-1.
2552   * Also using nodiratime, not just noatime.
2553   * Merging casper 1.108.
2554   * Adjusting to live-initramfs.
2555   * Merging casper 1.109.
2556   * Adjusting to live-initramfs.
2557   * Merging casper 1.110.
2558   * Adjusting to live-initramfs.
2559   * Bumping version to 1.110.1-1.
2561  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
2563 live-initramfs (1.107.1-1) unstable; urgency=medium
2565   * New upstream release.
2566   * Preparing live-initramfs 1.102.4-2.
2567   * Replacing backticks with POSIX expression.
2568   * Consistently using curly brackets for variables.
2569   * Fixing bashism.
2570   * Merging casper 1.105.
2571   * Adjusting to live-initramfs.
2572   * Bumping version to 1.105.1-1.
2573   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
2574     cow mount rather than binding it on /live/cow. This prevents the
2575     /cow mount showing up in /proc/mounts.
2576   * Merging casper 1.106.
2577   * Adjusting to live-initramfs.
2578   * Bumping version to 1.106.1-1.
2579   * Fixing wrong homepage field.
2580   * Fixing typing error.
2581   * Merging casper 1.107.
2582   * Bumping version to 1.107.1-1.
2584  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
2586 live-initramfs (1.104.1-1) unstable; urgency=medium
2588   * New upstream release.
2590  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
2592 live-initramfs (1.102.1-1) unstable; urgency=medium
2594   * New upstream release.
2596  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
2598 live-initramfs (1.99.2-1) unstable; urgency=medium
2600   * New upstream release:
2601     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
2602       (Closes: #440235).
2604  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
2606 live-initramfs (1.99.1-1) unstable; urgency=medium
2608   * New upstream release.
2610  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
2612 live-initramfs (1.96.2-1) unstable; urgency=medium
2614   * New upstream release.
2616  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
2618 live-initramfs (1.96.1-1) unstable; urgency=medium
2620   * New upstream release.
2622  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
2624 live-initramfs (1.95.3-1) unstable; urgency=medium
2626   * New upstream release.
2628  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
2630 live-initramfs (1.95.2-1) unstable; urgency=medium
2632   * New upstream release.
2634  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
2636 live-initramfs (1.95.1-1) unstable; urgency=medium
2638   * New upstream release.
2640  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
2642 live-initramfs (1.91.6-1) unstable; urgency=medium
2644   * New upstream release.
2646  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
2648 live-initramfs (1.91.5-1) unstable; urgency=medium
2650   * New upstream release.
2652  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
2654 live-initramfs (1.91.4-1) unstable; urgency=medium
2656   * New upstream release:
2657     - Dropping transitional package, not needed anymore.
2659  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
2661 live-initramfs (1.91.3-1) unstable; urgency=medium
2663   * New upstream release.
2665  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
2667 live-initramfs (1.91.2-1) unstable; urgency=medium
2669   * New upstream release.
2671  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
2673 live-initramfs (1.91.1-1) unstable; urgency=medium
2675   * New upstream release.
2677  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
2679 live-initramfs (1.90.1-1) unstable; urgency=medium
2681   * New upstream release.
2683  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
2685 live-initramfs (1.87.6-1) unstable; urgency=medium
2687   * New upstream release.
2689  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
2691 live-initramfs (1.87.5-1) unstable; urgency=medium
2693   * New upstream release, replacing casper.
2695  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
2697 live-initramfs (1.87.4-1) unstable; urgency=medium
2699   * New upstream release.
2701  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
2703 live-initramfs (1.87.3-1) unstable; urgency=medium
2705   * New upstream release.
2707  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
2709 live-initramfs (1.87.2-1) unstable; urgency=low
2711   * New upstream release.
2713  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
2715 live-initramfs (1.87.1-1) unstable; urgency=low
2717   * Initial release, forking casper.
2719  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200