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