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