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