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