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