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