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