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