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