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