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