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