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