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