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