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