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