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