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