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