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