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