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