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