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