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