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