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