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