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