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