Releasing debian version 4.0~alpha21-1.
[debian-live-boot.git] / debian / changelog
blob93f73edb7b34efbcbd42fde5f402eb9e45df11ea
1 live-boot (4.0~alpha21-1) unstable; urgency=low
3   * Building with dh --parallel.
5  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:55:30 +0200
7 live-boot (4.0~alpha20-1) unstable; urgency=low
9   [ Trent W. Buck ]
10   * Fix cut-and-paste typo verify-checksums -> panic.
12   [ Evgeni Golov ]
13   * Properly check if $rc_server1 is not "0.0.0.0".
14   * Supporting resolvconf in the squashfs.
15   * Do not throw warnings when /tmp/custom_mounts.list does not exist.
17  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:38:22 +0200
19 live-boot (4.0~alpha19-1) experimental; urgency=low
21   * Updating copyright notices for 2014.
22   * Updating swap bootparameter in manpage to match code (Closes:
23     #738146).
24   * Adjusting internal file of the swap component to match its own boot
25     parameter.
27  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 08 Feb 2014 17:32:16 +0100
29 live-boot (4.0~alpha18-1) experimental; urgency=low
31   [ Daniel Baumann ]
32   * Adding initial Japanese live-boot manpage translation from victory
33     <victory.deb@gmail.com>.
35   [ chals ]
36   * Applying patch revising grammar and spelling in live-boot.7 manpage,
37     thanks to victory <victory.deb@gmail.com>.
38   * Updating live-boot translation files from the original English text.
39   * Updating Spanish translation of live-boot.7 manpage.
41   [ victory ]
42   * Change plurals to singular: from "a ... media" to "a ... medium".
43   * Update/sync translations.
45   [ Daniel Baumann ]
46   * Reading in panic boot parameter when overloading initramfs-tools
47     panic() (Closes: #729041).
49   [ victory ]
50   * Translated persistence.conf.5.
51   * [man-ja] Fix a typo on the translation.
52   * Fix a typo: coma -> comma.
53   * Sync translations (0af845c).
55  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 20 Nov 2013 11:03:46 +0100
57 live-boot (4.0~alpha17-1) experimental; urgency=low
59   [ Daniel Baumann ]
60   * Rewrapping control file.
62   [ Michael Prokop ]
63   * Properly boot from mdadm via findiso boot option.
65   [ Daniel Baumann ]
66   * Updating to standards version 3.9.5.
67   * Correcting spelling typo in overlay component breaking booting from
68     uncompressed filesystems, thanks to John Bazik <jsb@cs.brown.edu>
69     (Closes: #728250).
71  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 30 Oct 2013 02:44:22 +0100
73 live-boot (4.0~alpha16-1) experimental; urgency=low
75   * Updating package descriptions.
76   * Applying patch from Michael Prokop <mika@grml.org> to update udev
77     usage in is_nice_device() for newer udev versions.
79  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 15 Oct 2013 09:17:35 +0200
81 live-boot (4.0~a15-1) experimental; urgency=low
83   [ Jan Blunck ]
84   * Install components into /lib/live/boot folder.
86  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 17:21:50 +0200
88 live-boot (4.0~a14-1) experimental; urgency=low
90   [ Daniel Baumann ]
91   * Updating note about overlay file image names in live-boot manpage,
92     thanks to Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes:
93     #701615).
94   * Correcting debug variables through out the code to use the same one.
95   * Allowing to superseed live-boot cmdline through configuration files.
97   [ chals ]
98   * Updating Spanish translation of live-boot man page.
100   [ Steven Shiau ]
101   * Calculating size for the whole media "/live/image/", not only the dir
102     "/live/image/live/" when using toram.
104   [ Daniel Baumann ]
105   * Reorganizing backend in source tree.
106   * Reorganizing frontend in source tree.
107   * Reorganizing components in source tree.
108   * Replace various mentionings of scripts with components.
109   * Updating code to current coding style in a some locations.
110   * Dropping old pre-wheezy udevadm handling.
111   * Dropping old pre-wheezy persistence list handling.
112   * Replacing variable used in one place only with explicit directory for
113     simplicity.
114   * Shortening /etc/mtab conditional creation.
115   * Dropping helper function used in one place only which can be replaced
116     with a simple ls call anyway.
117   * Dropping really_export dead code.
118   * Simplifying /etc/resolv.conf generation a bit.
119   * Updating indenting in network component.
121   [ chals ]
122   * Updating the dates in man pages.
123   * Updating Spanish translation of man pages.
125   [ Jan Blunck ]
126   * Use PERSISTENCE_PATH with a trailing "/".
127   * Move check for block device to mount_persistence_media().
128   * Remount writable when moving the mountpoint of the persistence device.
129   * Blacklist devices used for /live/rootfs/* insted of /live/medium.
130   * Add support for persistence-storage type "directory".
132   [ Daniel Baumann ]
133   * Updating debhelper install file to include additional scripts in new
134     location.
136  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 14:17:30 +0200
138 live-boot (4.0~a13-1) experimental; urgency=low
140   * Increasing tftp blocksize to maximum value per RFC 2348, thanks to
141     Vincent Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
143  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:45:49 +0200
145 live-boot (4.0~a12-1) experimental; urgency=low
147   * Updating manpage wrt/ quickreboot (Closes: #706686).
148   * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs
149     to make it active (Closes: #707116).
150   * Further guarding overwriting of /bin/mount by making it dependent on
151     the existence of /bin/mount.util-linux.
153  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 08 May 2013 08:42:54 +0200
155 live-boot (4.0~a11-1) experimental; urgency=low
157   [ chals ]
158   * Updating dates in man pages.
159   * Updating the Spanish translation of live-boot man page.
160   * Updating the Spanish translation of persistence.conf man page.
161   * Fixing the use of one preposition in the Spanish translation of the
162     man pages.
164   [ Daniel Baumann ]
165   * Renumbering the first three early scripts.
166   * Renaming main function to live for consistent namespace.
167   * Correcting leftovers from old variable handling for BOOTIF, thanks to
168     Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
170   [ Andrew Jeffery ]
171   * Select BOOTIF device if defined for netboot (Closes: #703744).
172   * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
174   [ Peter Schaefer ]
175   * Adding support for luks persistence with persistence files (Closes:
176     #701614).
178   [ David Hare ]
179   * Also blacklisting findiso and fromiso devices for luks file
180     persistence.
182  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 14:28:00 +0200
184 live-boot (4.0~a10-1) experimental; urgency=low
186   [ Daniel Baumann ]
187   * Debranding package for derivatives.
189   [ Evgeni Golov ]
190   * Fixing condition for setting rootfs_dest_backing.
192   [ Michael Stummvoll ]
193   * Simplifying if statement in is_live_system function.
194   * Fixing a bug with multiple files in is_live_path after the last
195     commit.
196   * Using is_live_path() in mount_images_in_directory() to avoid redundant
197     logic.
199  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:20:50 +0200
201 live-boot (4.0~a9-1) experimental; urgency=low
203   * Removing all references to my old email address.
205  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:13:18 +0100
207 live-boot (4.0~a8-1) experimental; urgency=low
209   [ Daniel Baumann ]
210   * Moving initramfs-tools entry-point to backends.
211   * Moving dracut entry-point stub to backends.
212   * Dropping pre-squeeze udev conditionals in initramfs-tools hook.
213   * Dropping conditionals in backend, stuff is either there or not but not
214     nothing in between.
215   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
216     barratt.org.uk>.
218   [ Evgeni Golov ]
219   * Fixing invalid syntax in test for opt_link.
220   * Checking for ${overlay}, not ${device} when trying to close
221     ${overlay}.
222   * Transforming link targets so they work after the mount was moved
223     (Closes: #702421).
225  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:02:23 +0100
227 live-boot (4.0~a7-1) experimental; urgency=low
229   * Silencing unmounting of potentially stray tmpfs on /live/overlay.
230   * Making loadkeys call quiet in order to not mess-up persistence, thanks
231     to stack <stack@inventati.org> (Closes: #700902).
233  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Feb 2013 05:49:37 +0100
235 live-boot (4.0~a6-1) experimental; urgency=low
237   [ chals ]
238   * Updating Spanish translation of live-boot man page, persistence-label.
240   [ Daniel Baumann ]
241   * Adding 3.0.1-1 changelog entries.
243  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 08:57:13 +0100
245 live-boot (4.0~a5-1) experimental; urgency=low
247   [ Daniel Baumann ]
248   * Updating manpage year handling for 2013.
250   [ Richard Nelson ]
251   * Replace noprompt with noeject on manpage.
253   [ Daniel Baumann ]
254   * Updating noeject description in manpage.
256   [ chals ]
257   * Updating Spanish translation in respect to noeject.
259   [ Daniel Baumann ]
260   * Dropping dpkg compression level.
261   * Calling df with -P to avoid line wraps with overly long mountpoints.
262   * Removing some dead code in netbase parts.
264   [ Gaudenz Steinlin ]
265   * Fixing support for multiple squashfs images (Closes: #696494).
266   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
267     #696495).
269   [ Daniel Baumann ]
270   * Adding 3.0.0-1 changelog entries.
271   * Updating manpage for persistence-label, thanks to Mike Gach
272     <gach.mqt@gmail.com> (Closes: #697873).
274  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:29:27 +0100
276 live-boot (4.0~a4-1) experimental; urgency=low
278   * Updating year in copyright file.
279   * Supporting legacy filenames for checksums in debian within verify-
280     checksums.
281   * Correcting legacy filename for checksum files.
282   * By default including sha256sum only in progress-linux, keep md5sum
283     legacy for debian.
284   * Adding 3.0~b11-1 changelog entries.
286  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:37:12 +0100
288 live-boot (4.0~a3-1) experimental; urgency=low
290   [ Daniel Baumann ]
291   * Adding live-tools to recommends.
293   [ Michal Suchanek ]
294   * Including util-linux mount in initramfs.
296   [ Daniel Baumann ]
297   * Making overwriting of /bin/mount within initramfs with mount.util-
298     linux dependent on fuse usage, not on some additional boot parameter.
299   * Correcting spelling typo in bug script.
301   [ Richard Nelson ]
302   * Update manpage information of ip= param to correctly reflect what
303     9990-netbase.sh expects.
305   [ Daniel Baumann ]
306   * Cleaning up manpage po files.
307   * Adding 3.0~b10-1 changelog entries.
309  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:27:46 +0100
311 live-boot (4.0~a2-1) experimental; urgency=low
313   [ Tails developers ]
314   * Making the /live to /lib/live move for the persistence code.
315   * Handling already mounted persistence backing media correctly.
316   * Fixing persistence-media option when no devices are attached.
317   * Using 'local' in a safe way.
319   [ Daniel Baumann ]
320   * Adding 3.0~b9-1 changelog entries.
322  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:06:28 +0100
324 live-boot (4.0~a1-1) experimental; urgency=low
326   * Dropping specifics for squeeze based distributions.
328  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:58:46 +0100
330 live-boot (3.0.1-1) unstable; urgency=low
332   [ chals ]
333   * Updating Spanish translation of live-boot man page, persistence-label.
335   [ Daniel Baumann ]
336   * Dropping German manpage translations stubs for the release.
338  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:33:17 +0100
340 live-boot (3.0.0-1) unstable; urgency=low
342   [ Daniel Baumann ]
343   * Updating manpage year handling for 2013.
345   [ Richard Nelson ]
346   * Replace noprompt with noeject on manpage.
348   [ Daniel Baumann ]
349   * Updating noeject description in manpage.
351   [ chals ]
352   * Updating Spanish translation in respect to noeject.
354   [ Daniel Baumann ]
355   * Dropping dpkg compression level.
356   * Calling df with -P to avoid line wraps with overly long mountpoints.
358   [ Tails developers ]
359   * Improving test for /etc/fstab.d support by testing for its existence
360     instead of /run's one.
362   [ Daniel Baumann ]
363   * Removing some dead code in netbase parts.
365   [ Gaudenz Steinlin ]
366   * Fixing support for multiple squashfs images (Closes: #696494).
367   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
368     #696495).
370   [ Daniel Baumann ]
371   * Correcting persistence-label handling fwrt/ legacy live-boot 2.x
372     support, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
374  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:23:17 +0100
376 live-boot (3.0~b11-1) unstable; urgency=low
378   * Updating year in copyright file.
379   * Supporting legacy filenames for checksums in debian within verify-
380     checksums.
381   * Correcting legacy filename for checksum files.
382   * By default including sha256sum only in progress-linux, keep md5sum
383     legacy for debian.
385  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:32:21 +0100
387 live-boot (3.0~b10-1) unstable; urgency=low
389   [ Daniel Baumann ]
390   * Adding live-tools to recommends.
392   [ Michal Suchanek ]
393   * Including util-linux mount in initramfs.
395   [ Daniel Baumann ]
396   * Making overwriting of /bin/mount within initramfs with mount.util-
397     linux dependent on fuse usage, not on some additional boot parameter.
398   * Correcting spelling typo in bug script.
400   [ Richard Nelson ]
401   * Update manpage information of ip= param to correctly reflect what
402     9990-netbase.sh expects.
404   [ Daniel Baumann ]
405   * Cleaning up manpage po files.
407   [ Evgeni Golov ]
408   * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
410  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:22:50 +0100
412 live-boot (3.0~b9-1) unstable; urgency=low
414   [ Tails developers ]
415   * Making the /live to /lib/live move for the persistence code.
416   * Handling already mounted persistence backing media correctly.
417   * Fixing persistence-media option when no devices are attached.
418   * Using 'local' in a safe way.
420  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:01:21 +0100
422 live-boot (3.0~b8-1) unstable; urgency=low
424   * Removing eject from recommends, the script that ejects the live medium
425     is in live-config these days.
426   * Removing file from recommends, no usage of file in live-boot anymore.
427   * Updating package lists in bug script to match current implementations.
428   * Adding dpkg-source local options.
430  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:48:16 +0100
432 live-boot (3.0~b7-1) unstable; urgency=low
434   [ Daniel Baumann ]
435   * Updating file paths for /lib/live/mount. See
436     http://lists.debian.org/debian-live/2012/10/msg00021.html for more
437     information.
438   * Renaming /lib/live/mount/image to /lib/live/mount/medium. See
439     http://lists.debian.org/debian-live/2012/10/msg00023.html for more
440     information.
441   * Updating package descriptions.
442   * Properly wrap package descriptions to 80 characters per line.
444   [ Tails developers ]
445   * Adding support for the previous persistence configuration file name,
446     for compatibility with systems that have been deployed with live-
447     persistence.conf already.
449  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Nov 2012 15:04:32 +0100
451 live-boot (3.0~b6-1) unstable; urgency=low
453   * Including hfs and hfsplus modules in initrd to access filesystems on
454     apple systems.
455   * Stopping to put a tmpfs on /root/lib/live from within initramfs, it
456     over-'layered' most prominently the live systems /lib/live/config,
457     making the runtime configuration impossible and the tmpfs is not
458     used or needed in the first place anyway.
459   * Renaming rofs to more intuitive rootfs.
460   * Removing source-only readme file about boot scripts from the binary
461     package.
462   * Renaming the boot scripts readme file to fixme to make it even more
463     obvious.
465  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 10:32:44 +0200
467 live-boot (3.0~b5-1) unstable; urgency=low
469   * Updating to standards version 3.9.4.
470   * Removing showmounts option as it's enable always anyway.
471   * Applying slightly modified patch from Reinhard Tartler
472     <siretart@tauware.de> to ensure that a potentially stray tmpfs on
473     /live/overlay gets removed to fix netboot failures (Closes:
474     #685375).
476  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 10:07:09 +0200
478 live-boot (3.0~b4-1) unstable; urgency=low
480   * Switching to final name for the persistence configuration file
481     'persistence.conf' in line with boot parameter.
482   * Moving remaining stuff from /live to /lib/live to avoid further
483     namespace pollution.
485  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 Sep 2012 13:23:33 +0200
487 live-boot (3.0~b3-1) unstable; urgency=low
489   [ Daniel Baumann ]
490   * Always move live filesystem mounts to /root within initramfs,
491     regardless if mountpoint already exists or not (Closes: #688782).
493   [ Gaudenz Steinlin ]
494   * Removing mountpoint if no persistence layer is found on a device.
496   [ Daniel Baumann ]
497   * Exposing rofs and persistence mounts under /live in the live
498     systems, not just initramfs only (Closes: #687099).
499   * Updating code for exposing of overlay mounts under /live too.
501  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:40:32 +0200
503 live-boot (3.0~b2-1) unstable; urgency=low
505   * Recreating /etc/live/boot in postinst.
506   * Removing /etc/live/boot if empty on purge in postrm.
507   * Regenerating initramfs on remove.
509  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Aug 2012 12:37:23 +0200
511 live-boot (3.0~b1-1) unstable; urgency=low
513   [ chals ]
514   * Fixing build error in 'es' man pages caused by a newline conflict.
516   [ Daniel Baumann ]
517   * Removing live-new-uuid, a rewritten one goes to live-tools.
518   * Adding slightly modified patch from Steven Shiau
519     <steven@nchc.org.tw> to transition to /run for network interface
520     definition files which fixes resolv.conf creation for netboot.
522   [ Steven Shiau ]
523   * Reading /conf/param.conf after Select_eth_device in main function to
524     fix network booting (Closes: #683240).
526   [ Daniel Baumann ]
527   * Moving reading of initramfs-tools functions to initramfs-tools
528     script.
529   * Consistently using case instead of if for conditionals in script
530     boilerplate.
531   * Laying tmpfs on /live/overlay only during initramfs stage, fixes
532     boot failure with plain filesystems (Closes: #681579).
533   * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven
534     Shiau <steven@nchc.org.tw> for reporting.
535   * Simplifying usage of copy_exec function from hooks-function in
536     initramfs-tools hook.
537   * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and
538     /live/image/live/boot/*.conf instead of
539     /live/image/live/boot.d/*.conf for consistency reasons.
540   * Reading configuration file from filesystem and live-media at runtime
541     too.
542   * Reading configuration files in initramfs-tools hook too.
544   [ Steven Shiau ]
545   * Adding support for nameserver in ip= boot parameter.
547   [ Daniel Baumann ]
548   * Making nameserver assignment from ip= bootparameter work with
549     persistence.
550   * Correcting permissions of /tmp which apparently somehow get mixed up
551     along the way.
552   * Updating scripts readme about transition to plugin based
553     architecture.
555  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Aug 2012 12:21:04 +0200
557 live-boot (3.0~a38-1) unstable; urgency=low
559   [ Daniel Baumann ]
560   * Extending verify-checksums parameters to allow specifying custom
561     list of digests.
562   * Harmonizing GPL boilerplate texts.
564   [ Richard Nelson ]
565   * Correct left over references to old initramfs-tools.sh (Closes:
566     #682504).
568  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Jul 2012 00:20:39 +0200
570 live-boot (3.0~a37-1) unstable; urgency=low
572   [ Daniel Baumann ]
573   * Cleaning up initramfs-tools hook.
575   [ Tails developers ]
576   * Fixing persistence backward-compatibility mode (Closes: #681176).
578   [ Daniel Baumann ]
579   * Making swap function self contained.
580   * Making read-only function self contained.
581   * Making verify-checksums function self contained.
582   * Factoring out debug into an own function.
583   * Extending read-only parameters to allow specifying custom list of
584     devices.
585   * Avoid re-access /proc/cmdline in select-eth-device function and use
586     internal variable instead.
588  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jul 2012 17:18:06 +0200
590 live-boot (3.0~a36-1) unstable; urgency=low
592   * Adding temporary notes in a readme file.
593   * Renaming boot scripts for refactoring them into numbered plugins.
594   * Renaming mountroot function to main to provide a generic live-boot
595     entry point for initramfs generators.
596   * Adding temporary redirection layer for dracut initramfs generator.
597   * Adding redirection layer for initramfs-tools initramfs generator.
598   * Splitting out already reviewed cmdline parsing script.
599   * Splitting out already reviewed read-only script.
600   * Splitting out already reviewed swapon script.
601   * Splitting out already reviewed verify-checksums script.
602   * Adding support for defining one or more explicit swap partitions to
603     be used.
605  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 23:56:06 +0200
607 live-boot (3.0~a35-1) unstable; urgency=low
609   * Correcting typo in fstab function call in mountroot, thanks to
610     Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
612  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Jun 2012 14:30:46 +0200
614 live-boot (3.0~a34-1) unstable; urgency=low
616   [ Daniel Baumann ]
617   * Renaming persistent-subtext option into persistent-label and making
618     it define the complete label instead of a custom suffix only.
619   * Updating coding style in a first bunch of locations.
620   * Updating location for live-boot files in initramfs-tools hook,
621     thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
622   * Making live-boot-initramfs-tools.postinst more error safe.
623   * Removing pre-wheezy dpkg trigger for update-initramfs.
624   * Removing superfluous directory in initramfs-tools hook.
625   * Sourcing individual live-boot scripts rather than executing them.
627   [ Ben Armstrong ]
628   * Fix creation of /var/log/live in correct location.
630   [ Daniel Baumann ]
631   * Switching to xz compression in source and binary packages.
633  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:14:19 +0200
635 live-boot (3.0~a33-1) unstable; urgency=low
637   [ chals ]
638   * Updating Spanish translation of man pages.
640   [ Daniel Baumann ]
641   * Removing some more dead parameters from cmdline function.
642   * Removing double author entries in Spanish po files.
644  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jun 2012 13:26:49 +0200
646 live-boot (3.0~a32-1) experimental; urgency=low
648   * Dropping snapshot functionality, superseeded by awesome custom mount
649     persistence.
650   * Setting persistence label for live-* 3.x persistency to
651     'persistence', we're not making any difference between full-ov and
652     custom-ov anymore on the filesystem and partition label (it's
653     determined by the contents of live-persistence.conf).
655  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 19:04:01 +0200
657 live-boot (3.0~a31-1) experimental; urgency=low
659   [ Daniel Baumann ]
660   * Renaming etc directory to their actual name, examples, within source
661     tree.
662   * Simplyfing scripts declaration in Makefile.
664   [ chals ]
665   * Fixing fuzzy strings in Spanish translation of man pages.
667   [ Daniel Baumann ]
668   * Removing live-reconfigure, not used anymore.
669   * Removing live-preseed, not used anymore.
670   * Unbreaking cmdline parsing after variable rename.
671   * Moving off remaining functions from main boot script to subscript
672     for later cleanup.
674  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 21:44:44 +0200
676 live-boot (3.0~a30-1) experimental; urgency=low
678   * Removing dead lang2locale function and associated files, not used
679     anywhere.
680   * Converting select_eth_device initramfs-tools pre-mount script into
681     regular live-boot script.
682   * Consistenly using 'true' instead of 'Yes' or 'yes' when using
683     booleans.
684   * Removing some dead boot parameters.
685   * Splitting out integrity-check function to subscript.
686   * Rewriting live-media checksum verification to work with any SHA and
687     MD5 digests.
688   * Updating read-only handling to new parameter handling.
689   * Updating internal cmdline handling.
690   * Updating swapon handling to new parameter handling.
691   * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
692   * Splitting out swap handling and rewriting to a live-boot subscript.
693   * Moving validateroot bottom script into main boot script itself.
694   * Removing exporting of variables for reviewed options in the cmdline
695     function, not required.
696   * Removing fastboot handling, the normal system handles this via
697     'fastboot' bootparameter already.
698   * Transforming persistence_excludes bottom script into normal live-
699     boot script.
700   * Transforming fstab bottom script into normal live-boot script.
701   * Transforming networking bottom script into normal live-boot script.
702   * Simplyfing initramfs-tools specific files within the source tree.
704  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 19:37:54 +0200
706 live-boot (3.0~a29-1) experimental; urgency=low
708   * Automatically translate date formats in po files.
709   * Starting initramfs-tools specific subdirectory within the source-
710     tree.
711   * Replacing live initramfs-tools script with empty stub that calls the
712     real, in future being initramfs-tools independent, script from
713     /lib/live.
714   * Splitting out a first bunch of functions out to /live/live/boot/.
715   * Moving out live-helpers from initramfs-tools specifics.
716   * Adding commented 'set -e' explicitly in all subscripts to avoid
717     running it with 'set -e' until we've made sure it's properly
718     working.
719   * Moving out live-functions from initramfs-tools specifics.
720   * Removing live-premount modules script, not needed anymore.
721   * Converting read-only initramfs-tools pre-mount script into regular
722     live-boot script.
724  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 16:00:59 +0200
726 live-boot (3.0~a28-1) experimental; urgency=low
728   [ Tails developers ]
729   * Improving robustness of findiso cleanup process.
730   * Using fromiso in most places where isofrom was used, thanks to
731     adrian15 <adrian15sgd@gmail.com>.
732   * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
733     thanks to adrian15 <adrian15sgd@gmail.com>.
734   * Improving robustness of fromiso cleanup process with is_mountpoint
735     (Closes: #668100).
737   [ Daniel Baumann ]
738   * Using boot.log and /var/log/live/boot.log respectively for overall
739     consistency within all debian-live tools.
741   [ Ian Reinhart Geiser ]
742   * Fix to allow for multiple rof when exposed roots is disabled.
744   [ Tails developers ]
745   * Implement and make use of robust list functions.
747   [ chals ]
748   * Fixing several typos in man pages.
749   * Adding initial Spanish translation of man pages.
751   [ Evgeni Golov ]
752   * Fixing two typos and a wrong word in comments.
754  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 17:31:32 +0200
756 live-boot (3.0~a27-1) experimental; urgency=low
758   [ Daniel Baumann ]
759   * Only looking at boot.d files if they have the .conf suffix to allow
760     putting other files into these places that do not necessarily need
761     to be used by live-boot (e.g. documentation).
762   * Removing preseed bottom-script, a newly written one is now in live-
763     config where this sort of things belong.
764   * Removing header in fstab, not required.
765   * Removing outdated and broken accessibility script, this will be
766     redone in live-config properly.
767   * Replacing 'illegal' with better fitting 'invalid' for wrongly
768     crafted input examples in live.persist manpage.
769   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
770   * Removing user and userfullname variables in scripts/live, they are
771     not used here sind live-config anymore.
772   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
773   * Using 'persistence' (noun) rather than 'persistent'
774     (adjective/adverb) everywhere.
775   * Making extraction of the manpage section in manpages/Makefile work
776     with multiple dots in the filename.
777   * Renaming live.persist to live-persistence.conf.
779   [ Tails developers ]
780   * Adding support for the findiso boot parameter (Closes: #656135).
781   * Fixing findiso argument parsing place to match the existing
782     ordering.
783   * Removing overkill double-checking of return code in is_mountpoint
784     predicate.
785   * Fixing brace alignment to follow common code style.
786   * Removing leftover directory after unmounting.
788   [ Daniel Baumann ]
789   * Removing old docs.
790   * Merging old changelog into current changelog.
791   * Updating toplevel Makefile to work with manpages having multiple
792     dots in its filename.
793   * Renamling linkfiles option when using persistence to simply link.
795   [ Tails developers ]
796   * Allow using / as destination in custom mounts.
797   * Supress warnings when probing media for persistence.
798   * Do not probe the device mounted on /live/image for persistence.
799   * Fix typo to make home-sn snapshots work again.
800   * Only try copying snapshots if we actually found any.
802  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 09 Apr 2012 18:58:06 +0200
804 live-boot (3.0~a26-1) experimental; urgency=low
806   [ Daniel Baumann ]
807   * Updating year in copyright.
808   * Updating copyright file machine-readable format version 1.0.
809   * Updating to standards version 3.9.3.
810   * Quoting noprompt variable in initscript to avoid syntax errors,
811     thanks to Philip Newborough <corenominal@corenominal.org>.
812   * Correcting log_end_msg usages in connection with verbosity checks in
813     live-boot initscript, thanks to Pablo Barbachano
814     <pablobarbachano@yahoo.es> (Closes: #665689).
815   * Replacing live-boot initscript with a stub and moving the actual
816     code to /lib/live/boot.sh to allow different initsystem support in
817     future.
818   * Removing some of the now useless sysvinit specifics from
819     bin/boot.sh.
821   [ Tails developers ]
822   * Adding initial work on a custom mounts system.
824   [ Daniel Baumann ]
825   * Correcting indenting initial work on a custom mounts system to
826     ensure consistency.
827   * Avoid calling rm without -f in initial work on a custom mounts
828     system to ensure non-interactivity.
829   * Avoid '==' bashism in initial work on a custom mounts system to
830     ensure posix compatiblity.
832   [ Tails developers ]
833   * Prevent custom mounting in /live.
834   * Optionally symlink files from persistent source instead of mount it.
835   * Separate overlay labels for full and custom persistence.
836   * Remove some temporary custom mount related files after they're used.
838   [ Daniel Baumann ]
839   * Calling rm without -f when removing some temporary custom mount
840     related files to ensure non-interactivity.
842   [ Tails developers ]
843   * Handle custom mounts options a bit more beautifully.
844   * Continue the correct for-loop so incorrect custom mount is skipped.
845   * Refactor union mounting into its own function.
846   * Workaround busybox's inability to detect symlinks with [ -e ].
847   * Make union mounting more sensible and robust.
848   * Ignore empty lines in live.persist.
849   * Remove the correct file.
850   * Optionally mount custom mounts as unions.
851   * Fix mask usage in links_files().
853   [ Daniel Baumann ]
854   * Correcting syntax when using if constructs in links_files().
856   [ Tails developers ]
857   * Refactor persistent custom mounting from live into live-helpers.
858   * Accept using several persistent media with custom-ov label.
859   * Use same device backing path as used in other places.
860   * Close unused LUKS devices in all cases.
862   [ Daniel Baumann ]
863   * Adjusting mount calls when using nfs options (Closes: #667435).
865   [ Tails developers ]
866   * Refactor live-boot argument parser from live into live-helpers.
867   * Refactor some global variables from live into live-helpers.
868   * Refactor find_persistent_media().
869   * Add support for probing partitions' GPT name just like filesystem
870     labels.
871   * Some minor cleanups.
872   * Handle already mounted devices and closing of unused luks devices
873     better.
874   * Add backwards compatibility for old labels: live-{rw,sn} and home-
875     rw.
876   * We don't black list storage devices any more.
877   * Check if luks device is already open before trying to open it.
878   * Fixup some style issues.
879   * Refactor mounting of persistent storage media.
880   * Cleanup.
881   * Remove two FIXME:s that are not really relevant.
882   * Don't allow . or .. in live.persist paths.
883   * Use trim_path when we compare paths.
884   * Make handling of LUKS encrypted GPT partitions more sane.
885   * Handle list arguments better in get_custom_mounts().
886   * Copy ownership/perms from source to rw-branch in read-only mode.
887   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
888   * Refactor closing of persistent devices upon failure.
889   * Create the source dir for custom mounts using the 'linkfiles'
890     option.
891   * Fix ownership/perms for created union/linkfiles source dirs.
892   * Do not allow mutually exclusive custom mount options.
893   * Add a note about a potential, future code simplification.
894   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
895   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
896   * Make two custom mounts with nested source directories illegal.
897   * Improve error message.
898   * Remove cow dir contents that are in the way for custom mounts.
899   * Also create parents when creating union/linkfiles source
900     directories.
901   * Update live-boot(7) man page and add new one for live.persist(5).
902   * Delete existing files in the destination's path when creating it.
903   * Adding functions equivalent to chmod/chown --reference.
904   * Fix ownership for links created for linkfiles custom mounts.
905   * Add 'bind' option for the default behaviour of custom mounts (bind-
906     mount).
907   * Use trim_path() instead of custom sed stanza to trim /:es from
908     paths.
909   * Copy perms/ownership from source when creating linkfiles dest dirs.
910   * Make cases for all different custom mounting situations more
911     explicit.
913   [ Daniel Baumann ]
914   * Correcting left-over in author section of live.persist manpage.
915   * Moving initscript to live-config.
917  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 08:14:51 +0200
919 live-boot (3.0~a25-1) unstable; urgency=low
921   [ Daniel Baumann ]
922   * Updating to debhelper version 9.
924   [ Michal Suchanek ]
925   * Add overlayfs support (Closes: #658265).
927  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:27:38 +0100
929 live-boot (3.0~a24-1) unstable; urgency=low
931   * Removing quotes from udev path_id command to actually execute the
932     command.
934  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 09:58:23 +0100
936 live-boot (3.0~a23-1) unstable; urgency=low
938   [ Tails developers ]
939   * Enabling whiteouts support for aufs.
941   [ Daniel Baumann ]
942   * Update udevs path_id changes as of version 174, thanks to Baurzhan
943     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
945   [ Tails developers ]
946   * Adding persistent-encryption={none|luks}.
947   * Making persistent-encryption=luks strict.
948   * Making sure dm-crypt is loaded when dealing with LUKS devices.
949   * Adding persistent-storage=TYPE...
950   * Removing now obsolete persistent=* arguments.
951   * Adding persistent-method=METHOD...
952   * Fixing an incorrectly redirected newline.
953   * Clarifying what happens when you don't retry decrypting a device.
954   * Refactoring device scanning in find_{cow_device,files}.
955   * Making use of is_supported_fs in find_cow_devices (like in
956     find_files).
957   * Refactoring overlay and snapshot scanning code.
958   * Fixing a "sh: bad number" when $offset is not passed to
959     setup_loop().
960   * Disabling persistent-encryption=luks if dependencies are
961     unavailable.
962   * Adding persistent-read-only boot parameter.
963   * Changing persistent-encryption to accept a list TYPE... instead.
964   * Updating live-boot man page for persistent-encryption.
965   * Updating live-boot man page for persistent-storage.
966   * Updating live-boot man page for persistent-method.
967   * Updating and rewording live-boot man page for the persistent option.
968   * Making persistent-read-only work for home-rw overlays.
969   * Making persistent-read-only work for live-rw overlays.
970   * Updating live-boot man page for persistent-read-only.
971   * Adding workaround for a busybox bug with grep -w.
973  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Nov 2011 18:26:11 +0100
975 live-boot (3.0~a22-1) unstable; urgency=low
977   [ Daniel Baumann ]
978   * Using compression level 9 also for binary packages.
979   * Updating matching in is_nice_device to, amongst others, match for
980     virtio devices.
981   * Include overlayfs modules in initramfs if existing.
983   [ Marco Amadori ]
984   * Fix live-snapshot exclude.list handling (Closes: #610337)
986   [ Daniel Baumann ]
987   * Sorting overrides in rules alphabetically.
989  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Nov 2011 11:37:28 +0100
991 live-boot (3.0~a21-1) unstable; urgency=low
993   [ Daniel Baumann ]
994   * Silencing rmdir calls in makefile.
995   * Printing out a warning message in initramfs-tools hook if backend is
996     installed but no live-boot package, exiting early and not breaking
997     update-initramfs (Closes: #639884).
999   [ Tails developers ]
1000   * Fixing cache_path: cache non-executable libs dependencies as well.
1001   * Fixing cache_path: taking into account the three forms of ldd output
1002     lines.
1003   * Adding a white_listed_devices parameter to find_cow_device and
1004     find_files.
1005   * Factorizing loops on removable/non-removable devices.
1006   * Adding support for persistent-media={removable,removable-usb}.
1007   * Silencing umount in case live/image was unmounted already, extracted
1008     from a patch by Michael Schierl <schierlm@gmx.de>.
1009   * Erroring out in case a "wrong" filesystem was chosen.
1011   [ Daniel Baumann ]
1012   * Using /usr/share/live-boot instead of unreliable
1013     /usr/share/doc/live-boot in validateroot bootscript, stripped live
1014     systems may or may not carry /usr/share/doc.
1016  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 08 Sep 2011 21:06:28 +0200
1018 live-boot (3.0~a20-1) unstable; urgency=low
1020   [ Daniel Baumann ]
1021   * Updating section for live-boot-doc.
1023   [ Ben Armstrong ]
1024   * Cross-referencing lb_config --bootappend-live.
1026   [ Daniel Baumann ]
1027   * Correcting bootappend-live reference in live-boot manpage.
1028   * Applying patch from grml to update forgotten use of live.log with
1029     live-boot.log.
1030   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
1031     support for lvm and md devices.
1033  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:20:47 +0200
1035 live-boot (3.0~a19-1) unstable; urgency=low
1037   * Correct rmdir call in top-level Makefiles uninstall target to not
1038     fail if there was no prior live-boot installation.
1039   * Making references to debian more distribution neutral.
1040   * Replacing reference to old alioth page in live-snapshot.
1041   * Splitting out documentation so that it can be accesses separately
1042     from the initramfs code.
1043   * Adding conflicts/replaces for live-boot to live-boot-doc to not
1044     break upgrades.
1046  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:28:33 +0200
1048 live-boot (3.0~a18-1) unstable; urgency=low
1050   * Updating and correcting sendsigs.omit support for /run (Closes:
1051     #628188).
1052   * Removing accidentally twice included English files when installing
1053     manpages.
1055  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:24:15 +0200
1057 live-boot (3.0~a17-1) unstable; urgency=low
1059   [ Daniel Baumann ]
1060   * Updating to standards version 3.9.2.
1061   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
1062     fuse sendsigs (Closes: #621908).
1063   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
1064   * Making copyright file distribution neutral.
1065   * Correcting top-level makefile to automatically get all the supported
1066     languages, rather than defining a static list.
1068   [ Michal Suchanek ]
1069   * Copy resolv.conf to live system root (Closes: #627178).
1070   * Tidy up resolv.conf a bit.
1072  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:31:27 +0200
1074 live-boot (3.0~a16-1) unstable; urgency=low
1076   * Adding old 2.x changelog entries in debian changelog.
1078  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Mar 2011 06:27:17 +0100
1080 live-boot (3.0~a15-1) experimental; urgency=low
1082   [ Daniel Baumann ]
1083   * Updating year in copyright.
1085   [ Marco Amadori ]
1086   * Adjust copyright entry in live-snapshot.
1087   * Protect NOPROMPT (Closes: #610941).
1089   [ Michal Suchanek ]
1090   * Simplify union mounting.
1091   * Really set limit on open files for unionfs-fuse
1092   * Add verbose messages to initramfs hook.
1094   [ T(A)ILS developers ]
1095   * Fixing remaining fromiso= bug.
1096   * Fixing syntax error.
1098  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 18:01:07 +0100
1100 live-boot (3.0~a14-1) experimental; urgency=low
1102   [ Richard Nelson ]
1103   * Populate adapters in /etc/network/interfaces when ethdevice= on
1104     cmdline.
1106   [ Daniel Baumann ]
1107   * Removing header in copyright file.
1108   * Don't hard-depend on test target in Makefile.
1109   * Using dh auto magic in override, rather than manual make call.
1111   [ Steven Shiau ]
1112   * Removing the duplicated "the" in the live-boot.init script.
1114   [ Daniel Baumann ]
1115   * Updating auto_install overrides in rules.
1116   * Correcting live hook to include mtdblock for syslinux memdisk usage,
1117     thanks to Michael Prokop <mika@grml.org>.
1118   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1119     thanks to Michael Prokop <mika@grml.org>.
1121  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:38:56 +0100
1123 live-boot (3.0~a13-1) experimental; urgency=low
1125   [ Daniel Baumann ]
1126   * Removing legacy code for detecting removable usb sticks on kernels
1127     prior 2.6.29.
1128   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
1129     future consistency with live-config.
1130   * Adding support for custom ramdisk size (Closes: #544583).
1132   [ Ronny Standtke ]
1133   * Remounting cow read-only before prompting user to remove usb flash
1134     drive.
1136   [ Richard Nelson ]
1137   * Clean some leading whitespaces.
1139  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:27:07 +0100
1141 live-boot (3.0~a12-1) experimental; urgency=low
1143   [ T(A)ILS developers ]
1144   * Fixing fromiso= on Squeeze.
1146   [ Daniel Baumann ]
1147   * Adding dpkg source options file.
1149  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:29:48 +0100
1151 live-boot (3.0~a11-1) experimental; urgency=low
1153   [ T(A)ILS developers ]
1154   * Adding noprompt={usb,cd} feature.
1155   * Enhancing devices search ordering.
1157   [ Daniel Baumann ]
1158   * Removing deep link to bug page in the manual, since we don't have
1159     stable references yet.
1161  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:28:43 +0200
1163 live-boot (3.0~a10-1) experimental; urgency=low
1165   * Don't do anything in initscript when using toram (Closes: #601575).
1167  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:58:03 +0200
1169 live-boot (3.0~a9-1) experimental; urgency=low
1171   [ amnesia ]
1172   * Adding live-snapshot.list documentation to manpage.
1174   [ Richard Nelson ]
1175   * Removed whitespace for tabs on the skipunion option.
1177   [ T(A)ILS developers ]
1178   * Fixing overzealous blacklist usage.
1179   * Adding documentation for persistent=cryptsetup in the manpage.
1181  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:24:51 +0200
1183 live-boot (3.0~a8-1) experimental; urgency=low
1185   [ Michal Suchanek ]
1186   * Adding initial support for unionmount.
1188   [ Marco Amadori ]
1189   * Included a note about persistent-subtext (Helps: #536728).
1191   [ Daniel Baumann ]
1192   * Running manpage rebuild after manpage updates.
1193   * Updating to debhelper version 8.
1195  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:15:03 +0200
1197 live-boot (3.0~a7-1) experimental; urgency=low
1199   [ intrigeri ]
1200   * Fixing find_snap to take its second argument into account.
1202  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:46:54 +0200
1204 live-boot (3.0~a6-1) experimental; urgency=low
1206   [ Marco Amadori ]
1207   * Fix snapshots' sync-strings usage (Closes: #591330).
1208   * Fixed some snapshot related debug messages.
1209   * Added support for empty (initial) snapshots.
1211   [ Daniel Baumann ]
1212   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1213     symlinks when checking for dynamically linked files at reboot in
1214     initscript.
1216  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:51:59 +0200
1218 live-boot (3.0~a5-1) experimental; urgency=low
1220   [ Daniel Baumann ]
1221   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1222     mangling the main sudoers file in accessibility bottom script,
1223     create a new file in /etc/sudoers.d and set permissions
1224     appropriately.
1225   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1226     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1227     and AVD1 to properly boot live media.
1228   * Updating uinstall targets in makefile.
1230   [ Steven Shiau ]
1231   * Allowing to assign no gateway in networking bottom script.
1233   [ Daniel Baumann ]
1234   * Removing usplash support from initscript, usplash is dead.
1235   * Removing lenny legacy stuff from initscript.
1236   * Removing usplash support in initramfs, usplash is dead.
1237   * Adding plymouth in bug script.
1239  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:17:15 +0200
1241 live-boot (3.0~a4-1) experimental; urgency=low
1243   * Exiting with 0 in live-boot bug script (Closes: #595262).
1244   * Using boot.d instead of boot.conf.d as directory name for custom
1245     configuration files.
1247  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:46:45 +0200
1249 live-boot (3.0~a3-1) experimental; urgency=low
1251   * Updating seperators in networking bottom script to fix ip parameter
1252     parsing (Closes: #590494).
1253   * Updating live-build reference in manpages.
1254   * Adding reference to live-tools in manpages.
1255   * Checking for file existence in initramfs hook (Closes: #595264).
1257  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:28:40 +0200
1259 live-boot (3.0~a2-1) experimental; urgency=low
1261   [ Daniel Baumann ]
1262   * Removing old and unmaintained po files.
1263   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
1264     based on the work of Holger Fischer <hoo.mb@web.de> to add support
1265     for BOOTIF in cases where pxelinux is being used with IPAPPEND
1266     (Closes: #593284).
1268   [ Steven Shiau ]
1269   * Making multiple connected NICs work.
1271   [ Michael Prokop ]
1272   * Adding workaround for aufs issue in kernel versions around 2.6.33.
1274   [ Daniel Baumann ]
1275   * Using allow-hotplug instead of auto in automatically created
1276     /etc/network/interfaces file.
1278  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:27:33 +0200
1280 live-boot (3.0~a1-1) experimental; urgency=low
1282   * Switching to source format 3.0 (quilt).
1283   * Removing live-initramfs transitional package.
1284   * Removing lenny support.
1286  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 02:02:39 +0200
1288 live-boot (2.0.15-1) unstable; urgency=low
1290   [ Daniel Baumann ]
1291   * Adding live-system script from live-tools.
1292   * Updating year in copyright.
1294   [ Marco Amadori ]
1295   * Adjust copyright entry in live-snapshot.
1297  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:49:03 +0100
1299 live-boot (2.0.14-1) unstable; urgency=low
1301   [ Steven Shiau ]
1302   * Removing the duplicated "the" in the live-boot.init script.
1304   [ Daniel Baumann ]
1305   * Correcting live hook to include mtdblock for syslinux memdisk usage,
1306     thanks to Michael Prokop <mika@grml.org>.
1307   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1308     thanks to Michael Prokop <mika@grml.org>.
1310  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:51:57 +0100
1312 live-boot (2.0.13-1) unstable; urgency=medium
1314   [ Ronny Standtke ]
1315   * Remounting cow read-only before prompting user to remove usb flash
1316     drive.
1318  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:18:32 +0100
1320 live-boot (2.0.12-1) unstable; urgency=medium
1322   [ T(A)ILS developers ]
1323   * Fixing fromiso= on Squeeze.
1325  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:27:01 +0100
1327 live-boot (2.0.11-1) unstable; urgency=medium
1329   * Removing deep link to bug page in the manual, since we don't have
1330     stable references yet.
1332  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:22:02 +0200
1334 live-boot (2.0.10-1) unstable; urgency=medium
1336   * Don't do anything in initscript when using toram (Closes: #601575).
1338  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:54:58 +0200
1340 live-boot (2.0.9-1) unstable; urgency=low
1342   [ T(A)ILS developers ]
1343   * Fixing overzealous blacklist usage.
1344   * Adding documentation for persistent=cryptsetup in the manpage.
1346  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:15:54 +0200
1348 live-boot (2.0.8-1) unstable; urgency=medium
1350   [ amnesia ]
1351   * Adding live-snapshot.list documentation to manpage.
1353  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:20:12 +0200
1355 live-boot (2.0.7-1) unstable; urgency=medium
1357   [ Michal Suchanek ]
1358   * Adding initial support for unionmount.
1360   [ Marco Amadori ]
1361   * Included a note about persistent-subtext (Helps: #536728).
1363   [ Daniel Baumann ]
1364   * Running manpage rebuild after manpage updates.
1366  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:06:41 +0200
1368 live-boot (2.0.6-1) unstable; urgency=medium
1370   [ intrigeri ]
1371   * Fixing find_snap to take its second argument into account.
1373  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:48:35 +0200
1375 live-boot (2.0.5-1) unstable; urgency=low
1377   [ Marco Amadori ]
1378   * Fix snapshots' sync-strings usage (Closes: #591330).
1379   * Fixed some snapshot related debug messages.
1380   * Added support for empty (initial) snapshots.
1382   [ Daniel Baumann ]
1383   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1384     symlinks when checking for dynamically linked files at reboot in
1385     initscript.
1387  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:55:02 +0200
1389 live-boot (2.0.4-1) unstable; urgency=low
1391   [ Daniel Baumann ]
1392   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1393     mangling the main sudoers file in accessibility bottom script,
1394     create a new file in /etc/sudoers.d and set permissions
1395     appropriately.
1396   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1397     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1398     and AVD1 to properly boot live media.
1399   * Updating uinstall targets in makefile.
1401   [ Steven Shiau ]
1402   * Allowing to assign no gateway in networking bottom script.
1404   [ Daniel Baumann ]
1405   * Removing usplash support from initscript, usplash is dead.
1406   * Removing usplash support in initramfs, usplash is dead.
1407   * Adding plymouth in bug script.
1409  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:21:24 +0200
1411 live-boot (2.0.3-1) unstable; urgency=low
1413   * Exiting with 0 in live-boot bug script (Closes: #595262).
1414   * Using boot.d instead of boot.conf.d as directory name for custom
1415     configuration files.
1417  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:43:03 +0200
1419 live-boot (2.0.2-1) unstable; urgency=low
1421   * Updating seperators in networking bottom script to fix ip parameter
1422     parsing (Closes: #590494).
1423   * Updating live-build reference in manpages.
1424   * Checking for file existence in initramfs hook (Closes: #595264).
1425   * Adding live-toram script to copy the running live system to ram and
1426     eject the live media.
1428  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:25:12 +0200
1430 live-boot (2.0.1-1) unstable; urgency=low
1432   [ Michael Prokop ]
1433   * Adding workaround for aufs issue in kernel versions around 2.6.33.
1435   [ Daniel Baumann ]
1436   * Using allow-hotplug instead of auto in automatically created
1437     /etc/network/interfaces file.
1439  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:25:08 +0200
1441 live-boot (2.0.0-1) unstable; urgency=low
1443   * Updating debian-installer languagelist.
1444   * Moving configs to etc directory within the source tree.
1445   * Removing old docs.
1447  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 01:48:01 +0200
1449 live-boot (2.0~a16-1) unstable; urgency=high
1451   [ Daniel Baumann ]
1452   * Adding support for resolving DNS names from initramfs, thanks to
1453     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
1454     is based on (Closes: #589659).
1455   * Don't fail in Makefile when there's no checkbashism.
1456   * Updating package to standards version 3.9.1.
1458   [ Michal Suchanek ]
1459   * Fix omitpids to work with readonly images.
1461  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Jul 2010 20:17:11 +0200
1463 live-boot (2.0~a15-1) unstable; urgency=low
1465   * Making inclusion of languagelist conditional in live hook.
1466   * Updating depends of live-initramfs transitional package to reflect
1467     relaxed backend depends.
1469  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 17:19:16 +0200
1471 live-boot (2.0~a14-1) unstable; urgency=low
1473   * Improving backend dependencies (Closes: #589326).
1475  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 00:37:33 +0200
1477 live-boot (2.0~a13-1) unstable; urgency=low
1479   * Listing fromiso parameter in manpage (Closes: #588667).
1480   * Improving test targets in Makefile a bit.
1481   * Improving clean target in manpages Makefile a bit.
1482   * Adding Chris in copyright file (for live-snapshot that is).
1484  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 15 Jul 2010 19:31:03 +0200
1486 live-boot (2.0~a12-1) unstable; urgency=low
1488   [ Daniel Baumann ]
1489   * Adding preparations for booting through syslinux memdisk.
1491   [ Marco Amadori ]
1492   * Avoiding using busybox cpio applet, this should fix snapshot
1493     restore.
1494   * Do not print misleading debug message if the snapshot was found
1495     correctly.
1496   * Removing unreachable code in ethdevice argument handling (Closes:
1497     #588307).
1499   [ Daniel Baumann ]
1500   * Adding btrfs support.
1501   * Updating package to standards version 3.9.0.
1503  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Jul 2010 20:13:54 +0200
1505 live-boot (2.0~a11-1) unstable; urgency=low
1507   * Updating lintian overrides.
1508   * Adding missing depends in live-boot on its backend package.
1509   * Removing noautologin parameter from live script, this functionallity
1510     was moved to live-config.
1512  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jun 2010 19:14:05 +0200
1514 live-boot (2.0~a10-1) unstable; urgency=low
1516   * Removing depends on live-config in live-boot.
1517   * Adding live-config-sysvinit to depends of live-initramfs.
1518   * Alternatively depend on busybox or busybox-initramfs on live-boot-
1519     initramfs-tools.
1521  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Jun 2010 21:52:57 +0200
1523 live-boot (2.0~a9-1) unstable; urgency=low
1525   [ Michal Suchanek ]
1526   * Fix missing log_end_msg in live-boot.init.
1528  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 11 Jun 2010 18:42:23 +0200
1530 live-boot (2.0~a8-1) unstable; urgency=low
1532   * Removing serialtty bottom script.
1533   * Removing compcache configuration file.
1534   * Removing options that are now in live-config from parameters.txt.
1536  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 10 Jun 2010 12:38:52 +0200
1538 live-boot (2.0~a7-1) unstable; urgency=low
1540   [ Michal Suchanek ]
1541   * Adding initial iSCSI boot support.
1542   * Really set NETBOOT with iSCSI.
1543   * Document iscsi in the man page.
1545   [ Daniel Baumann ]
1546   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
1547     care about that now.
1549  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 20:22:33 +0200
1551 live-boot (2.0~a6-1) unstable; urgency=low
1553   [ Daniel Baumann ]
1554   * Updating update-version script.
1555   * Updating update-version script.
1556   * Removing keyboard bottom script, live-config takes care about that
1557     now.
1558   * Removing getty and login wrappers, live-config takes care about that
1559     now.
1560   * Removing configure_init bottom script, live-config takes care about
1561     that now.
1563   [ Michal Suchanek ]
1564   * Moving check for iso image in initscript from the start to the end
1565     before ejecting media.
1566   * Using sendsigs.omit to avoid killing / (Closes: #584690).
1568  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 06:03:21 +0200
1570 live-boot (2.0~a5-1) unstable; urgency=low
1572   [ Michal Suchanek ]
1573   * Fixing http boot:
1575   [ Daniel Baumann ]
1576   * Ammending 2.0~a3-1 changelog entry with bug number.
1578   [ Michal Suchanek ]
1579   * Adding support for booting iso images over http or wget.
1581   [ Daniel Baumann ]
1582   * Renaming internal ext_mountpoint variable to alt_mountpoint for
1583     clarity.
1585   [ Michal Suchanek ]
1586   * Removing leftover url= option, this ain't gonna work this way, see
1587     fetch=.
1588   * Adding DHCP debugging option.
1589   * Updating docs wrt/ httpfs.
1591   [ Daniel Baumann ]
1592   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
1593     live-config.
1594   * Removing apt_cdrom bottom script, not used anyway.
1595   * Removing some boot parameters obsoleted by live-config.
1597  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 05 Jun 2010 14:13:10 +0200
1599 live-boot (2.0~a4-1) unstable; urgency=low
1601   * Removing obsolete boot parameter from manpages.
1602   * Running checkbashisms with -f and -x in Makefile.
1604  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jun 2010 22:47:20 +0200
1606 live-boot (2.0~a3-1) unstable; urgency=low
1608   * Removing umountfs bottom script, not needed anymore (see #518463).
1610  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:28:32 +0200
1612 live-boot (2.0~a2-1) unstable; urgency=low
1614   * Removing locales  bottom script, now handled by live-config.
1615   * Simplyfing makefile a bit.
1617  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 May 2010 22:42:36 +0200
1619 live-boot (2.0~a1-1) experimental; urgency=low
1621   * Initial release.
1623  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 May 2010 10:46:39 +0200
1625 live-initramfs (1.236.2-1) unstable; urgency=medium
1627   * Removing spurious '+' when making debconf db read-only (Closes:
1628     #581808).
1630  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 18 May 2010 06:51:31 +0200
1632 live-initramfs (1.236.1-1) unstable; urgency=low
1634   * Merging casper 1.216.
1635   * Merging casper 1.217.
1636   * Merging casper 1.218.
1637   * Merging casper 1.219.
1638   * Merging casper 1.220.
1639   * Merging casper 1.221.
1640   * Merging casper 1.222.
1641   * Merging casper 1.223.
1642   * Merging casper 1.224.
1643   * Merging casper 1.225.
1644   * Merging casper 1.226.
1645   * Merging casper 1.227.
1646   * Merging casper 1.228.
1647   * Merging casper 1.229.
1648   * Merging casper 1.230.
1649   * Merging casper 1.231.
1650   * Merging casper 1.232.
1651   * Merging casper 1.233.
1652   * Merging casper 1.234.
1653   * Merging casper 1.235.
1654   * Merging casper 1.236.
1656  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 May 2010 06:03:01 +0200
1658 live-initramfs (1.215.1-1) unstable; urgency=low
1660   [ Daniel Baumann ]
1661   * Merging casper 1.200.
1662   * Merging casper 1.201.
1663   * Merging casper 1.202.
1664   * Merging casper 1.203.
1665   * Merging casper 1.204.
1666   * Merging casper 1.205.
1667   * Merging casper 1.206.
1668   * Merging casper 1.207.
1669   * Merging casper 1.208.
1670   * Merging casper 1.209.
1671   * Merging casper 1.210.
1672   * Merging casper 1.211.
1673   * Merging casper 1.212.
1674   * Merging casper 1.213.
1675   * Merging casper 1.214.
1676   * Merging casper 1.215.
1678   [ Steven Shiau ]
1679   * No timeout as running ipconfig for network booting.
1681  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 May 2010 15:52:01 +0200
1683 live-initramfs (1.199.1-1) unstable; urgency=low
1685   * Updating maintainer field.
1686   * Merging casper 1.178.
1687   * Merging casper 1.179.
1688   * Merging casper 1.180.
1689   * Merging casper 1.181.
1690   * Merging casper 1.182.
1691   * Merging casper 1.183.
1692   * Merging casper 1.184.
1693   * Merging casper 1.185.
1694   * Merging casper 1.186.
1695   * Merging casper 1.187.
1696   * Merging casper 1.188.
1697   * Merging casper 1.189.
1698   * Merging casper 1.190.
1699   * Merging casper 1.191.
1700   * Merging casper 1.192.
1701   * Merging casper 1.193.
1702   * Move dummy start target in initscript.
1703   * Merging casper 1.194.
1704   * Merging casper 1.195.
1705   * Merging casper 1.196.
1706   * Merging casper 1.197.
1707   * Merging casper 1.198.
1708   * Merging casper 1.199.
1710  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 19:19:23 +0200
1712 live-initramfs (1.177.2-1) unstable; urgency=low
1714   [ Marco Amadori ]
1715   * Do not specify 'noxino' between directories.
1717   [ Michael Prokop ]
1718   * Support bootoptions ethdevice and ethdevice-timeout for specifying
1719     from which device you want to boot from and using which timeout
1720     (being 30 seconds if unconfigured), if ethdevice is not specified
1721     try to get a working network configuration for each existing network
1722     device.
1723   * Prefer removable devices over non-removable devices, so scan them
1724     first.
1725   * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
1726     bootoption.
1727   * Do not leak modprobe options to avoid booting errors with kernel
1728     options like libata.dma=0.
1730  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 05 Apr 2010 10:07:12 +0200
1732 live-initramfs (1.177.1-1) unstable; urgency=low
1734   [ Daniel Baumann ]
1735   * Removing etch compatibility.
1736   * Merging casper 1.174.
1737   * Adding proper code comments about vol_id removal.
1738   * Merging casper 1.175.
1740   [ Steven Shiau ]
1741   * Making select_eth_device work with 2nd NIC linked only and FETCH
1742     assigned.
1743   * Moving select_eth_device from init-premount to live-premount where
1744     "udevadm" commands are not required.
1746   [ Daniel Baumann ]
1747   * Merging casper 1.176.
1748   * Merging casper 1.177.
1749   * Adding message to notify users when live-initramfs is falling back
1750     to unionfs-fuse.
1751   * Manually loading fuse when required.
1753  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Mar 2010 20:29:01 +0100
1755 live-initramfs (1.173.5-1) unstable; urgency=low
1757   [ Daniel Baumann ]
1758   * Updating contact information in copyright file.
1759   * Simplyfing initramfs triggers (Closes: #521129, #545842).
1760   * Wrapping fields in control file.
1761   * Using minimized rules file.
1762   * Simplifying wording in bug-presubj file.
1764   [ Andreas Teuchert ]
1765   * Calling udevadm settle in scripts/init-premount/select_eth_device
1766     (Closes: #570100).
1768   [ Tanguy Ortolo ]
1769   * Also respecting persistent-path parameter for snapshots (Closes:
1770     #570162).
1772  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:27:57 +0100
1774 live-initramfs (1.173.4-1) unstable; urgency=low
1776   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
1777     hack.
1778   * Correcting path in previous commit.
1779   * Disabling kaboom (Closes: #556368).
1781  -- Daniel Baumann <mail@daniel-baumann.ch>11.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
1783 live-initramfs (1.173.3-1) unstable; urgency=low
1785   * Using noxino instead of xino, as the latter is not supported by
1786     aufs2 as we need to use it.
1788  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 16:16:46 +0100
1790 live-initramfs (1.173.2-1) unstable; urgency=low
1792   [ Daniel Baumann ]
1793   * Updating homepage field in control.
1795   [ amnesia ]
1796   * Correcting live-media=removeable{,-usb} behaviour to match the
1797     documented one.
1799   [ Daniel Baumann ]
1800   * Removing unionfs workaround for kernel versions << 2.6.22, not
1801     usefull anymore.
1802   * Mounting aufs layer with detached inode index, this solves the
1803     'leaving unclean filesystem when using persistency' problem.
1804   * Removing unused syncs in initscript.
1806   [ Luigi Capriotti ]
1807   * Skip loading usb modules when quickusbmodules parameter is
1808     specified.
1810  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 11:55:41 +0100
1812 live-initramfs (1.173.1-1) unstable; urgency=medium
1814   [ intrigeri ]
1815   * Taking noprompt into account for USB flash drives as well.
1816   * Restoring opt-in behavior for local swap partitions.
1818   [ Daniel Baumann ]
1819   * Updating package to debhelper 7.
1820   * Updating package to standards 3.8.3.
1821   * Don't use dh_clean in favour of dh_prep.
1823   [ Luigi Capriotti ]
1824   * Also allowing hook= to specify files inside the image through
1825     file:// prefix.
1827   [ Daniel Baumann ]
1828   * Forwardporting and extending usage of rsync when booting with toram
1829     based on a patch from Michael Prokop <mika@grml.org>.
1831   [ Michael Prokop ]
1832   * Adding support for isofrom/fromiso bootoption.
1834   [ Daniel Baumann ]
1835   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1836     harddisk devices to read-only mode for forensics investigations.
1838   [ Michael Prokop ]
1839   * Adding support for ethdevice bootoption.
1841   [ Daniel Baumann ]
1842   * Merging casper 1.158.
1843   * Merging casper 1.159.
1844   * Merging casper 1.160.
1845   * Merging casper 1.161.
1846   * Merging casper 1.162.
1847   * Merging casper 1.163.
1848   * Merging casper 1.164.
1849   * Merging casper 1.165.
1850   * Merging casper 1.166.
1851   * Merging casper 1.167.
1852   * Merging casper 1.168.
1853   * Merging casper 1.169.
1854   * Merging casper 1.170.
1855   * Merging casper 1.171.
1856   * Merging casper 1.172.
1857   * Merging casper 1.173.
1858   * Adding skipconfig parameter to disable most customization.
1860   [ Marco Amadori ]
1861   * cpio snapshots: eval commands fix.
1863   [ Daniel Baumann ]
1864   * Updating defaults file of console-setup for squeeze, thanks to Jun
1865     NOGATA <nogajun@gmail.com> (Closes: #560187).
1866   * Adding explicit debian source version 1.0 until switch to 3.0.
1867   * Adding select_eth_device script from Frederic Boiteux
1868     <fboiteux@calistel.com>.
1869   * Including rsync conditionally.
1870   * Updating year in copyright file.
1871   * Don't panic with persistency when we can't correctly mount the
1872     filesystem (Closes: #565456).
1874   [ Ben Armstrong ]
1875   * Correcting keyboard handling for squeeze.
1876   * Only edit usplash init script if it exists.
1877   * Use klayout= for layout instead of kbd=.
1879   [ Daniel Baumann ]
1880   * Updating to standards version 3.8.4.
1882  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 16:44:08 +0100
1884 live-initramfs (1.157.4-2) unstable; urgency=high
1886   [ Michael Prokop ]
1887   * Avoid the use of fstype in a running live system, as it's
1888     a executable and not a shell function and causes problems
1889     for example within live-snapshot.
1890   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1892   [ Tzafrir Cohen ]
1893   * Adjusting grep call in is_nice_device to match new output of vol_id.
1895  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Nov 2009 19:07:41 +0100
1897 live-initramfs (1.157.4-1) unstable; urgency=medium
1899   [ Daniel Baumann ]
1900   * Forcing run of dexconf when booting with xdriver=dexconf.
1901   * Adding (experimental) forcepersistentfsck bootoption to force fsck
1902     on root persistency device.
1903   * Adding presubj for reportbug.
1904   * Removing unused sed call in update target of Makefile.
1905   * Updating included languagelist from d-i.
1906   * Correcting install calls for reportbug files in rules.
1907   * Including d-i languagelist in initrd in order evaluate l10n
1908     settings.
1909   * Updating lang2locale(); to match new d-i langualgelist format.
1910   * Adding additional two sync calls before powerof happens in order to
1911     deal with 'does not cleanly unmount' problem when using root
1912     persistency.
1913   * Updating vcs fields.
1914   * Adding auto value for xvideomode where we ensure that no
1915     configuration from the persistency layer is respected.
1917   [ Marco Amadori ]
1918   * Fixed FIXME sections in manpages.
1920   [ Daniel Baumann ]
1921   * Including udev binaries in initramfs manually for squeeze and newer
1922     (Closes: #547149).
1923   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1924     media-path when toram is used (Closes: #534878).
1925   * Simplyfing and correcting udev inclusion in initramfs hook.
1927  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Oct 2009 20:29:31 +0200
1929 live-initramfs (1.157.3-1) unstable; urgency=low
1931   [ Daniel Baumann ]
1932   * Initial commit for having support for swapfiles.
1933   * Initial commit for having support for persistency on luks.
1935   [ Marco Amadori ]
1936   * Partition snapshots works again.
1937   * Added "whole partition" snapshot resync type.
1938   * Two return code consistency fix.
1939   * Improved an useful debug string.
1940   * Cleaned a bit the snapshot feature.
1942   [ Steven Shiau ]
1943   * Making fetch to work with file on sub dir on tftp server.
1945   [ Daniel Baumann ]
1946   * Avoiding echo bashism in live-initramfs.init by using printf instead
1947     (Closes: #530128).
1948   * Correcting wrong path when disabling anacron in 25configure_init,
1949     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1950     #533046).
1951   * Removing disabling of postfix in 25configure_init, it's not
1952     appropriate for debian to do this by default. Thanks to Rui Bernardo
1953     <rui.bernardo.pt@gmail.com>.
1954   * Correcting typo in description of the ip boot parameter in live-
1955     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1956     (Closes: #532471).
1958   [ Marco Amadori ]
1959   * Removed two bashisms on live-snapshot.
1961   [ Daniel Baumann ]
1962   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1963     <l.capriotti@xbmc.org>.
1965   [ Luigi Capriotti ]
1966   * Fixing possible invalid results from function where_is_mounted by
1967     returning more than one line inwhere_is_mounted();.
1968   * Fixing relaxed permissions of / in the live filesystem.
1969   * Fixing invalid mangling of /etc/event.d/tty.
1970   * Fixing typo in snapshot file list.
1972   [ Daniel Baumann ]
1973   * Correcting cryptsetup calls for persistency on luks.
1974   * Copy live-installer-launcher desktop icon on users desktop.
1975   * Also updating USB device detection in initramfs script for linux
1976     2.6.29 and newer.
1977   * Adding missing pipe in cryptsetup call for persistency on luks
1978     partitions.
1979   * Making plainroot work (Closes: #523120).
1981   [ Marco Amadori ]
1982   * persistent=nofiles fix (Closes: 522383).
1984   [ Daniel Baumann ]
1985   * Looking for persistency partitions on luks devices only if we boot
1986     with persistent=cryptsetup.
1987   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1988     not installed.
1989   * Optimizing gnome-panel-data bottom script by leaving out the stupid
1990     things.
1992   [ Richard Nelson ]
1993   * Allow for multiple but unique persistent media.
1995  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:37:57 +0200
1997 live-initramfs (1.157.2-1) unstable; urgency=medium
1999   * Correcting fstab handling to not always append entries forever when using
2000     persistency.
2001   * Correcting kdm live-autologin handling to not always append entries forever
2002     when using persistency.
2003   * Correcting handling of locale default and environment handling to not always
2004     append entries forever when using persistency.
2005   * Correcting swap partition handling in fstab to not always append entries
2006     forever when using persistency.
2007   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
2008   * Merging swap live-bottom script into fstab script; there is no other sane
2009     possibility to prevent appending again and again in persistent mode.
2010   * Making sure that old swap entries are removed before new ones are added.
2011   * Adding cryptsetup to recommends, it's used for encrypted persistent
2012     partitions.
2013   * Restoring previous behaviour of ejecting the cd when being in non-persistent
2014     mode, thanks to Julien Cristau <jcristau@debian.org>.
2015   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
2016     and newer.
2018  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 May 2009 10:00:00 +0200
2020 live-initramfs (1.157.1-1) unstable; urgency=medium
2022   [ Daniel Baumann ]
2023   * Only snapshotting in initscript when we actually run with persistence.
2025   [ Rene Mayrhofer ]
2026   * Checking if /var/log is writable before trying to copy live.log to the newly
2027     mounted root filesystem (Closes: #516914).
2029   [ Daniel Baumann ]
2030   * Improving check in 21xdriver when we don't do anything.
2031   * Adding hack to remove live specific filesystems from umounfs initscript
2032     (Closes: #506410, #515718).
2033   * Adding comsetic line wrapping for output of local-gen messages during boot.
2034   * Merging casper 1.157.
2035   * Only calling install-keymap if it's actually installed, which is always but
2036     in minimal images the case though (Closes: #517153).
2037   * Adding silent boot parameter.
2038   * Respecting media timeout even when specificing media device manually.
2039   * Also allowing to use the removable keyword for specifying a live media.
2040   * Correcting accidental syntax error in one of the previous commits in
2041     19keyboard bottom script.
2042   * Adding removable-usb keyword to further restrict live media selection.
2043   * Correcting check for usb when using removable-usb keyword.
2044   * Correcting typo in locale bottom script.
2046  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Mar 2009 14:00:00 +0100
2048 live-initramfs (1.156.1-1) unstable; urgency=high
2050   [ Daniel Baumann ]
2051   * Revert using debhelper 7 command in rules.
2052   * Updating copyright file.
2053   * Prefixing debhelper files with package name.
2054   * Updating bug script.
2055   * Removing bashism in initscript.
2056   * Usage of dialog in initscript is not actually a todo.
2057   * Correcting medium eject message in initscript.
2058   * Making medium removal message working again with usplash.
2059   * Rewrapping init script.
2060   * Reordering rules file.
2061   * Merging casper 1.155.
2062   * Adding ext4 support.
2063   * Merging casper 1.156.
2064   * Correct eject login in initscript.
2065   * Updating parameters.txt.
2067   [ Ronny Standtke ]
2068   * Do not eject USB flash drives (Closes: #457070).
2070  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  8 Feb 2009 15:00:00 +0100
2072 live-initramfs (1.154.8-1) unstable; urgency=high
2074   [ Kai Hendry ]
2075   * Adding basic xrandr support for lenny to enforce a particular
2076     resolution through bootparameter.
2078  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Jan 2009 00:00:00 +0100
2080 live-initramfs (1.154.7-1) unstable; urgency=medium
2082   * Adding note about URL limitations in live-initramfs manpage when
2083     using fetch parameter.
2084   * Removing wc from hook again, that's an ubuntu only problem they have
2085     to care about.
2087  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jan 2009 18:00:00 +0100
2089 live-initramfs (1.154.6-1) unstable; urgency=medium
2091   * Replacing casper with live in live-new-uuid.
2092   * Including wc in initramfs (Closes: #512413).
2093   * Added missing variable quoting that lead to broken root persistence, thanks
2094     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
2095   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
2096     a path for the persistence files through persistent-path boot parameter
2097     (Closes: #512661).
2098   * Adding persistent-path to parameter list and manpage.
2099   * Actually building/cleaning manpages through targets in Makefile.
2101  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Jan 2009 02:00:00 +0100
2103 live-initramfs (1.154.5-1) unstable; urgency=low
2105   * Also checking for wicd in 23networking, thanks to Ben Armstrong
2106     <synrg@debian.org>.
2107   * Don't redirect output of fstype detection to standard out, thanks to Ronny
2108     Standtke <Ronny.Standtke@gmx.net>.
2109   * Silencing grep call on /etc/passwd.
2110   * Silencing xorg reconfiguration, thanks to Ronny Standtke
2111     <Ronny.Standtke@gmx.net>.
2113  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
2115 live-initramfs (1.154.4-1) unstable; urgency=low
2117   [ Rene Mayrhofer ]
2118   * Support further checks on loopback image and support skipping union
2119     mounts (Closes: #509446).
2121  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
2123 live-initramfs (1.154.3-1) unstable; urgency=medium
2125   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
2126     to set variables in previous bottom scripts.
2128  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
2130 live-initramfs (1.154.2-1) unstable; urgency=medium
2132   [ Daniel Baumann ]
2133   * Updating authors file.
2135   [ Marco Amadori ]
2136   * Reworked integrity-check (Closes: #507477).
2137   * Cleaned the boot log a bit.
2139  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
2141 live-initramfs (1.154.1-1) unstable; urgency=low
2143   * Merging casper 1.140-1.154.
2144   * Add a warning message when no image can be found.
2145   * Adding a panic message when we netboot and have no supported network
2146     device (Closes: #496684).
2147   * Turning 'no supported filesystem images found' into a panic message,
2148     rather than a warning.
2149   * Also adding ralink to network device check.
2150   * Removing spurious 'livefs_root' in copy_live_to();.
2152  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
2154 live-initramfs (1.139.1-4) unstable; urgency=medium
2156   [ Chris Lamb ]
2157   * Remove (accidental?) debian/changelog entry.
2158   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
2159   * Use "test -s" instead of testing file availability and size.
2160   * Be consistent in using 0/1 for True/False values instead of English
2161     representations.
2162   * Reflow some grammar in comments and in live-initramfs(7).
2163   * Reflow long 'tr'-based pipelines for readability.
2164   * Don't "cat |" to grep.
2166   [ Daniel Baumann ]
2167   * Replacing obsolete dh_clean -k with dh_prep.
2169   [ Marco Amadori ]
2170   * Changed HOSTNAME and /etc/hosts handling.
2171   * Conditional creation of /etc/fstab.
2172   * live-snapshot: fixed include-list handling.
2173   * Reordered persistence lookups and boundaries (Closes: #500672).
2174   * Search for partition labels only (Closes: #486469).
2175   * Implemented a snapshot exclude list.
2176   * Implemented a persistence exclude list.
2177   * Manpage clarifications on "nofiles".
2178   * Do not pollute the logs when looking for swap partitions.
2179   * Removed all "cat | grep", with grep, awk and sed.
2181  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
2183 live-initramfs (1.139.1-3) unstable; urgency=medium
2185   [ Chris Lamb ]
2186   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
2188   [ Daniel Baumann ]
2189   * Removing currently unused Upstream-Depends field in control.
2190   * Updating vcs fields in control file.
2191   * Sourcing live.vars in 15autologin directly, rather than to inherit
2192     from live-functions.
2194   [ Marco Amadori ]
2195   * Removed some useless spaces.
2196   * Fix default user handling.
2197   * Added a pretty vital mount debug string.
2198   * Create /etc/mtab on the initramfs ASAP.
2199   * Removed mount -n option, since mtab is there.
2200   * Re-enable "break=live-premount" debug.
2201   * Skipped some runtime duplicated execution.
2202   * Add real cpio to initramfs for snapshot's uses.
2203   * Fixed try_snap() umounting on error.
2204   * Override maybe_break from initramfs-tools.
2205   * Forces use of initramfs cpio over busybox's one.
2206   * Fixed a wrong trial to copy an unexistant snapshot.
2207   * Check for files and umount only if you can mount it first.
2208   * Included more debug and comments on persistence code.
2209   * Set -u in live-snapshot only in debug mode.
2211   [ Michael Prokop ]
2212   * Ignore errors from fstype.
2214  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
2216 live-initramfs (1.139.1-2) unstable; urgency=medium
2218   [ Daniel Baumann ]
2219   * If the filesystem type of the rootfs cannot be automatically detected, we
2220     try to assume it from the extension of the imagefile we have found. Thanks
2221     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
2222   * Setting project email address to the new debian-live@lists.debian.org.
2223   * Disabling default usage of local swap partitions. Can be enabled with the
2224     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
2225     bringing it up.
2227   [ Michal Suchanek ]
2228   * Enabling the "remove CD" prompt in splashy.
2230  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
2232 live-initramfs (1.139.1-1) unstable; urgency=medium
2234   [ Ben Voui ]
2235   * Adding support for Virtio vd[a-z] drives.
2237   [ Chris Lamb ]
2238   * Move loop-aes-tools to Suggests; live-helper should install them if
2239     required.
2240   * Remove unnecessary indentation level.
2241   * Modify hiding of harmless X.org reconfiguring messages.
2242   * Revert to using uid 1000 as PAM bug seems to have disappeared
2243     (Closes: #433076)
2244   * Hide error from attempting to "mount --move"
2245   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
2246   * Don't configure X.org if it's not installed.
2247   * Fix check for X.org.
2248   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
2249     warnings.
2250   * Silence another "script-not-executable" message for a sourced library.
2251   * Add missing pipe. Thanks to Andreas Bombe.
2252   * Shamefully adding myself to CREDITS
2253   * Tidy "Disabling update-initramfs" message.
2254   * Re-order some commands so we don't call log_begin_msg without calling
2255     log_end_msg.
2256   * Don't configure X when /usr/bin/X does not exist.
2257   * Silence 'script-not-executable' lintian warning - live-functions script is
2258     always sourced.
2259   * Fix spacing in swirl.
2260   * Override log_*_msg to print nicer status text (until #494257 is merged).
2261   * Hide "overwriting possibly-customised configuration file" in X.org setup
2262     output.
2263   * Hide "Shadow passwords are now on" status message on bootup.
2264   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
2265     functions.
2266   * Rework locale handling
2267   * Print friendly error message on live-initramfs panic.
2268   * Fix path issue with live-preseed causing noisy errors when booting.
2269   * Silence a number of annoying and distracting bootup messages.
2270   * Add missing "log_end_msg" to live-bottom/21xdriver.
2271   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
2272   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
2273   * Move some arch-indep helper utilities to Build-Depends-Indep.
2274   * Set default cow_mountopt where the other defaults are used.
2275   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
2276     "lostup"
2278   [ Daniel Baumann ]
2279   * Updating authors file.
2280   * Merging casper 1.139.
2281   * Not going over the top with exclamation marks in the panic message.
2282   * Updating credits file.
2283   * Slightely adjusting to the more widespread used ascii swirl.
2284   * Merging casper 1.138.
2285   * Merging casper 1.137.
2287   [ Marco Amadori ]
2288   * Added "-n" option to all mount commands, thanks to Peter Holik
2289     <peter@holik.at> for pointing this out.
2290   * Be sure that the discovered filesystem is not null.
2291   * The list of supported filesytems goes dynamic.
2292   * Added ntfs filesystem to the initramfs.
2294   [ Michael Prokop ]
2295   * Move sourcing of live-functions in 38disable_restricted_manager to correct
2296     place.
2298   [ Steven Shiau ]
2299   * Adding support for using tftp in fetch= parameter.
2300   * Another fix about using udevsettle or "udevadm settle".
2302  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
2304 live-initramfs (1.136.3-1) unstable; urgency=medium
2306   [ Michael Prokop ]
2307   * Make sure mounting /cow-tmpfs provides mount options.
2309  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jul 2008 00:00:00 +0200
2311 live-initramfs (1.136.2-1) unstable; urgency=medium
2313   * Replacing previous imperfect changes for udevadm with check for
2314     udevadm and using old commands when beeing on etch. Also handling
2315     udevtrigger with udevadm if available.
2316   * Correcting httpfs2 inclusion in hook.
2318  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 16 Jul 2008 00:00:00 +0200
2320 live-initramfs (1.136.1-1) unstable; urgency=medium
2322   [ Chris Lamb ]
2323   * Fix call to log_warning_msg. Thanks to Bradley Smith
2324     <brad@brad-smith.co.uk>.
2325   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
2326     kernels on powerpc.
2327   * Check losetup capabilities before specifying to mount as read-only.
2328   * Modprobe 'esp' SCSI driver for the benefit of sparc.
2329   * Quieten call to modprobe ide-generic.
2330   * Move local-top/live to live-premount/modules so it gets called before
2331     find_livefs.
2332   * Sync bug script "dpkg -l" calls with debian/control
2334   [ Daniel Baumann ]
2335   * Defaulting now to aufs if no union= parameter is given.
2336   * Merging casper version 1.136.
2337   * Merging casper version 1.135.
2338   * Merging casper version 1.134.
2339   * Merging casper version 1.133.
2340   * Converting udev depends into a versioned depends in order to reflect udevadm
2341     introduction.
2342   * Updating live-snapshot to GPL-3+.
2343   * Updating to standards 3.8.0.
2344   * Renaming forgotton uuid file to live-uuid.
2346   [ Marco Amadori ]
2347   * udevtrigger replacement.
2348   * live-snapshot: fixed the remount helper.
2349   * live-snapshot: now supports a static keep file list.
2350   * Try to bind /cow to /live/cow if unable to move.
2351   * live-snapshot: cleaned some wordings.
2352   * live-snapshot: included vital informations on exit.
2353   * live-snapshot: new "--refresh" option.
2354   * live-snapshot: cleaned and sorted used command line defaults.
2355   * live-snapshot: nicer default auto unmount logic.
2356   * live-snapshot: honour "-o|--output FILE".
2357   * live-snapshot: removed a useless mkdir.
2358   * live-snapshot: removed an unused and useless function.
2359   * live-snapshot: fixes snapshotting from resync string.
2361   [ Michal Suchanek ]
2362   * Add support for httpfs= and ftpfs= parameters.
2364  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
2366 live-initramfs (1.132.1-1) unstable; urgency=medium
2368   [ Chris Lamb ]
2369   * Don't escape asterisks in languagelist update code
2371   [ Daniel Baumann ]
2372   * Updating copyright header in live-snapshot.
2373   * Removing useless whitespaces and empty lines.
2374   * Correcting grammatical errors in live-snapshot description.
2375   * Removing live-snapshot version as this component is always released
2376     within live-initramfs itself.
2377   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
2378   * Merging casper 1.132.
2379   * Merging casper 1.131.
2380   * Ignoring floppy devices for live filesystem as well as live
2381     persistency.
2382   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
2383     live.log and show its messages during boot (Closes: #440238).
2384   * Updating vcs fields in control file.
2385   * Handling conflicting klibc includes with initramfs-hooks of other
2386     packages (Closes: 475783).
2388   [ Marco Amadori ]
2389   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
2390     '/mnt'" bug.
2391   * Calling live-snapshot now produces an output file.
2393   [ Michal Suchanek ]
2394   * Workaround loop-aes-utils losetup incompatibility
2395   * Fix toram (change mount --move to mount -o move)
2397  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 02 Jun 2008 00:00:00 +0200
2399 live-initramfs (1.130.1-3) unstable; urgency=high
2401   * Handle non-existing klibc includes in live hook (Closes: #475783).
2402   * Adding loop-aes-utils to recommends.
2404  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2008 16:00:00 +0200
2406 live-initramfs (1.130.1-2) unstable; urgency=medium
2408   [ Chris Lamb ]
2409   * Remove bogus dependency on Ubuntu "localechooser-data" package
2411  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Apr 2008 06:00:00 +0200
2413 live-initramfs (1.130.1-1) unstable; urgency=medium
2415   [ Chris Lamb ]
2416   * Use triggers when calling update-initramfs in postinst and postrm
2418   [ Daniel Baumann ]
2419   * Sorting some lines in live hook.
2420   * Merging casper 1.130.
2421   * Merging casper 1.129.
2422   * Adjusting code formating in maintainer scripts.
2423   * Restricting counting of installed kernels based on /boot/vmlinuz-*
2424     instead of /boot/vmlinuz*.
2426  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
2428 live-initramfs (1.128.1-1) unstable; urgency=medium
2430   [ Marco Amadori ]
2431   * Fixed a misleading debug message.
2432   * Added /cow mounting debug messages.
2433   * Fixed /cow mounting.
2434   * Klibc: added some libraries to the intramfs.
2436   [ Daniel Baumann ]
2437   * Merging casper 1.128.
2439  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
2441 live-initramfs (1.127.1-1) unstable; urgency=medium
2443   [ Daniel Baumann ]
2444   * Merging casper 1.127.
2445   * Merging casper 1.126.
2446   * Removing too early recommends to live-initscripts in control to make
2447     some people happy (Closes: #431000).
2449   [ Chris Lamb ]
2450   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
2451     (?) bug
2452   * scripts/live-helpers: Don't search ram block devices
2453   * scripts/live-helpers: Search / use case
2454   * scripts/live-helpers: Fixes for set -e
2455   * bin/live-snapshot: Vastly rework script
2456   * bin/live-snapshot: Fix argument handling (Closes: #461595)
2457   * scripts/live: Make 'nopersistent' parameter actually disable
2458     persistence
2460  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
2462 live-initramfs (1.125.1-1) unstable; urgency=medium
2464   [ Daniel Baumann ]
2465   * Merging casper 1.125.
2467   [ Chris Lamb ]
2468   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
2469   * Rename 18hostname -> 06hostname
2471  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
2473 live-initramfs (1.124.1-1) unstable; urgency=medium
2475   [ Daniel Baumann ]
2476   * Adjusting live-snapshot to live-initramfs.
2477   * Merging casper 1.124.
2478   * Adjusting 44pk_allow to live-initramfs.
2479   * Merging casper 1.123.
2480   * Merging casper 1.122.
2481   * Merging casper 1.121.
2482   * Merging casper 1.120.
2484   [ Chris Lamb ]
2485   * 99hook: Download hook script from inside target filesystem
2487  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Mar 2008 00:00:00 +0100
2489 live-initramfs (1.119.1-1) unstable; urgency=medium
2491   * Creating resolv.conf when netbooting not just when there's no
2492     resolv.conf, but also when it is empty.
2493   * Making hooks executable after fetching them.
2494   * Removing disabling of kwallet.
2495   * Merging casper 1.119.
2497  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
2499 live-initramfs (1.118.2-1) unstable; urgency=medium
2501   [ Andrey Asadchev ]
2502   * Explicitly set Xorg video driver.
2503   * Patch to use cryptsetup volumes for persistent storage.
2505   [ Daniel Baumann ]
2506   * New upstream release.
2507   * Fixing wrong email address in changelog (was bug in git-dch config).
2508   * Bumping package to policy 3.7.3.
2509   * Rewriting copyright in machine-interpretable format.
2510   * Adding hook parameter to execute custom scripts.
2511   * Adding plainroot.
2513   [ Marco Amadori ]
2514   * Now it includes lzma kernel module dependencies.
2516  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
2518 live-initramfs (1.118.1-1) unstable; urgency=medium
2520   [ Daniel Baumann ]
2521   * New upstream release.
2522   * Adding direct depends to udev, thanks to Anton Lundin
2523     <glance@acc.umu.se> (Closes: #452448).
2524   * Merging casper 1.111.
2525   * Bumping version to 1.110.1-1.
2526   * Merging casper 1.112.
2527   * Merging casper 1.113.
2528   * Adjusting to live-initramfs.
2529   * Bumping version to 1.113.1-1.
2530   * Merging casper 1.114.
2531   * Merging casper 1.115.
2532   * Merging casper 1.116.
2533   * Merging casper 1.117.
2534   * Merging casper 1.118.
2535   * Bumping version to 1.118.1-1.
2537   [ Otavio Salvador ]
2538   * debian: add mtd-tools as suggestion since it's required for jffs2
2539     support
2540   * hooks: include jffs2 kernel module on initramfs image
2541   * live-snapshot: add support to use jffs2 images
2542   * live: add support for jffs2 images and snapshots
2543   * live-helpers: add jffs2 as a valid image
2544   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
2546  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:35:00 +0100
2548 live-initramfs (1.110.7-1) unstable; urgency=medium
2550   * New upstream release.
2551   * Fixing fstab handling.
2552   * Fixing regression from mounting the ow device on a nfs volume,
2553     thanks to An-Cheng Huang <ancheng@vyatta.com>.
2555  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
2557 live-initramfs (1.110.6-1) unstable; urgency=medium
2559   * New upstream release.
2560   * Preparing live-initramfs 1.110.6-1.
2561   * Adding custom reportbug script.
2562   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
2563   * Adding checkbashsms call to test target of the Makefile as suggested
2564     by Trent W. Buck <trentbuck@gmail.com>.
2566  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
2568 live-initramfs (1.110.5-1) unstable; urgency=medium
2570   * New upstream release.
2571   * Preparing live-initramfs 1.110.5-1.
2572   * Using kdm initscript autologin overrides, thanks to Kel Modderman
2573     <kel@otaku42.de>.
2574   * Setting the kdm language, thanks to Jordi Pujol
2575     <jordi_pujol@telefonica.net>.
2576   * Adding files to the live filesystem according to the MAC number,
2577     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
2578   * Fixing some coding style issues.
2580  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
2582 live-initramfs (1.110.4-1) unstable; urgency=medium
2584   [ Daniel Baumann ]
2585   * New upstream release.
2586   * Preparing live-initramfs 1.110.3-1.
2587   * Correcting homepage field.
2588   * Correcting vcs fields.
2590   [ Jesse Hathaway ]
2591   * add support for mounting the cow device on an nfs volume
2593  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
2595 live-initramfs (1.110.3-1) unstable; urgency=medium
2597   [ Daniel Baumann ]
2598   * New upstream release.
2599   * Preparing live-initramfs 1.110.3-1.
2600   * Removing ubuntu support.
2602   [ Alex Owen ]
2603   * Fix typo to get serial console to work
2605   [ Jesse Hathaway ]
2606   * add support for exposedroot option for live-helper
2608  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
2610 live-initramfs (1.110.2-1) unstable; urgency=medium
2612   * New upstream release.
2613   * Preparing live-initramfs 1.110.2-1.
2614   * Fixing typing error.
2615   * Removing nodiratime as it is already included in noatime, thanks to Kel
2616     Modderman <kel@otaku42.de>.
2618  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
2620 live-initramfs (1.110.1-1) unstable; urgency=medium
2622   * New upstream release.
2623   * Preparing live-initramfs 1.107.2-1.
2624   * Also using nodiratime, not just noatime.
2625   * Merging casper 1.108.
2626   * Adjusting to live-initramfs.
2627   * Merging casper 1.109.
2628   * Adjusting to live-initramfs.
2629   * Merging casper 1.110.
2630   * Adjusting to live-initramfs.
2631   * Bumping version to 1.110.1-1.
2633  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
2635 live-initramfs (1.107.1-1) unstable; urgency=medium
2637   * New upstream release.
2638   * Preparing live-initramfs 1.102.4-2.
2639   * Replacing backticks with POSIX expression.
2640   * Consistently using curly brackets for variables.
2641   * Fixing bashism.
2642   * Merging casper 1.105.
2643   * Adjusting to live-initramfs.
2644   * Bumping version to 1.105.1-1.
2645   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
2646     cow mount rather than binding it on /live/cow. This prevents the
2647     /cow mount showing up in /proc/mounts.
2648   * Merging casper 1.106.
2649   * Adjusting to live-initramfs.
2650   * Bumping version to 1.106.1-1.
2651   * Fixing wrong homepage field.
2652   * Fixing typing error.
2653   * Merging casper 1.107.
2654   * Bumping version to 1.107.1-1.
2656  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
2658 live-initramfs (1.104.1-1) unstable; urgency=medium
2660   * New upstream release.
2662  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
2664 live-initramfs (1.102.1-1) unstable; urgency=medium
2666   * New upstream release.
2668  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
2670 live-initramfs (1.99.2-1) unstable; urgency=medium
2672   * New upstream release:
2673     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
2674       (Closes: #440235).
2676  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
2678 live-initramfs (1.99.1-1) unstable; urgency=medium
2680   * New upstream release.
2682  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
2684 live-initramfs (1.96.2-1) unstable; urgency=medium
2686   * New upstream release.
2688  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
2690 live-initramfs (1.96.1-1) unstable; urgency=medium
2692   * New upstream release.
2694  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
2696 live-initramfs (1.95.3-1) unstable; urgency=medium
2698   * New upstream release.
2700  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
2702 live-initramfs (1.95.2-1) unstable; urgency=medium
2704   * New upstream release.
2706  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
2708 live-initramfs (1.95.1-1) unstable; urgency=medium
2710   * New upstream release.
2712  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
2714 live-initramfs (1.91.6-1) unstable; urgency=medium
2716   * New upstream release.
2718  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
2720 live-initramfs (1.91.5-1) unstable; urgency=medium
2722   * New upstream release.
2724  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
2726 live-initramfs (1.91.4-1) unstable; urgency=medium
2728   * New upstream release:
2729     - Dropping transitional package, not needed anymore.
2731  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
2733 live-initramfs (1.91.3-1) unstable; urgency=medium
2735   * New upstream release.
2737  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
2739 live-initramfs (1.91.2-1) unstable; urgency=medium
2741   * New upstream release.
2743  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
2745 live-initramfs (1.91.1-1) unstable; urgency=medium
2747   * New upstream release.
2749  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
2751 live-initramfs (1.90.1-1) unstable; urgency=medium
2753   * New upstream release.
2755  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
2757 live-initramfs (1.87.6-1) unstable; urgency=medium
2759   * New upstream release.
2761  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
2763 live-initramfs (1.87.5-1) unstable; urgency=medium
2765   * New upstream release, replacing casper.
2767  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
2769 live-initramfs (1.87.4-1) unstable; urgency=medium
2771   * New upstream release.
2773  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
2775 live-initramfs (1.87.3-1) unstable; urgency=medium
2777   * New upstream release.
2779  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
2781 live-initramfs (1.87.2-1) unstable; urgency=low
2783   * New upstream release.
2785  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
2787 live-initramfs (1.87.1-1) unstable; urgency=low
2789   * Initial release, forking casper.
2791  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200