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