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