Merge branch 'debian'
[live-boot-grml.git] / debian / changelog
1 live-boot (3.0~a24-1) unstable; urgency=low
2
3   * Removing quotes from udev path_id command to actually execute the
4     command.
5
6  -- Daniel Baumann <daniel@debian.org>  Sun, 04 Dec 2011 09:58:23 +0100
7
8 live-boot (3.0~a23-1) unstable; urgency=low
9
10   [ Tails developers ]
11   * Enabling whiteouts support for aufs.
12
13   [ Daniel Baumann ]
14   * Update udevs path_id changes as of version 174, thanks to Baurzhan
15     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
16
17   [ Tails developers ]
18   * Adding persistent-encryption={none|luks}.
19   * Making persistent-encryption=luks strict.
20   * Making sure dm-crypt is loaded when dealing with LUKS devices.
21   * Adding persistent-storage=TYPE...
22   * Removing now obsolete persistent=* arguments.
23   * Adding persistent-method=METHOD...
24   * Fixing an incorrectly redirected newline.
25   * Clarifying what happens when you don't retry decrypting a device.
26   * Refactoring device scanning in find_{cow_device,files}.
27   * Making use of is_supported_fs in find_cow_devices (like in
28     find_files).
29   * Refactoring overlay and snapshot scanning code.
30   * Fixing a "sh: bad number" when $offset is not passed to
31     setup_loop().
32   * Disabling persistent-encryption=luks if dependencies are
33     unavailable.
34   * Adding persistent-read-only boot parameter.
35   * Changing persistent-encryption to accept a list TYPE... instead.
36   * Updating live-boot man page for persistent-encryption.
37   * Updating live-boot man page for persistent-storage.
38   * Updating live-boot man page for persistent-method.
39   * Updating and rewording live-boot man page for the persistent option.
40   * Making persistent-read-only work for home-rw overlays.
41   * Making persistent-read-only work for live-rw overlays.
42   * Updating live-boot man page for persistent-read-only.
43   * Adding workaround for a busybox bug with grep -w.
44
45  -- Daniel Baumann <daniel@debian.org>  Mon, 28 Nov 2011 18:26:11 +0100
46
47 live-boot (3.0~a22-1) unstable; urgency=low
48
49   [ Daniel Baumann ]
50   * Using compression level 9 also for binary packages.
51   * Updating matching in is_nice_device to, amongst others, match for
52     virtio devices.
53   * Include overlayfs modules in initramfs if existing.
54
55   [ Marco Amadori ]
56   * Fix live-snapshot exclude.list handling (Closes: #610337)
57
58   [ Daniel Baumann ]
59   * Sorting overrides in rules alphabetically.
60
61  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Nov 2011 11:37:28 +0100
62
63 live-boot (3.0~a21-1) unstable; urgency=low
64
65   [ Daniel Baumann ]
66   * Silencing rmdir calls in makefile.
67   * Printing out a warning message in initramfs-tools hook if backend is
68     installed but no live-boot package, exiting early and not breaking
69     update-initramfs (Closes: #639884).
70
71   [ Tails developers ]
72   * Fixing cache_path: cache non-executable libs dependencies as well.
73   * Fixing cache_path: taking into account the three forms of ldd output
74     lines.
75   * Adding a white_listed_devices parameter to find_cow_device and
76     find_files.
77   * Factorizing loops on removable/non-removable devices.
78   * Adding support for persistent-media={removable,removable-usb}.
79   * Silencing umount in case live/image was unmounted already, extracted
80     from a patch by Michael Schierl <schierlm@gmx.de>.
81   * Erroring out in case a "wrong" filesystem was chosen.
82
83   [ Daniel Baumann ]
84   * Using /usr/share/live-boot instead of unreliable
85     /usr/share/doc/live-boot in validateroot bootscript, stripped live
86     systems may or may not carry /usr/share/doc.
87
88  -- Daniel Baumann <daniel@debian.org>  Thu, 08 Sep 2011 21:06:28 +0200
89
90 live-boot (3.0~a20-1) unstable; urgency=low
91
92   [ Daniel Baumann ]
93   * Updating section for live-boot-doc.
94
95   [ Ben Armstrong ]
96   * Cross-referencing lb_config --bootappend-live.
97
98   [ Daniel Baumann ]
99   * Correcting bootappend-live reference in live-boot manpage.
100   * Applying patch from grml to update forgotten use of live.log with
101     live-boot.log.
102   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
103     support for lvm and md devices.
104
105  -- Daniel Baumann <daniel@debian.org>  Thu, 04 Aug 2011 21:20:47 +0200
106
107 live-boot (3.0~a19-1+grml.01) grml-testing; urgency=low
108
109   * Depend on quilt with a version to quiet lintian
110   * Add debian/control headers Origin, Bugs
111
112  -- Christian Hofstaedtler <ch@grml.org>  Wed, 30 Nov 2011 13:24:41 +0100
113
114 live-boot (3.0~a19-1+grml.00) unstable; urgency=low
115
116   * Resync with Debian. This brings in:
117     [ Daniel Baumann ]
118     * Updating and correcting sendsigs.omit support for /run (Closes: #628188).
119     * Removing accidentally twice included English files when installing manpages.
120     * Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-boot installation.
121     * Making references to debian more distribution neutral.
122     * Replacing reference to old alioth page in live-snapshot.
123     * Splitting out documentation so that it can be accesses separately from the initramfs code.
124     * Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades.
125
126   * Grml changes:
127     [ Ulrich Dangel ]
128     * [8424e93] Use quilt instead of dpatch
129     * [86ca4d5] Remove old manpage live-snapshot.it.1.txt
130     * [7fb9e91] Support comma delimited devices in live-media-path
131     * [6b21c57] Depend on the same live-boot-initramfs-tools/live-boot-backend version.
132   
133     [ Christian Hofstaedtler ]
134     * Rename packages to not clash with Debian.
135     * Resynced with Debian.
136
137  -- Christian Hofstaedtler <ch@grml.org>  Mon, 25 Jul 2011 02:26:40 +0200
138
139 live-boot (3.0~a19-1) unstable; urgency=low
140
141   * Correct rmdir call in top-level Makefiles uninstall target to not
142     fail if there was no prior live-boot installation.
143   * Making references to debian more distribution neutral.
144   * Replacing reference to old alioth page in live-snapshot.
145   * Splitting out documentation so that it can be accesses separately
146     from the initramfs code.
147   * Adding conflicts/replaces for live-boot to live-boot-doc to not
148     break upgrades.
149
150  -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jul 2011 10:28:33 +0200
151
152 live-boot (3.0~a18-1) unstable; urgency=low
153
154   * Updating and correcting sendsigs.omit support for /run (Closes:
155     #628188).
156   * Removing accidentally twice included English files when installing
157     manpages.
158
159  -- Daniel Baumann <daniel@debian.org>  Sat, 11 Jun 2011 11:24:15 +0200
160
161 live-boot (3.0~a17-1+grml.01) unstable; urgency=low
162
163   * [6666658] Do not fail in multiarch environment when
164     installing libnss_dns.so.
165   * [ebdefd9] Drop installation of localized manpages
166     from upstream Makefile.
167
168  -- Michael Prokop <mika@grml.org>  Wed, 08 Jun 2011 12:15:23 +0200
169
170 live-boot (3.0~a17-1+grml.00) unstable; urgency=low
171
172   [ Christian Hofstaedtler ]
173   * [c9a70fd] Add dpatch support to build process.
174   * [a9ddc0a] Readd Grml patches.
175   * [675f2b2] Remove unused boot scripts.
176   * [c4993d4] Update debian/control for Grml.
177   * [0716b66] Ensure 10validateroot is executable.
178   * [b5b937f] Always honor the "nodhcp" boot option.
179   * [10cf847] Don't mess around with kernel/initramfs-tools' ip=.
180   * [aa93321] Networking_grml: DNS for systems without resolvconf.
181   * [2a859b8] Merge dhcphostname support into 23networking-grml.
182   * [10caf0b] Support DNS in boot environment.
183
184   [ Michael Prokop ]
185   * [6cd3977] Add patch number 19 to revert the toram bootoption
186     to expected behaviour.
187   * [65fa11b] Support dns bootoption.
188
189   [ Ulrich Dangel ]
190   * [df17b43] Support lvm devices for live-media.
191   * [8ff045c] Support raid devices as well.
192   * [2ad3c30] Change output to live-boot.log.
193   * [34b4518] Explicit specify offset parameter for setup_loop.
194     [Closes: issue1003]
195   * [3ac64e5] Remove dba from uploader as this is a Grml project.
196   * [b289379] Support static ip configuration.
197   * [1371673] Improve static version.
198   * [9487c5d] Change nodhcp patch to unset the DHCP option as well.
199   * [1662374] Support nodhcp bootoption.
200   * [7847abd] Ignore devices with no file matching the findiso parameter.
201   * [7158e84] Don't show an error message if /live/image is already
202     unmounted.
203
204  -- Michael Prokop <mika@grml.org>  Sun, 05 Jun 2011 21:29:14 +0200
205
206 live-boot (3.0~a17-1) unstable; urgency=low
207
208   [ Daniel Baumann ]
209   * Updating to standards version 3.9.2.
210   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
211     fuse sendsigs (Closes: #621908).
212   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
213   * Making copyright file distribution neutral.
214   * Correcting top-level makefile to automatically get all the supported
215     languages, rather than defining a static list.
216
217   [ Michal Suchanek ]
218   * Copy resolv.conf to live system root (Closes: #627178).
219   * Tidy up resolv.conf a bit.
220
221  -- Daniel Baumann <daniel@debian.org>  Wed, 18 May 2011 19:31:27 +0200
222
223 live-boot (3.0~a16-1) unstable; urgency=low
224
225   * Adding old 2.x changelog entries in debian changelog.
226
227  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Mar 2011 06:27:17 +0100
228
229 live-boot (3.0~a15-1) experimental; urgency=low
230
231   [ Daniel Baumann ]
232   * Updating year in copyright.
233
234   [ Marco Amadori ]
235   * Adjust copyright entry in live-snapshot.
236   * Protect NOPROMPT (Closes: #610941).
237
238   [ Michal Suchanek ]
239   * Simplify union mounting.
240   * Really set limit on open files for unionfs-fuse
241   * Add verbose messages to initramfs hook.
242
243   [ T(A)ILS developers ]
244   * Fixing remaining fromiso= bug.
245   * Fixing syntax error.
246
247  -- Daniel Baumann <daniel@debian.org>  Wed, 09 Mar 2011 18:01:07 +0100
248
249 live-boot (3.0~a14-1) experimental; urgency=low
250
251   [ Richard Nelson ]
252   * Populate adapters in /etc/network/interfaces when ethdevice= on
253     cmdline.
254
255   [ Daniel Baumann ]
256   * Removing header in copyright file.
257   * Don't hard-depend on test target in Makefile.
258   * Using dh auto magic in override, rather than manual make call.
259
260   [ Steven Shiau ]
261   * Removing the duplicated "the" in the live-boot.init script.
262
263   [ Daniel Baumann ]
264   * Updating auto_install overrides in rules.
265   * Correcting live hook to include mtdblock for syslinux memdisk usage,
266     thanks to Michael Prokop <mika@grml.org>.
267   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
268     thanks to Michael Prokop <mika@grml.org>.
269
270  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Jan 2011 13:38:56 +0100
271
272 live-boot (3.0~a13-1) experimental; urgency=low
273
274   [ Daniel Baumann ]
275   * Removing legacy code for detecting removable usb sticks on kernels
276     prior 2.6.29.
277   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
278     future consistency with live-config.
279   * Adding support for custom ramdisk size (Closes: #544583).
280
281   [ Ronny Standtke ]
282   * Remounting cow read-only before prompting user to remove usb flash
283     drive.
284
285   [ Richard Nelson ]
286   * Clean some leading whitespaces.
287
288  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:27:07 +0100
289
290 live-boot (3.0~a12-1) experimental; urgency=low
291
292   [ T(A)ILS developers ]
293   * Fixing fromiso= on Squeeze.
294
295   [ Daniel Baumann ]
296   * Adding dpkg source options file.
297
298  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:29:48 +0100
299
300 live-boot (3.0~a11-1) experimental; urgency=low
301
302   [ T(A)ILS developers ]
303   * Adding noprompt={usb,cd} feature.
304   * Enhancing devices search ordering.
305
306   [ Daniel Baumann ]
307   * Removing deep link to bug page in the manual, since we don't have
308     stable references yet.
309
310  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:28:43 +0200
311
312 live-boot (3.0~a10-1) experimental; urgency=low
313
314   * Don't do anything in initscript when using toram (Closes: #601575).
315
316  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:58:03 +0200
317
318 live-boot (3.0~a9-1) experimental; urgency=low
319
320   [ amnesia ]
321   * Adding live-snapshot.list documentation to manpage.
322
323   [ Richard Nelson ]
324   * Removed whitespace for tabs on the skipunion option.
325
326   [ T(A)ILS developers ]
327   * Fixing overzealous blacklist usage.
328   * Adding documentation for persistent=cryptsetup in the manpage.
329
330  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:24:51 +0200
331
332 live-boot (3.0~a8-1) experimental; urgency=low
333
334   [ Michal Suchanek ]
335   * Adding initial support for unionmount.
336
337   [ Marco Amadori ]
338   * Included a note about persistent-subtext (Helps: #536728).
339
340   [ Daniel Baumann ]
341   * Running manpage rebuild after manpage updates.
342   * Updating to debhelper version 8.
343
344  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:15:03 +0200
345
346 live-boot (3.0~a7-1) experimental; urgency=low
347
348   [ intrigeri ]
349   * Fixing find_snap to take its second argument into account.
350
351  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:46:54 +0200
352
353 live-boot (3.0~a6-1) experimental; urgency=low
354
355   [ Marco Amadori ]
356   * Fix snapshots' sync-strings usage (Closes: #591330).
357   * Fixed some snapshot related debug messages.
358   * Added support for empty (initial) snapshots.
359
360   [ Daniel Baumann ]
361   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
362     symlinks when checking for dynamically linked files at reboot in
363     initscript.
364
365  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:51:59 +0200
366
367 live-boot (3.0~a5-1) experimental; urgency=low
368
369   [ Daniel Baumann ]
370   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
371     mangling the main sudoers file in accessibility bottom script,
372     create a new file in /etc/sudoers.d and set permissions
373     appropriately.
374   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
375     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
376     and AVD1 to properly boot live media.
377   * Updating uinstall targets in makefile.
378
379   [ Steven Shiau ]
380   * Allowing to assign no gateway in networking bottom script.
381
382   [ Daniel Baumann ]
383   * Removing usplash support from initscript, usplash is dead.
384   * Removing lenny legacy stuff from initscript.
385   * Removing usplash support in initramfs, usplash is dead.
386   * Adding plymouth in bug script.
387
388  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:17:15 +0200
389
390 live-boot (3.0~a4-1) experimental; urgency=low
391
392   * Exiting with 0 in live-boot bug script (Closes: #595262).
393   * Using boot.d instead of boot.conf.d as directory name for custom
394     configuration files.
395
396  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
397
398 live-boot (3.0~a3-1) experimental; urgency=low
399
400   * Updating seperators in networking bottom script to fix ip parameter
401     parsing (Closes: #590494).
402   * Updating live-build reference in manpages.
403   * Adding reference to live-tools in manpages.
404   * Checking for file existence in initramfs hook (Closes: #595264).
405
406  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
407
408 live-boot (3.0~a2-1) experimental; urgency=low
409
410   [ Daniel Baumann ]
411   * Removing old and unmaintained po files.
412   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
413     based on the work of Holger Fischer <hoo.mb@web.de> to add support
414     for BOOTIF in cases where pxelinux is being used with IPAPPEND
415     (Closes: #593284).
416
417   [ Steven Shiau ]
418   * Making multiple connected NICs work.
419
420   [ Michael Prokop ]
421   * Adding workaround for aufs issue in kernel versions around 2.6.33.
422
423   [ Daniel Baumann ]
424   * Using allow-hotplug instead of auto in automatically created
425     /etc/network/interfaces file.
426
427  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
428
429 live-boot (3.0~a1-1) experimental; urgency=low
430
431   * Switching to source format 3.0 (quilt).
432   * Removing live-initramfs transitional package.
433   * Removing lenny support.
434
435  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
436
437 live-boot (2.0.15-1) unstable; urgency=low
438
439   [ Daniel Baumann ]
440   * Adding live-system script from live-tools.
441   * Updating year in copyright.
442
443   [ Marco Amadori ]
444   * Adjust copyright entry in live-snapshot.
445
446  -- Daniel Baumann <daniel@debian.org>  Tue, 01 Feb 2011 22:49:03 +0100
447
448 live-boot (2.0.14-1) unstable; urgency=low
449
450   [ Steven Shiau ]
451   * Removing the duplicated "the" in the live-boot.init script.
452
453   [ Daniel Baumann ]
454   * Correcting live hook to include mtdblock for syslinux memdisk usage,
455     thanks to Michael Prokop <mika@grml.org>.
456   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
457     thanks to Michael Prokop <mika@grml.org>.
458
459  -- Daniel Baumann <daniel@debian.org>  Fri, 24 Dec 2010 18:51:57 +0100
460
461 live-boot (2.0.13-1) unstable; urgency=medium
462
463   [ Ronny Standtke ]
464   * Remounting cow read-only before prompting user to remove usb flash
465     drive.
466
467  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:18:32 +0100
468
469 live-boot (2.0.12-1) unstable; urgency=medium
470
471   [ T(A)ILS developers ]
472   * Fixing fromiso= on Squeeze.
473
474  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
475
476 live-boot (2.0.11-1) unstable; urgency=medium
477
478   * Removing deep link to bug page in the manual, since we don't have
479     stable references yet.
480
481  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
482
483 live-boot (2.0.10-1) unstable; urgency=medium
484
485   * Don't do anything in initscript when using toram (Closes: #601575).
486
487  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
488
489 live-boot (2.0.9-1) unstable; urgency=low
490
491   [ T(A)ILS developers ]
492   * Fixing overzealous blacklist usage.
493   * Adding documentation for persistent=cryptsetup in the manpage.
494
495  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
496
497 live-boot (2.0.8-1) unstable; urgency=medium
498
499   [ amnesia ]
500   * Adding live-snapshot.list documentation to manpage.
501
502  -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
503
504 live-boot (2.0.7-1) unstable; urgency=medium
505
506   [ Michal Suchanek ]
507   * Adding initial support for unionmount.
508
509   [ Marco Amadori ]
510   * Included a note about persistent-subtext (Helps: #536728).
511
512   [ Daniel Baumann ]
513   * Running manpage rebuild after manpage updates.
514
515  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
516
517 live-boot (2.0.6-1) unstable; urgency=medium
518
519   [ intrigeri ]
520   * Fixing find_snap to take its second argument into account.
521
522  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
523
524 live-boot (2.0.5-1) unstable; urgency=low
525
526   [ Marco Amadori ]
527   * Fix snapshots' sync-strings usage (Closes: #591330).
528   * Fixed some snapshot related debug messages.
529   * Added support for empty (initial) snapshots.
530
531   [ Daniel Baumann ]
532   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
533     symlinks when checking for dynamically linked files at reboot in
534     initscript.
535
536  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
537
538 live-boot (2.0.4-1) unstable; urgency=low
539
540   [ Daniel Baumann ]
541   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
542     mangling the main sudoers file in accessibility bottom script,
543     create a new file in /etc/sudoers.d and set permissions
544     appropriately.
545   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
546     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
547     and AVD1 to properly boot live media.
548   * Updating uinstall targets in makefile.
549
550   [ Steven Shiau ]
551   * Allowing to assign no gateway in networking bottom script.
552
553   [ Daniel Baumann ]
554   * Removing usplash support from initscript, usplash is dead.
555   * Removing usplash support in initramfs, usplash is dead.
556   * Adding plymouth in bug script.
557
558  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
559
560 live-boot (2.0.3-1) unstable; urgency=low
561
562   * Exiting with 0 in live-boot bug script (Closes: #595262).
563   * Using boot.d instead of boot.conf.d as directory name for custom
564     configuration files.
565
566  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
567
568 live-boot (2.0.2-1) unstable; urgency=low
569
570   * Updating seperators in networking bottom script to fix ip parameter
571     parsing (Closes: #590494).
572   * Updating live-build reference in manpages.
573   * Checking for file existence in initramfs hook (Closes: #595264).
574   * Adding live-toram script to copy the running live system to ram and
575     eject the live media.
576
577  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
578
579 live-boot (2.0.1-1) unstable; urgency=low
580
581   [ Michael Prokop ]
582   * Adding workaround for aufs issue in kernel versions around 2.6.33.
583
584   [ Daniel Baumann ]
585   * Using allow-hotplug instead of auto in automatically created
586     /etc/network/interfaces file.
587
588  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
589
590 live-boot (2.0.0-1) unstable; urgency=low
591
592   * Updating debian-installer languagelist.
593   * Moving configs to etc directory within the source tree.
594   * Removing old docs.
595
596  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
597
598 live-boot (2.0~a16-1) unstable; urgency=high
599
600   [ Daniel Baumann ]
601   * Adding support for resolving DNS names from initramfs, thanks to
602     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
603     is based on (Closes: #589659).
604   * Don't fail in Makefile when there's no checkbashism.
605   * Updating package to standards version 3.9.1.
606
607   [ Michal Suchanek ]
608   * Fix omitpids to work with readonly images.
609
610  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
611
612 live-boot (2.0~a15-1) unstable; urgency=low
613
614   * Making inclusion of languagelist conditional in live hook.
615   * Updating depends of live-initramfs transitional package to reflect
616     relaxed backend depends.
617
618  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
619
620 live-boot (2.0~a14-1) unstable; urgency=low
621
622   * Improving backend dependencies (Closes: #589326).
623
624  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
625
626 live-boot (2.0~a13-1) unstable; urgency=low
627
628   * Listing fromiso parameter in manpage (Closes: #588667).
629   * Improving test targets in Makefile a bit.
630   * Improving clean target in manpages Makefile a bit.
631   * Adding Chris in copyright file (for live-snapshot that is).
632
633  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
634
635 live-boot (2.0~a12-1) unstable; urgency=low
636
637   [ Daniel Baumann ]
638   * Adding preparations for booting through syslinux memdisk.
639
640   [ Marco Amadori ]
641   * Avoiding using busybox cpio applet, this should fix snapshot
642     restore.
643   * Do not print misleading debug message if the snapshot was found
644     correctly.
645   * Removing unreachable code in ethdevice argument handling (Closes:
646     #588307).
647
648   [ Daniel Baumann ]
649   * Adding btrfs support.
650   * Updating package to standards version 3.9.0.
651
652  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
653
654 live-boot (2.0~a11-1) unstable; urgency=low
655
656   * Updating lintian overrides.
657   * Adding missing depends in live-boot on its backend package.
658   * Removing noautologin parameter from live script, this functionallity
659     was moved to live-config.
660
661  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
662
663 live-boot (2.0~a10-1) unstable; urgency=low
664
665   * Removing depends on live-config in live-boot.
666   * Adding live-config-sysvinit to depends of live-initramfs.
667   * Alternatively depend on busybox or busybox-initramfs on live-boot-
668     initramfs-tools.
669
670  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
671
672 live-boot (2.0~a9-1) unstable; urgency=low
673
674   [ Michal Suchanek ]
675   * Fix missing log_end_msg in live-boot.init.
676
677  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
678
679 live-boot (2.0~a8-1) unstable; urgency=low
680
681   * Removing serialtty bottom script.
682   * Removing compcache configuration file.
683   * Removing options that are now in live-config from parameters.txt.
684
685  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
686
687 live-boot (2.0~a7-1) unstable; urgency=low
688
689   [ Michal Suchanek ]
690   * Adding initial iSCSI boot support.
691   * Really set NETBOOT with iSCSI.
692   * Document iscsi in the man page.
693
694   [ Daniel Baumann ]
695   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
696     care about that now.
697
698  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
699
700 live-boot (2.0~a6-1) unstable; urgency=low
701
702   [ Daniel Baumann ]
703   * Updating update-version script.
704   * Updating update-version script.
705   * Removing keyboard bottom script, live-config takes care about that
706     now.
707   * Removing getty and login wrappers, live-config takes care about that
708     now.
709   * Removing configure_init bottom script, live-config takes care about
710     that now.
711
712   [ Michal Suchanek ]
713   * Moving check for iso image in initscript from the start to the end
714     before ejecting media.
715   * Using sendsigs.omit to avoid killing / (Closes: #584690).
716
717  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
718
719 live-boot (2.0~a5-1) unstable; urgency=low
720
721   [ Michal Suchanek ]
722   * Fixing http boot:
723
724   [ Daniel Baumann ]
725   * Ammending 2.0~a3-1 changelog entry with bug number.
726
727   [ Michal Suchanek ]
728   * Adding support for booting iso images over http or wget.
729
730   [ Daniel Baumann ]
731   * Renaming internal ext_mountpoint variable to alt_mountpoint for
732     clarity.
733
734   [ Michal Suchanek ]
735   * Removing leftover url= option, this ain't gonna work this way, see
736     fetch=.
737   * Adding DHCP debugging option.
738   * Updating docs wrt/ httpfs.
739
740   [ Daniel Baumann ]
741   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
742     live-config.
743   * Removing apt_cdrom bottom script, not used anyway.
744   * Removing some boot parameters obsoleted by live-config.
745
746  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
747
748 live-boot (2.0~a4-1) unstable; urgency=low
749
750   * Removing obsolete boot parameter from manpages.
751   * Running checkbashisms with -f and -x in Makefile.
752
753  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
754
755 live-boot (2.0~a3-1) unstable; urgency=low
756
757   * Removing umountfs bottom script, not needed anymore (see #518463).
758
759  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
760
761 live-boot (2.0~a2-1) unstable; urgency=low
762
763   * Removing locales  bottom script, now handled by live-config.
764   * Simplyfing makefile a bit.
765
766  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
767
768 live-boot (2.0~a1-1) experimental; urgency=low
769
770   * Initial release.
771
772  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200