Release new version 1:20210208+grml.5
[live-boot-grml.git] / debian / changelog
1 live-boot (1:20180603+grml.3) unstable; urgency=medium
2
3   * [d189b07] Ensure locating libnss* files doesn't fail on merged-usr
4     systems
5
6  -- Michael Prokop <mika@grml.org>  Thu, 11 Jul 2019 11:51:40 +0200
7
8 live-boot (1:20180603+grml.2) unstable; urgency=medium
9
10   * [ad4ec75] Do not generate dhcp entry for loopback interface.
11     Thanks to Mykola Malkov for the bug report
12
13  -- Michael Prokop <mika@grml.org>  Fri, 08 Feb 2019 17:26:00 +0100
14
15 live-boot (1:20180603+grml.1) unstable; urgency=medium
16
17   * [f35e0cf] Sync with Debian's upstream
18     (https://salsa.debian.org/live-team/live-boot/),
19     git commit 7130a2c0b.
20   * [c8a5e53] Minimize delta to Debian's upstream/master
21   * [27bc786] Support debian_networking boot option to use Debian's
22     network behavior
23   * [52474b4] 9990-grml-networking.sh:
24     * By displaying "Preconfiguring Grml networking" it's more
25       explicit that we're running the 9990-grml-networking.sh code
26     * It's not the 23networking live-initramfs hook since quite some time,
27       update the comment for generation of /etc/network/interfaces
28     * Support also new style network device names by iterating over
29       /sys/class/net/* and skipping only the loopback interface
30
31  -- Michael Prokop <mika@grml.org>  Fri, 14 Dec 2018 15:40:36 +0100
32
33 live-boot (1:20180603) unstable; urgency=medium
34
35   [ Luca Boccassi ]
36   * Mark live-boot-doc as Multi-Arch: foreign
37   * Remove --parallel from dh to fix Lintian Warning.
38
39   [ Benjamin Drung ]
40   * Fix resolving FQDN given by DHCP
41   * Double quote to prevent globbing and word splitting
42
43  -- Raphaël Hertzog <hertzog@debian.org>  Sun, 03 Jun 2018 23:00:11 +0200
44
45 live-boot (1:20180328) unstable; urgency=low
46
47   [ Raphaël Hertzog ]
48   * Fix read-only persistence mode with overlayfs. Closes: #877776
49     Thanks to Ronny Standtke <ronny.standtke@fhnw.ch> for the patch.
50   * Add a small warning in the long description that the
51     package must not be installed on a regular system, but only in
52     a live image. Closes: #884886
53   * Strip comments from checksums files passed to "shaXsum -c"
54     Thanks to Andreas Heinlein for the report (Closes: #856482)
55
56   [ Steve McIntyre ]
57   * Repo moved to salsa
58
59   [ Benjamin Drung ]
60   * Don't replace busybox's wget by the true wget.
61     It was likely done for https support but since buster the busybox
62     provided wget has https support too. We save a lot of space by
63     doing so (8 Mb). (Closes: #885455)
64   * Avoid double slashes in some paths (Closes: #885453)
65   * Support setting upperdir tmpfs size with overlay-size boot parameter
66     (Closes: #885466)
67   * Simplify mount point handling by using /run/live instead of /lib/live/mount
68     (Closes: #886328)
69   * Add configuration variables to build a stripped down initrd
70     (Closes: #886337)
71
72   [ Daniel Reichelt ]
73   * Use klibc's mount again for fuse mounts (Closes: #868559)
74
75   [ raizo62 ]
76   * Update DNSFILE even if DNSFILE contains only commented or empty lines
77
78   [ Sameer Agrawal ]
79   * Fix ifconfig parsing (Closes: #892772)
80
81   [ Chas Williams ]
82   * Add back persistence fsck option
83   * Remove workaround for ipconfig issues
84
85   [ Benjamin Drung ]
86   * Remove sourcing /scripts/functions in components
87   * Support live-{top,premount,bottom} hooks (Closes: #884355)
88
89   [ Luca Boccassi ]
90   * Add backward compatibility rbind mount /lib/live/mount -> /run/live.
91     The paths used in the current released versions of live-boot are a
92     form of public API, and existing applications and scripts might rely
93     on them. Do a recursive bind mount of the new path on the previous one
94     so that they do not break on upgrade (see #886328).
95     This backward-compatible mount point will be deprecated and removed
96     before the Bullseye (Debian 11) release. Users are recommended to start
97     migrating to the new /run/live path as soon as possible.
98
99   [ Erik Ziegenbalg ]
100   * fromiso: add support for local ISO (ONIE)
101
102   [ Luca Boccassi ]
103   * Clarify FROMISO documentation in live-boot manpage
104   * Use HTTPS in debian/copyright (policy 4.0.0).
105   * Remove dead link to live-systems.org from debian/copyright.
106   * Bump Standards-Version to 4.1.3, no changes.
107   * Add myself to Uploaders.
108
109  -- Luca Boccassi <bluca@debian.org>  Wed, 28 Mar 2018 20:07:39 +0100
110
111 live-boot (1:20170623) unstable; urgency=medium
112
113   * Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd.
114     Closes: #864385 Thanks to Daniel Reichelt <debian@nachtgeist.net> for the
115     patch.
116   * Take into account the fact that udevadm is now in /bin and no longer in
117     /sbin. Closes: #852570
118   * Add myself to Uploaders.
119   * Bump debhelper compat to 10.
120   * Bump Standards-Version to 4.0.0.
121   * Fix spelling errors in live-boot(7).
122
123  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 23 Jun 2017 14:41:06 +0200
124
125 live-boot (1:20170112+grml.1) unstable; urgency=medium
126
127   [ Kristian Klausen ]
128   * [d73c5d5] Check /etc/live/boot.conf exist before trying copy
129   * [c409a25] Add FAT ascii iocharset support via adding the
130     "nls_ascii" module to the initrd (Closes: #850532)
131
132   [ Raphaël Hertzog ]
133   * [7d04ce6] Fix typo in nls_ascii module (nls_asci -> nls_ascii)
134   * [061976c] Add missing changelog entries
135   * [2690692] Improve removable_dev() in 9990-misc-helpers.sh when
136     /sys/block/ is empty (Closes: #847802)
137   * [d78be8a] Multiple cleanups to appease lintian.
138   * [4ccc833] Prepare release to unstable
139   * [aac9014] Only copy /etc/live/boot if it exists
140
141   [ Evgeni Golov ]
142   * [b88a8da] fix nodhcp option to actually force DHCP off. Thanks to
143     Frank Lillo <frank.lillo@gecoinc.com> (Closes: #785345)
144
145  -- Michael Prokop <mika@grml.org>  Sun, 26 Mar 2017 10:19:17 +0200
146
147 live-boot (1:20160511+grml.1) unstable; urgency=medium
148
149   The "capetown AKA debconf16" release
150
151   [ Evgeni Golov ]
152   * [d7a4f37] allow the use of multiple initramfs hooks and scripts again
153   * [16ee41d] make copying libnss_dns.so.* unconditionally
154   * [11a6c11] fix detection of (no)persistence option in read-only mode
155   * [03fc557] update manpages with default overlay filesystem
156
157   [ Ulrich Dangel ]
158   * [f747483] Add kms modules to initramfs
159
160   [ Michael Prokop ]
161   * [1799c46] Try loading phram module twice to fix loading issue.
162   * [ac5eb22] Revert toram bootoption to expected behaviour.
163   * [e3cbd82] Enable write-mode for persistency related devices in
164     readonly/forensic mode
165   * [da50dd4] ignore "unknown" filesystems in is_supported_fs()
166   * [6f465dd] Support dns bootoption.
167   * [de513c1] Drop deprecated live-boot-grml init script
168   * [a00236b] debian/rules: drop deprecated build target
169   * [54c3318] debian/rules: drop dpatch workaround which is no longer
170     needed
171   * [a4eba80] Drop dpkg trigger for update-initramfs
172   * [010800e] Adjust permissions of backend/initramfs-tools/kms.hook
173   * [7da805e] Bump Standards-Version to 3.9.8
174   * [50ff238] Revert "Copy /etc/live/boot{,.conf} to initramfs"
175
176   [ Wolfgang Scheicher ]
177   * [30b31df] Enable multiple lower layers for overlayfs
178
179   [ Russell Stuart ]
180   * [4ec4294] default the host in fetch urls to be ROOTSERVER if it is
181     blank (Closes: #800498)
182
183   [ Raphaël Hertzog ]
184   * [e81e9c6] Update build system to rely on "dpkg-parsechangelog -S
185     Version" instead of outdated VERSION file.
186   * [e75ad2c] Fix typo in variable name
187   * [3d23fca] No longer modify PATH to point to /root (Closes: #823069)
188   * [cbf1f9d] Some fixups to ensure we work with busybox/klibc-utils
189   * [3d30fee] Drop debian/source/*options and dh_builddeb override
190   * [40bb20f] Prepare for release
191
192   [ Kristian Klausen ]
193   * [b98d289] Copy /etc/live/boot{,.conf} to initramfs
194
195  -- Michael Prokop <mika@grml.org>  Tue, 05 Jul 2016 19:36:14 +0200
196
197 live-boot (1:20160511) unstable; urgency=medium
198
199   * Team upload.
200   * Update build system to rely on "dpkg-parsechangelog -S Version" instead
201     of outdated VERSION file.
202   * No longer modify PATH to point to /root and thus stop using executables
203     from /root. Closes: #823069
204   * Drop debian/source/local-options as the only option it contained was
205     not applicable to 3.0 (native) source format.
206   * Drop debian/source/options and dh_builddeb override as XZ compression is
207     the default now.
208
209  -- Raphaël Hertzog <hertzog@debian.org>  Wed, 11 May 2016 11:40:37 +0200
210
211 live-boot (1:20151213+grml.1) unstable; urgency=medium
212
213   [ Evgeni Golov ]
214   * Merge latest Debian changes.
215   * [aea94ce] add gbp.conf
216   * [9f0266a] fix "unexpected operator" error when stopping live-boot
217   * [83abdd6] Revert "restore support for old persistence media"
218   * [09d8468] remove debian/patches
219   * [0c43d97] make package native as in Debian
220   * [1a226f4] Revert "use auto instead of allow-hotplug in generated /e/n/interfaces"
221
222   [ Riccardo Murri ]
223   * [3f6c7f2] Allow selecting boot eth dev by MAC address
224
225  -- Evgeni Golov <evgeni@grml.org>  Thu, 07 Jan 2016 08:47:27 +0100
226
227 live-boot (1:20151213) unstable; urgency=medium
228
229   [ Iain R. Learmonth ]
230   * Change to native package.
231   * debian/control:
232    - Added myself to uploaders.
233    - Updated Vcs-* and Homepage fields.
234
235   [ trebmuh ]
236   * Adding French translation for live-boot manpage and prep for
237     persistence.conf.
238
239   [ Carlos Zuferri ]
240   * Using 'Live Systems Project' as default project in .pot files.
241
242  -- Iain R. Learmonth <irl@debian.org>  Sun, 13 Dec 2015 16:12:07 +0000
243
244 live-boot (5.0~a5-2) unstable; urgency=low
245
246   * Removing myself from uploaders, lost trust in Debian (#804315).
247
248  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 20 Nov 2015 13:04:24 +0100
249
250 live-boot (5.0~a5-1) unstable; urgency=low
251
252   [ Richard Nelson ]
253   * Adjusting whitespace to tabs on components/9990-overlay.sh
254   * Adjusting whitespace to tabs on components/9990-misc-helpers.sh
255   * Adjusting whitespace to tabs on components/9990-mount-http.sh
256
257   [ Daniel Baumann ]
258   * Wrap and sort debian control file.
259
260   [ Steven Shiau ]
261   * Support predictable network interface names.
262
263  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 Aug 2015 10:55:32 +0200
264
265 live-boot (5.0~a4-1+grml.1) unstable; urgency=medium
266
267   [ Evgeni Golov ]
268   * Import 5.0~a4-1 from Debian.
269   * [3a7cc5f] drop stop-using-etc-fstab.d.patch, applied upstream
270   * [ee5831d] Drop genext2fs from Depends, live-snapshot is long gone
271   * [8e37c83] update 15_networking_grml.patch against live-boot 5.0
272   * [600ec8b] do not run dh with quilt, we have source format 3.0
273   * [26c670d] drop patches, we have everything in git now
274   * [5f1c62a] create a single debian patch :/
275   * [214cc03] use auto instead of allow-hotplug in generated /e/n/interfaces
276     (Closes: issue1568)
277   * [6795067] backport Allow-selecting-boot-eth-dev-by-MAC-address.patch
278     from upstream
279
280   [ Laurens Vanderhoven ]
281   * [5eb34d4] Allow +2 nameserver entries for dns= boot option
282     (Closes: issue1234)
283
284  -- Evgeni Golov <evgeni@grml.org>  Tue, 18 Aug 2015 14:14:10 +0200
285
286 live-boot (5.0~a4-1) unstable; urgency=low
287
288   [ Tails developers ]
289   * Logging a warning when an expected image file is missing.
290   * Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far
291     are:
292   * Removing attempt to mount overlayfs in an obsolete way.
293   * Cleaning up comment to keep only the part that's relevant here.
294   * Adding missing quotes.
295   * Removing obsolete code.
296   * Refactoring duplicate identical call to mount.
297
298   [ Daniel Baumann ]
299   * Switching default union filesystem to overlay, wheezy systems can use
300     union=aufs for the time being.
301
302  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 17 May 2015 21:04:01 +0200
303
304 live-boot (5.0~a3-1) unstable; urgency=low
305
306   [ Tails developers ]
307   * Patch by Steven Shiau <steven@nchc.org.tw>. The only changes so far
308     are:
309   * Removing attempt to mount overlayfs in an obsolete way.
310   * Cleaning up comment to keep only the part that's relevant here.
311   * Adding missing quotes.
312   * Removing obsolete code.
313   * Removing unused variables.
314   * Refactoring duplicate identical call to mount.
315
316   [ Daniel Baumann ]
317   * Waiting until all ethernet devices are up on multi-nic machines,
318     thanks to Chris Read <chris.read@gmail.com> (Closes: #744777).
319
320  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 28 Apr 2015 07:19:16 +0200
321
322 live-boot (5.0~a2-1) unstable; urgency=low
323
324   [ Tom Jampen ]
325   * Adding command line parameter to remove persistence.
326
327   [ Gaudenz Steinlin ]
328   * Modprobe filesystem modules before checking support.
329
330   [ victory ]
331   * Unfuzzy Japanese translation.
332
333  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Apr 2015 20:11:46 +0200
334
335 live-boot (5.0~a1-1) experimental; urgency=low
336
337   [ Tails developers ]
338   * Fixing name of overlayfs kernel module for inclusion in the initramfs
339     (Closes: #773868).
340
341   [ Daniel Baumann ]
342   * Using 'overlay' instead of 'overlayfs' everywhere, without backwards
343     compatibility (Closes: #773881).
344   * Dropping unionfs-fuse support:
345   * Dropping unionfs support, long superseeded with aufs.
346   * Dropping unionmount support, superseeded with overlay in mainline
347     kernel.
348   * Updating manpages for union= boot parameter.
349   * Simplifying code a bit after removal of no longer supported overlay
350     alternatives.
351   * Updating year in copyright notices to 2015.
352
353  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Jan 2015 21:50:28 +0100
354
355 live-boot (4.0.2-1) unstable; urgency=low
356
357   [ Daniel Baumann ]
358   * Dropping usage of /etc/fstab.d since util-linux removed it, thanks to
359     Evgeni Golov <evgeni+git@golov.de> for reporting it.
360
361   [ Jan Blunck ]
362   * Fix spelling of unknown
363   * Suppress annoying but harmless warning about unknown module
364
365  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 10 Dec 2014 10:36:04 +0100
366
367 live-boot (4.0.1-1+grml.3) unstable; urgency=medium
368
369   [ Evgeni Golov ]
370   * [ca03a16] update stop-using-etc-fstab.d.patch to latest upstream
371     version
372
373  -- Michael Prokop <mika@grml.org>  Thu, 13 Nov 2014 09:56:07 +0100
374
375 live-boot (4.0.1-1+grml.2) unstable; urgency=medium
376
377   * stop using /etc/fstab.d
378
379  -- Evgeni Golov <evgeni@debian.org>  Thu, 30 Oct 2014 07:31:08 +0100
380
381 live-boot (4.0.1-1+grml.1) unstable; urgency=medium
382
383   * Import 4.0.1-1 from Debian.
384
385  -- Evgeni Golov <evgeni@grml.org>  Sun, 26 Oct 2014 11:31:59 +0100
386
387 live-boot (4.0.1-1) unstable; urgency=low
388
389   [ victory ]
390   * Change a wording and fix a typo in the po header, in Japanese
391     translation.
392
393   [ Daniel Baumann ]
394   * Updating to standards version 3.9.6.
395
396   [ Carlos Zuferri ]
397   * Fixing typo in warning message.
398
399   [ Daniel Baumann ]
400   * Dropping empty German manpage translations.
401
402  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Oct 2014 14:26:22 +0200
403
404 live-boot (4.0.0-1+grml.1) unstable; urgency=medium
405
406   * Import 4.0.0-1 from Debian.
407
408  -- Evgeni Golov <evgeni@grml.org>  Thu, 28 Aug 2014 17:55:20 +0200
409
410 live-boot (4.0.0-1) unstable; urgency=low
411
412   [ Carlos Zuferri ]
413   * Removing obsolete flag '--no-backups' from po4a options.
414   * Adding '--package-version' to po4a options.
415   * Adding .po integrity check target to manpages/Makefile.
416
417   [ Daniel Baumann ]
418   * Adding plymouth support for LUKS passwort prompt based on a patch from
419     Gaudenz Steinlin <gaudenz@debian.org> (Closes: #754166).
420
421  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Aug 2014 19:52:09 +0200
422
423 live-boot (4.0~alpha21-1+grml.1) UNRELEASED; urgency=medium
424
425   * Import 4.0~alpha21 from Debian.
426
427  -- Evgeni Golov <evgeni@grml.org>  Thu, 10 Apr 2014 08:29:49 +0200
428
429 live-boot (4.0~alpha21-1) unstable; urgency=low
430
431   * Building with dh --parallel.
432
433  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:55:30 +0200
434
435 live-boot (4.0~alpha20-1) unstable; urgency=low
436
437   [ Trent W. Buck ]
438   * Fix cut-and-paste typo verify-checksums -> panic.
439
440   [ Evgeni Golov ]
441   * Properly check if $rc_server1 is not "0.0.0.0".
442   * Supporting resolvconf in the squashfs.
443   * Do not throw warnings when /tmp/custom_mounts.list does not exist.
444
445  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:38:22 +0200
446
447 live-boot (4.0~alpha19-1+grml.3) unstable; urgency=medium
448
449   * [8acc928] try to be smarter when booting a squashfs image from
450               the network and using resolvconf in it.
451
452  -- Evgeni Golov <evgeni@grml.org>  Tue, 25 Mar 2014 17:49:22 +0100
453
454 live-boot (4.0~alpha19-1+grml.2) unstable; urgency=medium
455
456   * [805c218] VLAN support via boot option "vlan=<vid>:<phydevice>"
457
458  -- Michael Prokop <mika@grml.org>  Mon, 17 Mar 2014 23:43:24 +0100
459
460 live-boot (4.0~alpha19-1+grml.1) unstable; urgency=medium
461
462   * Sync Debian's 4.0~alpha19-1.
463   * update our patches on top of Debian's 4.0~alpha19
464     Droped patches:
465      - 43_fix_udev_usage_in_is_nice_device.patch
466      - 44_fix_mdadm_usage_for_findiso.patch
467   * move Grml-specific patches to a separate subfolder
468   * move reverts/restores of old upstream behaviour to an own subdir
469   * consolidate Grml network related patches into 15_networking_grml.patch
470
471  -- Evgeni Golov <evgeni@grml.org>  Sat, 08 Mar 2014 13:59:28 +0100
472
473 live-boot (4.0~alpha19-1) experimental; urgency=low
474
475   * Updating copyright notices for 2014.
476   * Updating swap bootparameter in manpage to match code (Closes:
477     #738146).
478   * Adjusting internal file of the swap component to match its own boot
479     parameter.
480
481  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 08 Feb 2014 17:32:16 +0100
482
483 live-boot (4.0~alpha18-1) experimental; urgency=low
484
485   [ Daniel Baumann ]
486   * Adding initial Japanese live-boot manpage translation from victory
487     <victory.deb@gmail.com>.
488
489   [ chals ]
490   * Applying patch revising grammar and spelling in live-boot.7 manpage,
491     thanks to victory <victory.deb@gmail.com>.
492   * Updating live-boot translation files from the original English text.
493   * Updating Spanish translation of live-boot.7 manpage.
494
495   [ victory ]
496   * Change plurals to singular: from "a ... media" to "a ... medium".
497   * Update/sync translations.
498
499   [ Daniel Baumann ]
500   * Reading in panic boot parameter when overloading initramfs-tools
501     panic() (Closes: #729041).
502
503   [ victory ]
504   * Translated persistence.conf.5.
505   * [man-ja] Fix a typo on the translation.
506   * Fix a typo: coma -> comma.
507   * Sync translations (0af845c).
508
509  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 20 Nov 2013 11:03:46 +0100
510
511 live-boot (4.0~alpha17-1) experimental; urgency=low
512
513   [ Daniel Baumann ]
514   * Rewrapping control file.
515
516   [ Michael Prokop ]
517   * Properly boot from mdadm via findiso boot option.
518
519   [ Daniel Baumann ]
520   * Updating to standards version 3.9.5.
521   * Correcting spelling typo in overlay component breaking booting from
522     uncompressed filesystems, thanks to John Bazik <jsb@cs.brown.edu>
523     (Closes: #728250).
524
525  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 30 Oct 2013 02:44:22 +0100
526
527 live-boot (4.0~alpha16-1) experimental; urgency=low
528
529   * Updating package descriptions.
530   * Applying patch from Michael Prokop <mika@grml.org> to update udev
531     usage in is_nice_device() for newer udev versions.
532
533  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 15 Oct 2013 09:17:35 +0200
534
535 live-boot (4.0~a15-1) experimental; urgency=low
536
537   [ Jan Blunck ]
538   * Install components into /lib/live/boot folder.
539
540  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 17:21:50 +0200
541
542 live-boot (4.0~a14-1) experimental; urgency=low
543
544   [ Daniel Baumann ]
545   * Updating note about overlay file image names in live-boot manpage,
546     thanks to Peter Schaefer <peter.schaefer@physik.hu-berlin.de> (Closes:
547     #701615).
548   * Correcting debug variables through out the code to use the same one.
549   * Allowing to superseed live-boot cmdline through configuration files.
550
551   [ chals ]
552   * Updating Spanish translation of live-boot man page.
553
554   [ Steven Shiau ]
555   * Calculating size for the whole media "/live/image/", not only the dir
556     "/live/image/live/" when using toram.
557
558   [ Daniel Baumann ]
559   * Reorganizing backend in source tree.
560   * Reorganizing frontend in source tree.
561   * Reorganizing components in source tree.
562   * Replace various mentionings of scripts with components.
563   * Updating code to current coding style in a some locations.
564   * Dropping old pre-wheezy udevadm handling.
565   * Dropping old pre-wheezy persistence list handling.
566   * Replacing variable used in one place only with explicit directory for
567     simplicity.
568   * Shortening /etc/mtab conditional creation.
569   * Dropping helper function used in one place only which can be replaced
570     with a simple ls call anyway.
571   * Dropping really_export dead code.
572   * Simplifying /etc/resolv.conf generation a bit.
573   * Updating indenting in network component.
574
575   [ chals ]
576   * Updating the dates in man pages.
577   * Updating Spanish translation of man pages.
578
579   [ Jan Blunck ]
580   * Use PERSISTENCE_PATH with a trailing "/".
581   * Move check for block device to mount_persistence_media().
582   * Remount writable when moving the mountpoint of the persistence device.
583   * Blacklist devices used for /live/rootfs/* insted of /live/medium.
584   * Add support for persistence-storage type "directory".
585
586   [ Daniel Baumann ]
587   * Updating debhelper install file to include additional scripts in new
588     location.
589
590  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 13 Sep 2013 14:17:30 +0200
591
592 live-boot (4.0~a13-1+grml.5) unstable; urgency=medium
593
594   * [3b54472] Add support for label "persistence" to forensic mode
595
596  -- Michael Prokop <mika@grml.org>  Sat, 25 Jan 2014 11:45:16 +0100
597
598 live-boot (4.0~a13-1+grml.4) unstable; urgency=low
599
600   * [3d46167] Add patch to properly boot from mdadm via findiso boot
601     option [Closes: issue1270] Thanks to thinkgear for the bug report
602     and providing a test VM
603
604  -- Michael Prokop <mika@grml.org>  Tue, 15 Oct 2013 16:58:17 +0200
605
606 live-boot (4.0~a13-1+grml.3) unstable; urgency=low
607
608   * [79dceec] Update 9990-misc-helpers.sh to support latest udev version
609     [Closes: issue1278] Thanks to Michael Biebl <biebl@debian.org> for
610     helping in resolve this issue and Ulrich Dangel <mru@spamt.net>
611     for the initial patch
612
613  -- Michael Prokop <mika@grml.org>  Sat, 28 Sep 2013 11:44:52 +0200
614
615 live-boot (4.0~a13-1+grml.2) unstable; urgency=low
616
617   * [61895ec] Do not "exit" if boot option nonetworking is set but
618     "return" instead [Closes: issue1276]
619   * [85bddc0] Refresh debian/patches/
620
621  -- Michael Prokop <mika@grml.org>  Fri, 20 Sep 2013 16:38:53 +0200
622
623 live-boot (4.0~a13-1+grml.1) unstable; urgency=low
624
625   * Sync Debian's 4.0~a13.
626   * [ba11a22] drop patches that were previously backported from
627     the 4.x upstream branch
628   * [5eca029, 3a80a92, eae4296, e6023f8] refresh patches against
629     new upstream
630   * [2130827] more forwardporting of deprecated persistence options
631   * [c06cdf4] log to boot.log, not live-boot.log
632
633  -- Evgeni Golov <evgeni@grml.org>  Sun, 18 Aug 2013 10:53:12 +0200
634
635 live-boot (4.0~a13-1) experimental; urgency=low
636
637   * Increasing tftp blocksize to maximum value per RFC 2348, thanks to
638     Vincent Smeets <Vincent.VSmeets@gmail.com> (Closes: #709887).
639
640  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:45:49 +0200
641
642 live-boot (4.0~a12-1) experimental; urgency=low
643
644   * Updating manpage wrt/ quickreboot (Closes: #706686).
645   * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs
646     to make it active (Closes: #707116).
647   * Further guarding overwriting of /bin/mount by making it dependent on
648     the existence of /bin/mount.util-linux.
649
650  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 08 May 2013 08:42:54 +0200
651
652 live-boot (4.0~a11-1) experimental; urgency=low
653
654   [ chals ]
655   * Updating dates in man pages.
656   * Updating the Spanish translation of live-boot man page.
657   * Updating the Spanish translation of persistence.conf man page.
658   * Fixing the use of one preposition in the Spanish translation of the
659     man pages.
660
661   [ Daniel Baumann ]
662   * Renumbering the first three early scripts.
663   * Renaming main function to live for consistent namespace.
664   * Correcting leftovers from old variable handling for BOOTIF, thanks to
665     Andrew Jeffery <andrewj@avalon.com.au> (Closes: #703743).
666
667   [ Andrew Jeffery ]
668   * Select BOOTIF device if defined for netboot (Closes: #703744).
669   * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746).
670
671   [ Peter Schaefer ]
672   * Adding support for luks persistence with persistence files (Closes:
673     #701614).
674
675   [ David Hare ]
676   * Also blacklisting findiso and fromiso devices for luks file
677     persistence.
678
679  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 14:28:00 +0200
680
681 live-boot (4.0~a10-1) experimental; urgency=low
682
683   [ Daniel Baumann ]
684   * Debranding package for derivatives.
685
686   [ Evgeni Golov ]
687   * Fixing condition for setting rootfs_dest_backing.
688
689   [ Michael Stummvoll ]
690   * Simplifying if statement in is_live_system function.
691   * Fixing a bug with multiple files in is_live_path after the last
692     commit.
693   * Using is_live_path() in mount_images_in_directory() to avoid redundant
694     logic.
695
696  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:20:50 +0200
697
698 live-boot (4.0~a9-1) experimental; urgency=low
699
700   * Removing all references to my old email address.
701
702  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:13:18 +0100
703
704 live-boot (4.0~a8-1) experimental; urgency=low
705
706   [ Daniel Baumann ]
707   * Moving initramfs-tools entry-point to backends.
708   * Moving dracut entry-point stub to backends.
709   * Dropping pre-squeeze udev conditionals in initramfs-tools hook.
710   * Dropping conditionals in backend, stuff is either there or not but not
711     nothing in between.
712   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
713     barratt.org.uk>.
714
715   [ Evgeni Golov ]
716   * Fixing invalid syntax in test for opt_link.
717   * Checking for ${overlay}, not ${device} when trying to close
718     ${overlay}.
719   * Transforming link targets so they work after the mount was moved
720     (Closes: #702421).
721
722  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:02:23 +0100
723
724 live-boot (4.0~a7-1) experimental; urgency=low
725
726   * Silencing unmounting of potentially stray tmpfs on /live/overlay.
727   * Making loadkeys call quiet in order to not mess-up persistence, thanks
728     to stack <stack@inventati.org> (Closes: #700902).
729
730  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Feb 2013 05:49:37 +0100
731
732 live-boot (4.0~a6-1) experimental; urgency=low
733
734   [ chals ]
735   * Updating Spanish translation of live-boot man page, persistence-label.
736
737   [ Daniel Baumann ]
738   * Adding 3.0.1-1 changelog entries.
739
740  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 08:57:13 +0100
741
742 live-boot (4.0~a5-1) experimental; urgency=low
743
744   [ Daniel Baumann ]
745   * Updating manpage year handling for 2013.
746
747   [ Richard Nelson ]
748   * Replace noprompt with noeject on manpage.
749
750   [ Daniel Baumann ]
751   * Updating noeject description in manpage.
752
753   [ chals ]
754   * Updating Spanish translation in respect to noeject.
755
756   [ Daniel Baumann ]
757   * Dropping dpkg compression level.
758   * Calling df with -P to avoid line wraps with overly long mountpoints.
759   * Removing some dead code in netbase parts.
760
761   [ Gaudenz Steinlin ]
762   * Fixing support for multiple squashfs images (Closes: #696494).
763   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
764     #696495).
765
766   [ Daniel Baumann ]
767   * Adding 3.0.0-1 changelog entries.
768   * Updating manpage for persistence-label, thanks to Mike Gach
769     <gach.mqt@gmail.com> (Closes: #697873).
770
771  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:29:27 +0100
772
773 live-boot (4.0~a4-1) experimental; urgency=low
774
775   * Updating year in copyright file.
776   * Supporting legacy filenames for checksums in debian within verify-
777     checksums.
778   * Correcting legacy filename for checksum files.
779   * By default including sha256sum only in progress-linux, keep md5sum
780     legacy for debian.
781   * Adding 3.0~b11-1 changelog entries.
782
783  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:37:12 +0100
784
785 live-boot (4.0~a3-1) experimental; urgency=low
786
787   [ Daniel Baumann ]
788   * Adding live-tools to recommends.
789
790   [ Michal Suchanek ]
791   * Including util-linux mount in initramfs.
792
793   [ Daniel Baumann ]
794   * Making overwriting of /bin/mount within initramfs with mount.util-
795     linux dependent on fuse usage, not on some additional boot parameter.
796   * Correcting spelling typo in bug script.
797
798   [ Richard Nelson ]
799   * Update manpage information of ip= param to correctly reflect what
800     9990-netbase.sh expects.
801
802   [ Daniel Baumann ]
803   * Cleaning up manpage po files.
804   * Adding 3.0~b10-1 changelog entries.
805
806  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:27:46 +0100
807
808 live-boot (4.0~a2-1) experimental; urgency=low
809
810   [ Tails developers ]
811   * Making the /live to /lib/live move for the persistence code.
812   * Handling already mounted persistence backing media correctly.
813   * Fixing persistence-media option when no devices are attached.
814   * Using 'local' in a safe way.
815
816   [ Daniel Baumann ]
817   * Adding 3.0~b9-1 changelog entries.
818
819  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:06:28 +0100
820
821 live-boot (4.0~a1-1) experimental; urgency=low
822
823   * Dropping specifics for squeeze based distributions.
824
825  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:58:46 +0100
826
827 live-boot (3.0.1-1+grml.1) unstable; urgency=low
828
829   * Sync Debian's 3.0.1.
830   * Backport some patches from Debian's debian-next (4.x) branch.
831
832  -- Evgeni Golov <evgeni@grml.org>  Wed, 06 Mar 2013 08:07:07 +0100
833
834 live-boot (3.0.1-1) unstable; urgency=low
835
836   [ chals ]
837   * Updating Spanish translation of live-boot man page, persistence-label.
838
839   [ Daniel Baumann ]
840   * Dropping German manpage translations stubs for the release.
841
842  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:33:17 +0100
843
844 live-boot (3.0.0-1) unstable; urgency=low
845
846   [ Daniel Baumann ]
847   * Updating manpage year handling for 2013.
848
849   [ Richard Nelson ]
850   * Replace noprompt with noeject on manpage.
851
852   [ Daniel Baumann ]
853   * Updating noeject description in manpage.
854
855   [ chals ]
856   * Updating Spanish translation in respect to noeject.
857
858   [ Daniel Baumann ]
859   * Dropping dpkg compression level.
860   * Calling df with -P to avoid line wraps with overly long mountpoints.
861
862   [ Tails developers ]
863   * Improving test for /etc/fstab.d support by testing for its existence
864     instead of /run's one.
865
866   [ Daniel Baumann ]
867   * Removing some dead code in netbase parts.
868
869   [ Gaudenz Steinlin ]
870   * Fixing support for multiple squashfs images (Closes: #696494).
871   * Fixing mounting of rootfs, cow and medium filesystems (Closes:
872     #696495).
873
874   [ Daniel Baumann ]
875   * Correcting persistence-label handling fwrt/ legacy live-boot 2.x
876     support, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
877
878  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Feb 2013 08:23:17 +0100
879
880 live-boot (3.0~b11-1) unstable; urgency=low
881
882   * Updating year in copyright file.
883   * Supporting legacy filenames for checksums in debian within verify-
884     checksums.
885   * Correcting legacy filename for checksum files.
886   * By default including sha256sum only in progress-linux, keep md5sum
887     legacy for debian.
888
889  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:32:21 +0100
890
891 live-boot (3.0~b10-1+grml.1) unstable; urgency=low
892
893   [ Evgeni Golov ]
894   * [795263e] refresh 29_support_dns_in_initramfs.patch against
895     current upstream
896   * [2045fef] drop 43_do_not_fix_mountpoints_with_live-persistence.patch,
897     applied upstream
898
899  -- Michael Prokop <mika@grml.org>  Tue, 18 Dec 2012 01:41:16 +0100
900
901 live-boot (3.0~b10-1) unstable; urgency=low
902
903   [ Daniel Baumann ]
904   * Adding live-tools to recommends.
905
906   [ Michal Suchanek ]
907   * Including util-linux mount in initramfs.
908
909   [ Daniel Baumann ]
910   * Making overwriting of /bin/mount within initramfs with mount.util-
911     linux dependent on fuse usage, not on some additional boot parameter.
912   * Correcting spelling typo in bug script.
913
914   [ Richard Nelson ]
915   * Update manpage information of ip= param to correctly reflect what
916     9990-netbase.sh expects.
917
918   [ Daniel Baumann ]
919   * Cleaning up manpage po files.
920
921   [ Evgeni Golov ]
922   * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw.
923
924  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:22:50 +0100
925
926 live-boot (3.0~b9-1+grml.1) unstable; urgency=low
927
928   [ Evgeni Golov ]
929   * [bdc44cd] drop 37_fix_legacy_persistence_handling.patch, applied
930     upstream
931
932   [ Michael Prokop ]
933   * [1aa780a] Refresh patches against current master
934   * [a133107] Add patch to drop nameserver handling from ip= boot
935     parameter
936   * [7782d4f] Add patch to restore support for persistence media with
937     LABEL=custom-ov (credits to Evgeni)
938   * [b7de9b2] Do not fix mountpoints with live-persistence.conf as
939     home-rw/live-rw (credits to Evgeni)
940
941  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2012 18:22:27 +0100
942
943 live-boot (3.0~b9-1) unstable; urgency=low
944
945   [ Tails developers ]
946   * Making the /live to /lib/live move for the persistence code.
947   * Handling already mounted persistence backing media correctly.
948   * Fixing persistence-media option when no devices are attached.
949   * Using 'local' in a safe way.
950
951  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:01:21 +0100
952
953 live-boot (3.0~b8-1+grml.1) unstable; urgency=low
954
955   The "sync with Debian's 3.0~b8-1 version" release
956
957   [ Evgeni Golov ]
958   * [ce765d3] refresh patches against Debian's 3.0~b8-1
959   * [b484d6d] allow the use of multiple initramfs hooks and scripts again
960
961  -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2012 12:51:50 +0100
962
963 live-boot (3.0~b8-1) unstable; urgency=low
964
965   * Removing eject from recommends, the script that ejects the live medium
966     is in live-config these days.
967   * Removing file from recommends, no usage of file in live-boot anymore.
968   * Updating package lists in bug script to match current implementations.
969   * Adding dpkg-source local options.
970
971  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 14:48:16 +0100
972
973 live-boot (3.0~b7-1) unstable; urgency=low
974
975   [ Daniel Baumann ]
976   * Updating file paths for /lib/live/mount. See
977     http://lists.debian.org/debian-live/2012/10/msg00021.html for more
978     information.
979   * Renaming /lib/live/mount/image to /lib/live/mount/medium. See
980     http://lists.debian.org/debian-live/2012/10/msg00023.html for more
981     information.
982   * Updating package descriptions.
983   * Properly wrap package descriptions to 80 characters per line.
984
985   [ Tails developers ]
986   * Adding support for the previous persistence configuration file name,
987     for compatibility with systems that have been deployed with live-
988     persistence.conf already.
989
990  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Nov 2012 15:04:32 +0100
991
992 live-boot (3.0~b6-1) unstable; urgency=low
993
994   * Including hfs and hfsplus modules in initrd to access filesystems on
995     apple systems.
996   * Stopping to put a tmpfs on /root/lib/live from within initramfs, it
997     over-'layered' most prominently the live systems /lib/live/config,
998     making the runtime configuration impossible and the tmpfs is not
999     used or needed in the first place anyway.
1000   * Renaming rofs to more intuitive rootfs.
1001   * Removing source-only readme file about boot scripts from the binary
1002     package.
1003   * Renaming the boot scripts readme file to fixme to make it even more
1004     obvious.
1005
1006  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 10:32:44 +0200
1007
1008 live-boot (3.0~b5-1) unstable; urgency=low
1009
1010   * Updating to standards version 3.9.4.
1011   * Removing showmounts option as it's enable always anyway.
1012   * Applying slightly modified patch from Reinhard Tartler
1013     <siretart@tauware.de> to ensure that a potentially stray tmpfs on
1014     /live/overlay gets removed to fix netboot failures (Closes:
1015     #685375).
1016
1017  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 10:07:09 +0200
1018
1019 live-boot (3.0~b4-1) unstable; urgency=low
1020
1021   * Switching to final name for the persistence configuration file
1022     'persistence.conf' in line with boot parameter.
1023   * Moving remaining stuff from /live to /lib/live to avoid further
1024     namespace pollution.
1025
1026  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 Sep 2012 13:23:33 +0200
1027
1028 live-boot (3.0~b3-1) unstable; urgency=low
1029
1030   [ Daniel Baumann ]
1031   * Always move live filesystem mounts to /root within initramfs,
1032     regardless if mountpoint already exists or not (Closes: #688782).
1033
1034   [ Gaudenz Steinlin ]
1035   * Removing mountpoint if no persistence layer is found on a device.
1036
1037   [ Daniel Baumann ]
1038   * Exposing rofs and persistence mounts under /live in the live
1039     systems, not just initramfs only (Closes: #687099).
1040   * Updating code for exposing of overlay mounts under /live too.
1041
1042  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:40:32 +0200
1043
1044 live-boot (3.0~b2-1) unstable; urgency=low
1045
1046   * Recreating /etc/live/boot in postinst.
1047   * Removing /etc/live/boot if empty on purge in postrm.
1048   * Regenerating initramfs on remove.
1049
1050  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Aug 2012 12:37:23 +0200
1051
1052 live-boot (3.0~b1-1) unstable; urgency=low
1053
1054   [ chals ]
1055   * Fixing build error in 'es' man pages caused by a newline conflict.
1056
1057   [ Daniel Baumann ]
1058   * Removing live-new-uuid, a rewritten one goes to live-tools.
1059   * Adding slightly modified patch from Steven Shiau
1060     <steven@nchc.org.tw> to transition to /run for network interface
1061     definition files which fixes resolv.conf creation for netboot.
1062
1063   [ Steven Shiau ]
1064   * Reading /conf/param.conf after Select_eth_device in main function to
1065     fix network booting (Closes: #683240).
1066
1067   [ Daniel Baumann ]
1068   * Moving reading of initramfs-tools functions to initramfs-tools
1069     script.
1070   * Consistently using case instead of if for conditionals in script
1071     boilerplate.
1072   * Laying tmpfs on /live/overlay only during initramfs stage, fixes
1073     boot failure with plain filesystems (Closes: #681579).
1074   * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven
1075     Shiau <steven@nchc.org.tw> for reporting.
1076   * Simplifying usage of copy_exec function from hooks-function in
1077     initramfs-tools hook.
1078   * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and
1079     /live/image/live/boot/*.conf instead of
1080     /live/image/live/boot.d/*.conf for consistency reasons.
1081   * Reading configuration file from filesystem and live-media at runtime
1082     too.
1083   * Reading configuration files in initramfs-tools hook too.
1084
1085   [ Steven Shiau ]
1086   * Adding support for nameserver in ip= boot parameter.
1087
1088   [ Daniel Baumann ]
1089   * Making nameserver assignment from ip= bootparameter work with
1090     persistence.
1091   * Correcting permissions of /tmp which apparently somehow get mixed up
1092     along the way.
1093   * Updating scripts readme about transition to plugin based
1094     architecture.
1095
1096  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Aug 2012 12:21:04 +0200
1097
1098 live-boot (3.0~a38-1) unstable; urgency=low
1099
1100   [ Daniel Baumann ]
1101   * Extending verify-checksums parameters to allow specifying custom
1102     list of digests.
1103   * Harmonizing GPL boilerplate texts.
1104
1105   [ Richard Nelson ]
1106   * Correct left over references to old initramfs-tools.sh (Closes:
1107     #682504).
1108
1109  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Jul 2012 00:20:39 +0200
1110
1111 live-boot (3.0~a37-1) unstable; urgency=low
1112
1113   [ Daniel Baumann ]
1114   * Cleaning up initramfs-tools hook.
1115
1116   [ Tails developers ]
1117   * Fixing persistence backward-compatibility mode (Closes: #681176).
1118
1119   [ Daniel Baumann ]
1120   * Making swap function self contained.
1121   * Making read-only function self contained.
1122   * Making verify-checksums function self contained.
1123   * Factoring out debug into an own function.
1124   * Extending read-only parameters to allow specifying custom list of
1125     devices.
1126   * Avoid re-access /proc/cmdline in select-eth-device function and use
1127     internal variable instead.
1128
1129  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jul 2012 17:18:06 +0200
1130
1131 live-boot (3.0~a36-1) unstable; urgency=low
1132
1133   * Adding temporary notes in a readme file.
1134   * Renaming boot scripts for refactoring them into numbered plugins.
1135   * Renaming mountroot function to main to provide a generic live-boot
1136     entry point for initramfs generators.
1137   * Adding temporary redirection layer for dracut initramfs generator.
1138   * Adding redirection layer for initramfs-tools initramfs generator.
1139   * Splitting out already reviewed cmdline parsing script.
1140   * Splitting out already reviewed read-only script.
1141   * Splitting out already reviewed swapon script.
1142   * Splitting out already reviewed verify-checksums script.
1143   * Adding support for defining one or more explicit swap partitions to
1144     be used.
1145
1146  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 23:56:06 +0200
1147
1148 live-boot (3.0~a35-1) unstable; urgency=low
1149
1150   * Correcting typo in fstab function call in mountroot, thanks to
1151     Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
1152
1153  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Jun 2012 14:30:46 +0200
1154
1155 live-boot (3.0~a34-1) unstable; urgency=low
1156
1157   [ Daniel Baumann ]
1158   * Renaming persistent-subtext option into persistent-label and making
1159     it define the complete label instead of a custom suffix only.
1160   * Updating coding style in a first bunch of locations.
1161   * Updating location for live-boot files in initramfs-tools hook,
1162     thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
1163   * Making live-boot-initramfs-tools.postinst more error safe.
1164   * Removing pre-wheezy dpkg trigger for update-initramfs.
1165   * Removing superfluous directory in initramfs-tools hook.
1166   * Sourcing individual live-boot scripts rather than executing them.
1167
1168   [ Ben Armstrong ]
1169   * Fix creation of /var/log/live in correct location.
1170
1171   [ Daniel Baumann ]
1172   * Switching to xz compression in source and binary packages.
1173
1174  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:14:19 +0200
1175
1176 live-boot (3.0~a33-1) unstable; urgency=low
1177
1178   [ chals ]
1179   * Updating Spanish translation of man pages.
1180
1181   [ Daniel Baumann ]
1182   * Removing some more dead parameters from cmdline function.
1183   * Removing double author entries in Spanish po files.
1184
1185  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jun 2012 13:26:49 +0200
1186
1187 live-boot (3.0~a32-1) experimental; urgency=low
1188
1189   * Dropping snapshot functionality, superseeded by awesome custom mount
1190     persistence.
1191   * Setting persistence label for live-* 3.x persistency to
1192     'persistence', we're not making any difference between full-ov and
1193     custom-ov anymore on the filesystem and partition label (it's
1194     determined by the contents of live-persistence.conf).
1195
1196  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 19:04:01 +0200
1197
1198 live-boot (3.0~a31-1) experimental; urgency=low
1199
1200   [ Daniel Baumann ]
1201   * Renaming etc directory to their actual name, examples, within source
1202     tree.
1203   * Simplyfing scripts declaration in Makefile.
1204
1205   [ chals ]
1206   * Fixing fuzzy strings in Spanish translation of man pages.
1207
1208   [ Daniel Baumann ]
1209   * Removing live-reconfigure, not used anymore.
1210   * Removing live-preseed, not used anymore.
1211   * Unbreaking cmdline parsing after variable rename.
1212   * Moving off remaining functions from main boot script to subscript
1213     for later cleanup.
1214
1215  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 21:44:44 +0200
1216
1217 live-boot (3.0~a30-1) experimental; urgency=low
1218
1219   * Removing dead lang2locale function and associated files, not used
1220     anywhere.
1221   * Converting select_eth_device initramfs-tools pre-mount script into
1222     regular live-boot script.
1223   * Consistenly using 'true' instead of 'Yes' or 'yes' when using
1224     booleans.
1225   * Removing some dead boot parameters.
1226   * Splitting out integrity-check function to subscript.
1227   * Rewriting live-media checksum verification to work with any SHA and
1228     MD5 digests.
1229   * Updating read-only handling to new parameter handling.
1230   * Updating internal cmdline handling.
1231   * Updating swapon handling to new parameter handling.
1232   * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
1233   * Splitting out swap handling and rewriting to a live-boot subscript.
1234   * Moving validateroot bottom script into main boot script itself.
1235   * Removing exporting of variables for reviewed options in the cmdline
1236     function, not required.
1237   * Removing fastboot handling, the normal system handles this via
1238     'fastboot' bootparameter already.
1239   * Transforming persistence_excludes bottom script into normal live-
1240     boot script.
1241   * Transforming fstab bottom script into normal live-boot script.
1242   * Transforming networking bottom script into normal live-boot script.
1243   * Simplyfing initramfs-tools specific files within the source tree.
1244
1245  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 19:37:54 +0200
1246
1247 live-boot (3.0~a29-1) experimental; urgency=low
1248
1249   * Automatically translate date formats in po files.
1250   * Starting initramfs-tools specific subdirectory within the source-
1251     tree.
1252   * Replacing live initramfs-tools script with empty stub that calls the
1253     real, in future being initramfs-tools independent, script from
1254     /lib/live.
1255   * Splitting out a first bunch of functions out to /live/live/boot/.
1256   * Moving out live-helpers from initramfs-tools specifics.
1257   * Adding commented 'set -e' explicitly in all subscripts to avoid
1258     running it with 'set -e' until we've made sure it's properly
1259     working.
1260   * Moving out live-functions from initramfs-tools specifics.
1261   * Removing live-premount modules script, not needed anymore.
1262   * Converting read-only initramfs-tools pre-mount script into regular
1263     live-boot script.
1264
1265  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 05 Jun 2012 16:00:59 +0200
1266
1267 live-boot (3.0~a28-1) experimental; urgency=low
1268
1269   [ Tails developers ]
1270   * Improving robustness of findiso cleanup process.
1271   * Using fromiso in most places where isofrom was used, thanks to
1272     adrian15 <adrian15sgd@gmail.com>.
1273   * Mounting fromiso filesystem on /live/fromiso instead of /fromiso,
1274     thanks to adrian15 <adrian15sgd@gmail.com>.
1275   * Improving robustness of fromiso cleanup process with is_mountpoint
1276     (Closes: #668100).
1277
1278   [ Daniel Baumann ]
1279   * Using boot.log and /var/log/live/boot.log respectively for overall
1280     consistency within all debian-live tools.
1281
1282   [ Ian Reinhart Geiser ]
1283   * Fix to allow for multiple rof when exposed roots is disabled.
1284
1285   [ Tails developers ]
1286   * Implement and make use of robust list functions.
1287
1288   [ chals ]
1289   * Fixing several typos in man pages.
1290   * Adding initial Spanish translation of man pages.
1291
1292   [ Evgeni Golov ]
1293   * Fixing two typos and a wrong word in comments.
1294
1295  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 17:31:32 +0200
1296
1297 live-boot (3.0~a27-1+grml.7) grml-testing; urgency=low
1298
1299   * [a488db6] Enable write-mode for persistency related devices in
1300     readonly/forensic mode
1301
1302  -- Michael Prokop <mika@grml.org>  Fri, 14 Sep 2012 17:01:39 +0200
1303
1304 live-boot (3.0~a27-1+grml.6) grml-testing; urgency=low
1305
1306   [ Lukas Schwaighofer ]
1307   * [95fb70f] fixed legacy persistence handling
1308
1309   [ Michael Prokop ]
1310   * [ed79f48] readonly: do not check for "forensic" boot option
1311   * [72aebf1] Move changes to scripts/live-premount/readonly into debian
1312     patch file
1313
1314  -- Michael Prokop <mika@grml.org>  Fri, 07 Sep 2012 13:43:08 +0200
1315
1316 live-boot (3.0~a27-1+grml.5) grml-testing; urgency=low
1317
1318   * [8b51f69] Adjust 15_networking_grml.patch + 27_support_static_ip.patch
1319     for klibc's ipconfig /run switch
1320   * [bbeb928] Add "Breaks: klibc-utils (<< 2.0-2)" to live-boot-grml-
1321     initramfs-tools for /run switch
1322   * [cad0077] Refresh debian/patches/35_fix_findiso_umount.patch
1323   * [7f450c2] Support overriding "nodhcp" boot option via "dhcp"
1324   * [2b065a0] Adjust file permissions also of files that are added during
1325     dh_quilt_patch stage
1326
1327  -- Michael Prokop <mika@grml.org>  Fri, 27 Jul 2012 15:06:38 +0200
1328
1329 live-boot (3.0~a27-1+grml.4) grml-testing; urgency=low
1330
1331   * [6d32dfe] Check for presence of /tmp/net-${device}.conf before
1332     sourcing it [Closes: issue1196] Thanks to Marc 'Zugschlus' Haber for
1333     the bugreport and debugging this issue
1334
1335  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2012 17:13:42 +0200
1336
1337 live-boot (3.0~a27-1+grml.3) grml-testing; urgency=low
1338
1339   * [d978027] 35_fix_findiso_umount.patch: make sure ISO gets unmounted
1340     correctly when using findiso/toram. Thanks to Christoph Biedl for the
1341     bugreport and the patch
1342   * [d621ee2] 34_ignore_unknown_filesystems.patch: also ignore fstype swap
1343
1344  -- Michael Prokop <mika@grml.org>  Mon, 28 May 2012 12:27:08 +0200
1345
1346 live-boot (3.0~a27-1+grml.2) grml-testing; urgency=low
1347
1348   * [e161c2c] New patch to ignore "unknown" filesystems in
1349     is_supported_fs() [Testing: issue1170]
1350
1351  -- Michael Prokop <mika@grml.org>  Sun, 20 May 2012 18:54:58 +0200
1352
1353 live-boot (3.0~a27-1+grml.1) grml-testing; urgency=low
1354
1355   * [3039c63] Sync with Debian's upstream/3.0_a27 (new log file name,
1356     persistency reworked,...)
1357   * [06185b3] Bump Standards-Version, raise Build-Depends from dh 8 to dh
1358     9 + raise compat version to 9
1359   * [2998c28] Drop debian/patches/07_support_findiso.patch which is in
1360     upstream nowadays
1361   * [3967979] Drop deprecated debian/patches/14_no_blkid_on_lenny.patch
1362   * [91460b9] Refresh debian/patches/ against new upstream code
1363   * [7116647] Drop deprecated debian/patches/28_remove_localized_manpages.patch
1364
1365  -- Michael Prokop <mika@grml.org>  Wed, 09 May 2012 14:10:37 +0200
1366
1367 live-boot (3.0~a27-1) experimental; urgency=low
1368
1369   [ Daniel Baumann ]
1370   * Only looking at boot.d files if they have the .conf suffix to allow
1371     putting other files into these places that do not necessarily need
1372     to be used by live-boot (e.g. documentation).
1373   * Removing preseed bottom-script, a newly written one is now in live-
1374     config where this sort of things belong.
1375   * Removing header in fstab, not required.
1376   * Removing outdated and broken accessibility script, this will be
1377     redone in live-config properly.
1378   * Replacing 'illegal' with better fitting 'invalid' for wrongly
1379     crafted input examples in live.persist manpage.
1380   * Consistently using ext4 in all examples, not a mix of ext2 and ext3.
1381   * Removing user and userfullname variables in scripts/live, they are
1382     not used here sind live-config anymore.
1383   * Renaming /live/cow to /live/overlay in anticipation of overlayfs.
1384   * Using 'persistence' (noun) rather than 'persistent'
1385     (adjective/adverb) everywhere.
1386   * Making extraction of the manpage section in manpages/Makefile work
1387     with multiple dots in the filename.
1388   * Renaming live.persist to live-persistence.conf.
1389
1390   [ Tails developers ]
1391   * Adding support for the findiso boot parameter (Closes: #656135).
1392   * Fixing findiso argument parsing place to match the existing
1393     ordering.
1394   * Removing overkill double-checking of return code in is_mountpoint
1395     predicate.
1396   * Fixing brace alignment to follow common code style.
1397   * Removing leftover directory after unmounting.
1398
1399   [ Daniel Baumann ]
1400   * Removing old docs.
1401   * Merging old changelog into current changelog.
1402   * Updating toplevel Makefile to work with manpages having multiple
1403     dots in its filename.
1404   * Renamling linkfiles option when using persistence to simply link.
1405
1406   [ Tails developers ]
1407   * Allow using / as destination in custom mounts.
1408   * Supress warnings when probing media for persistence.
1409   * Do not probe the device mounted on /live/image for persistence.
1410   * Fix typo to make home-sn snapshots work again.
1411   * Only try copying snapshots if we actually found any.
1412
1413  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 09 Apr 2012 18:58:06 +0200
1414
1415 live-boot (3.0~a26-1) experimental; urgency=low
1416
1417   [ Daniel Baumann ]
1418   * Updating year in copyright.
1419   * Updating copyright file machine-readable format version 1.0.
1420   * Updating to standards version 3.9.3.
1421   * Quoting noprompt variable in initscript to avoid syntax errors,
1422     thanks to Philip Newborough <corenominal@corenominal.org>.
1423   * Correcting log_end_msg usages in connection with verbosity checks in
1424     live-boot initscript, thanks to Pablo Barbachano
1425     <pablobarbachano@yahoo.es> (Closes: #665689).
1426   * Replacing live-boot initscript with a stub and moving the actual
1427     code to /lib/live/boot.sh to allow different initsystem support in
1428     future.
1429   * Removing some of the now useless sysvinit specifics from
1430     bin/boot.sh.
1431
1432   [ Tails developers ]
1433   * Adding initial work on a custom mounts system.
1434
1435   [ Daniel Baumann ]
1436   * Correcting indenting initial work on a custom mounts system to
1437     ensure consistency.
1438   * Avoid calling rm without -f in initial work on a custom mounts
1439     system to ensure non-interactivity.
1440   * Avoid '==' bashism in initial work on a custom mounts system to
1441     ensure posix compatiblity.
1442
1443   [ Tails developers ]
1444   * Prevent custom mounting in /live.
1445   * Optionally symlink files from persistent source instead of mount it.
1446   * Separate overlay labels for full and custom persistence.
1447   * Remove some temporary custom mount related files after they're used.
1448
1449   [ Daniel Baumann ]
1450   * Calling rm without -f when removing some temporary custom mount
1451     related files to ensure non-interactivity.
1452
1453   [ Tails developers ]
1454   * Handle custom mounts options a bit more beautifully.
1455   * Continue the correct for-loop so incorrect custom mount is skipped.
1456   * Refactor union mounting into its own function.
1457   * Workaround busybox's inability to detect symlinks with [ -e ].
1458   * Make union mounting more sensible and robust.
1459   * Ignore empty lines in live.persist.
1460   * Remove the correct file.
1461   * Optionally mount custom mounts as unions.
1462   * Fix mask usage in links_files().
1463
1464   [ Daniel Baumann ]
1465   * Correcting syntax when using if constructs in links_files().
1466
1467   [ Tails developers ]
1468   * Refactor persistent custom mounting from live into live-helpers.
1469   * Accept using several persistent media with custom-ov label.
1470   * Use same device backing path as used in other places.
1471   * Close unused LUKS devices in all cases.
1472
1473   [ Daniel Baumann ]
1474   * Adjusting mount calls when using nfs options (Closes: #667435).
1475
1476   [ Tails developers ]
1477   * Refactor live-boot argument parser from live into live-helpers.
1478   * Refactor some global variables from live into live-helpers.
1479   * Refactor find_persistent_media().
1480   * Add support for probing partitions' GPT name just like filesystem
1481     labels.
1482   * Some minor cleanups.
1483   * Handle already mounted devices and closing of unused luks devices
1484     better.
1485   * Add backwards compatibility for old labels: live-{rw,sn} and home-
1486     rw.
1487   * We don't black list storage devices any more.
1488   * Check if luks device is already open before trying to open it.
1489   * Fixup some style issues.
1490   * Refactor mounting of persistent storage media.
1491   * Cleanup.
1492   * Remove two FIXME:s that are not really relevant.
1493   * Don't allow . or .. in live.persist paths.
1494   * Use trim_path when we compare paths.
1495   * Make handling of LUKS encrypted GPT partitions more sane.
1496   * Handle list arguments better in get_custom_mounts().
1497   * Copy ownership/perms from source to rw-branch in read-only mode.
1498   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
1499   * Refactor closing of persistent devices upon failure.
1500   * Create the source dir for custom mounts using the 'linkfiles'
1501     option.
1502   * Fix ownership/perms for created union/linkfiles source dirs.
1503   * Do not allow mutually exclusive custom mount options.
1504   * Add a note about a potential, future code simplification.
1505   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
1506   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
1507   * Make two custom mounts with nested source directories illegal.
1508   * Improve error message.
1509   * Remove cow dir contents that are in the way for custom mounts.
1510   * Also create parents when creating union/linkfiles source
1511     directories.
1512   * Update live-boot(7) man page and add new one for live.persist(5).
1513   * Delete existing files in the destination's path when creating it.
1514   * Adding functions equivalent to chmod/chown --reference.
1515   * Fix ownership for links created for linkfiles custom mounts.
1516   * Add 'bind' option for the default behaviour of custom mounts (bind-
1517     mount).
1518   * Use trim_path() instead of custom sed stanza to trim /:es from
1519     paths.
1520   * Copy perms/ownership from source when creating linkfiles dest dirs.
1521   * Make cases for all different custom mounting situations more
1522     explicit.
1523
1524   [ Daniel Baumann ]
1525   * Correcting left-over in author section of live.persist manpage.
1526   * Moving initscript to live-config.
1527
1528  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 08:14:51 +0200
1529
1530 live-boot (3.0~a25-1) unstable; urgency=low
1531
1532   [ Daniel Baumann ]
1533   * Updating to debhelper version 9.
1534
1535   [ Michal Suchanek ]
1536   * Add overlayfs support (Closes: #658265).
1537
1538  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:27:38 +0100
1539
1540 live-boot (3.0~a24-1+grml.2) grml-testing; urgency=low
1541
1542   [ Ulrich Dangel ]
1543   * [87a8e76] Append nameservers provided via dns bootoption into
1544     initramfs resolv.conf
1545
1546   [ Michael Prokop ]
1547   * [1d25495] Add genext2fs to depends [Closes: issue1126] Thanks to
1548     Charles A. Hewson for the bugreport
1549
1550  -- Michael Prokop <mika@grml.org>  Wed, 04 Jan 2012 16:48:38 +0100
1551
1552 live-boot (3.0~a24-1+grml.1) grml-testing; urgency=low
1553
1554   * Resynchronized with Debian.
1555
1556   [ Christian Hofstaedtler ]
1557   * Resynchronized with Debian.
1558   * Drop upstream-applied patch: 01_fix_output_file
1559   * Drop upstream-applied patch: 10_validateroot
1560   * Drop upstream-applied patch: 25_support_lvm_for_live-media
1561   * 07_support_findiso: remove upstream-applied parts
1562   * Manually refreshd patch 31_package_rename
1563
1564   [ Ulrich Dangel ]
1565   * Add kms modules to initramfs
1566   * Install hook instead of specifying modules.d
1567
1568   [ Michael Prokop ]
1569   * Try loading phram module twice to fix loading issue.
1570
1571  -- Christian Hofstaedtler <ch@grml.org>  Tue, 06 Dec 2011 22:26:32 +0100
1572
1573 live-boot (3.0~a24-1) unstable; urgency=low
1574
1575   * Removing quotes from udev path_id command to actually execute the
1576     command.
1577
1578  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 09:58:23 +0100
1579
1580 live-boot (3.0~a23-1) unstable; urgency=low
1581
1582   [ Tails developers ]
1583   * Enabling whiteouts support for aufs.
1584
1585   [ Daniel Baumann ]
1586   * Update udevs path_id changes as of version 174, thanks to Baurzhan
1587     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
1588
1589   [ Tails developers ]
1590   * Adding persistent-encryption={none|luks}.
1591   * Making persistent-encryption=luks strict.
1592   * Making sure dm-crypt is loaded when dealing with LUKS devices.
1593   * Adding persistent-storage=TYPE...
1594   * Removing now obsolete persistent=* arguments.
1595   * Adding persistent-method=METHOD...
1596   * Fixing an incorrectly redirected newline.
1597   * Clarifying what happens when you don't retry decrypting a device.
1598   * Refactoring device scanning in find_{cow_device,files}.
1599   * Making use of is_supported_fs in find_cow_devices (like in
1600     find_files).
1601   * Refactoring overlay and snapshot scanning code.
1602   * Fixing a "sh: bad number" when $offset is not passed to
1603     setup_loop().
1604   * Disabling persistent-encryption=luks if dependencies are
1605     unavailable.
1606   * Adding persistent-read-only boot parameter.
1607   * Changing persistent-encryption to accept a list TYPE... instead.
1608   * Updating live-boot man page for persistent-encryption.
1609   * Updating live-boot man page for persistent-storage.
1610   * Updating live-boot man page for persistent-method.
1611   * Updating and rewording live-boot man page for the persistent option.
1612   * Making persistent-read-only work for home-rw overlays.
1613   * Making persistent-read-only work for live-rw overlays.
1614   * Updating live-boot man page for persistent-read-only.
1615   * Adding workaround for a busybox bug with grep -w.
1616
1617  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Nov 2011 18:26:11 +0100
1618
1619 live-boot (3.0~a22-1) unstable; urgency=low
1620
1621   [ Daniel Baumann ]
1622   * Using compression level 9 also for binary packages.
1623   * Updating matching in is_nice_device to, amongst others, match for
1624     virtio devices.
1625   * Include overlayfs modules in initramfs if existing.
1626
1627   [ Marco Amadori ]
1628   * Fix live-snapshot exclude.list handling (Closes: #610337)
1629
1630   [ Daniel Baumann ]
1631   * Sorting overrides in rules alphabetically.
1632
1633  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Nov 2011 11:37:28 +0100
1634
1635 live-boot (3.0~a21-1) unstable; urgency=low
1636
1637   [ Daniel Baumann ]
1638   * Silencing rmdir calls in makefile.
1639   * Printing out a warning message in initramfs-tools hook if backend is
1640     installed but no live-boot package, exiting early and not breaking
1641     update-initramfs (Closes: #639884).
1642
1643   [ Tails developers ]
1644   * Fixing cache_path: cache non-executable libs dependencies as well.
1645   * Fixing cache_path: taking into account the three forms of ldd output
1646     lines.
1647   * Adding a white_listed_devices parameter to find_cow_device and
1648     find_files.
1649   * Factorizing loops on removable/non-removable devices.
1650   * Adding support for persistent-media={removable,removable-usb}.
1651   * Silencing umount in case live/image was unmounted already, extracted
1652     from a patch by Michael Schierl <schierlm@gmx.de>.
1653   * Erroring out in case a "wrong" filesystem was chosen.
1654
1655   [ Daniel Baumann ]
1656   * Using /usr/share/live-boot instead of unreliable
1657     /usr/share/doc/live-boot in validateroot bootscript, stripped live
1658     systems may or may not carry /usr/share/doc.
1659
1660  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 08 Sep 2011 21:06:28 +0200
1661
1662 live-boot (3.0~a20-1) unstable; urgency=low
1663
1664   [ Daniel Baumann ]
1665   * Updating section for live-boot-doc.
1666
1667   [ Ben Armstrong ]
1668   * Cross-referencing lb_config --bootappend-live.
1669
1670   [ Daniel Baumann ]
1671   * Correcting bootappend-live reference in live-boot manpage.
1672   * Applying patch from grml to update forgotten use of live.log with
1673     live-boot.log.
1674   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
1675     support for lvm and md devices.
1676
1677  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:20:47 +0200
1678
1679 live-boot (3.0~a19-1+grml.01) grml-testing; urgency=low
1680
1681   * Depend on quilt with a version to quiet lintian
1682   * Add debian/control headers Origin, Bugs
1683
1684  -- Christian Hofstaedtler <ch@grml.org>  Wed, 30 Nov 2011 13:24:41 +0100
1685
1686 live-boot (3.0~a19-1+grml.00) unstable; urgency=low
1687
1688   * Resync with Debian. This brings in:
1689     [ Daniel Baumann ]
1690     * Updating and correcting sendsigs.omit support for /run (Closes: #628188).
1691     * Removing accidentally twice included English files when installing manpages.
1692     * Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-boot installation.
1693     * Making references to debian more distribution neutral.
1694     * Replacing reference to old alioth page in live-snapshot.
1695     * Splitting out documentation so that it can be accesses separately from the initramfs code.
1696     * Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades.
1697
1698   * Grml changes:
1699     [ Ulrich Dangel ]
1700     * [8424e93] Use quilt instead of dpatch
1701     * [86ca4d5] Remove old manpage live-snapshot.it.1.txt
1702     * [7fb9e91] Support comma delimited devices in live-media-path
1703     * [6b21c57] Depend on the same live-boot-initramfs-tools/live-boot-backend version.
1704
1705     [ Christian Hofstaedtler ]
1706     * Rename packages to not clash with Debian.
1707     * Resynced with Debian.
1708
1709  -- Christian Hofstaedtler <ch@grml.org>  Mon, 25 Jul 2011 02:26:40 +0200
1710
1711 live-boot (3.0~a19-1) unstable; urgency=low
1712
1713   * Correct rmdir call in top-level Makefiles uninstall target to not
1714     fail if there was no prior live-boot installation.
1715   * Making references to debian more distribution neutral.
1716   * Replacing reference to old alioth page in live-snapshot.
1717   * Splitting out documentation so that it can be accesses separately
1718     from the initramfs code.
1719   * Adding conflicts/replaces for live-boot to live-boot-doc to not
1720     break upgrades.
1721
1722  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:28:33 +0200
1723
1724 live-boot (3.0~a18-1) unstable; urgency=low
1725
1726   * Updating and correcting sendsigs.omit support for /run (Closes:
1727     #628188).
1728   * Removing accidentally twice included English files when installing
1729     manpages.
1730
1731  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:24:15 +0200
1732
1733 live-boot (3.0~a17-1+grml.01) unstable; urgency=low
1734
1735   * [6666658] Do not fail in multiarch environment when
1736     installing libnss_dns.so.
1737   * [ebdefd9] Drop installation of localized manpages
1738     from upstream Makefile.
1739
1740  -- Michael Prokop <mika@grml.org>  Wed, 08 Jun 2011 12:15:23 +0200
1741
1742 live-boot (3.0~a17-1+grml.00) unstable; urgency=low
1743
1744   [ Christian Hofstaedtler ]
1745   * [c9a70fd] Add dpatch support to build process.
1746   * [a9ddc0a] Readd Grml patches.
1747   * [675f2b2] Remove unused boot scripts.
1748   * [c4993d4] Update debian/control for Grml.
1749   * [0716b66] Ensure 10validateroot is executable.
1750   * [b5b937f] Always honor the "nodhcp" boot option.
1751   * [10cf847] Don't mess around with kernel/initramfs-tools' ip=.
1752   * [aa93321] Networking_grml: DNS for systems without resolvconf.
1753   * [2a859b8] Merge dhcphostname support into 23networking-grml.
1754   * [10caf0b] Support DNS in boot environment.
1755
1756   [ Michael Prokop ]
1757   * [6cd3977] Add patch number 19 to revert the toram bootoption
1758     to expected behaviour.
1759   * [65fa11b] Support dns bootoption.
1760
1761   [ Ulrich Dangel ]
1762   * [df17b43] Support lvm devices for live-media.
1763   * [8ff045c] Support raid devices as well.
1764   * [2ad3c30] Change output to live-boot.log.
1765   * [34b4518] Explicit specify offset parameter for setup_loop.
1766     [Closes: issue1003]
1767   * [3ac64e5] Remove dba from uploader as this is a Grml project.
1768   * [b289379] Support static ip configuration.
1769   * [1371673] Improve static version.
1770   * [9487c5d] Change nodhcp patch to unset the DHCP option as well.
1771   * [1662374] Support nodhcp bootoption.
1772   * [7847abd] Ignore devices with no file matching the findiso parameter.
1773   * [7158e84] Don't show an error message if /live/image is already
1774     unmounted.
1775
1776  -- Michael Prokop <mika@grml.org>  Sun, 05 Jun 2011 21:29:14 +0200
1777
1778 live-boot (3.0~a17-1) unstable; urgency=low
1779
1780   [ Daniel Baumann ]
1781   * Updating to standards version 3.9.2.
1782   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
1783     fuse sendsigs (Closes: #621908).
1784   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
1785   * Making copyright file distribution neutral.
1786   * Correcting top-level makefile to automatically get all the supported
1787     languages, rather than defining a static list.
1788
1789   [ Michal Suchanek ]
1790   * Copy resolv.conf to live system root (Closes: #627178).
1791   * Tidy up resolv.conf a bit.
1792
1793  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:31:27 +0200
1794
1795 live-boot (3.0~a16-1) unstable; urgency=low
1796
1797   * Adding old 2.x changelog entries in debian changelog.
1798
1799  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Mar 2011 06:27:17 +0100
1800
1801 live-boot (3.0~a15-1) experimental; urgency=low
1802
1803   [ Daniel Baumann ]
1804   * Updating year in copyright.
1805
1806   [ Marco Amadori ]
1807   * Adjust copyright entry in live-snapshot.
1808   * Protect NOPROMPT (Closes: #610941).
1809
1810   [ Michal Suchanek ]
1811   * Simplify union mounting.
1812   * Really set limit on open files for unionfs-fuse
1813   * Add verbose messages to initramfs hook.
1814
1815   [ T(A)ILS developers ]
1816   * Fixing remaining fromiso= bug.
1817   * Fixing syntax error.
1818
1819  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 18:01:07 +0100
1820
1821 live-boot (3.0~a14-1) experimental; urgency=low
1822
1823   [ Richard Nelson ]
1824   * Populate adapters in /etc/network/interfaces when ethdevice= on
1825     cmdline.
1826
1827   [ Daniel Baumann ]
1828   * Removing header in copyright file.
1829   * Don't hard-depend on test target in Makefile.
1830   * Using dh auto magic in override, rather than manual make call.
1831
1832   [ Steven Shiau ]
1833   * Removing the duplicated "the" in the live-boot.init script.
1834
1835   [ Daniel Baumann ]
1836   * Updating auto_install overrides in rules.
1837   * Correcting live hook to include mtdblock for syslinux memdisk usage,
1838     thanks to Michael Prokop <mika@grml.org>.
1839   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
1840     thanks to Michael Prokop <mika@grml.org>.
1841
1842  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:38:56 +0100
1843
1844 live-boot (3.0~a13-1) experimental; urgency=low
1845
1846   [ Daniel Baumann ]
1847   * Removing legacy code for detecting removable usb sticks on kernels
1848     prior 2.6.29.
1849   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
1850     future consistency with live-config.
1851   * Adding support for custom ramdisk size (Closes: #544583).
1852
1853   [ Ronny Standtke ]
1854   * Remounting cow read-only before prompting user to remove usb flash
1855     drive.
1856
1857   [ Richard Nelson ]
1858   * Clean some leading whitespaces.
1859
1860  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:27:07 +0100
1861
1862 live-boot (3.0~a12-1) experimental; urgency=low
1863
1864   [ T(A)ILS developers ]
1865   * Fixing fromiso= on Squeeze.
1866
1867   [ Daniel Baumann ]
1868   * Adding dpkg source options file.
1869
1870  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:29:48 +0100
1871
1872 live-boot (3.0~a11-1) experimental; urgency=low
1873
1874   [ T(A)ILS developers ]
1875   * Adding noprompt={usb,cd} feature.
1876   * Enhancing devices search ordering.
1877
1878   [ Daniel Baumann ]
1879   * Removing deep link to bug page in the manual, since we don't have
1880     stable references yet.
1881
1882  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:28:43 +0200
1883
1884 live-boot (3.0~a10-1) experimental; urgency=low
1885
1886   * Don't do anything in initscript when using toram (Closes: #601575).
1887
1888  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:58:03 +0200
1889
1890 live-boot (3.0~a9-1) experimental; urgency=low
1891
1892   [ amnesia ]
1893   * Adding live-snapshot.list documentation to manpage.
1894
1895   [ Richard Nelson ]
1896   * Removed whitespace for tabs on the skipunion option.
1897
1898   [ T(A)ILS developers ]
1899   * Fixing overzealous blacklist usage.
1900   * Adding documentation for persistent=cryptsetup in the manpage.
1901
1902  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:24:51 +0200
1903
1904 live-boot (3.0~a8-1) experimental; urgency=low
1905
1906   [ Michal Suchanek ]
1907   * Adding initial support for unionmount.
1908
1909   [ Marco Amadori ]
1910   * Included a note about persistent-subtext (Helps: #536728).
1911
1912   [ Daniel Baumann ]
1913   * Running manpage rebuild after manpage updates.
1914   * Updating to debhelper version 8.
1915
1916  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:15:03 +0200
1917
1918 live-boot (3.0~a7-1) experimental; urgency=low
1919
1920   [ intrigeri ]
1921   * Fixing find_snap to take its second argument into account.
1922
1923  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:46:54 +0200
1924
1925 live-boot (3.0~a6-1) experimental; urgency=low
1926
1927   [ Marco Amadori ]
1928   * Fix snapshots' sync-strings usage (Closes: #591330).
1929   * Fixed some snapshot related debug messages.
1930   * Added support for empty (initial) snapshots.
1931
1932   [ Daniel Baumann ]
1933   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
1934     symlinks when checking for dynamically linked files at reboot in
1935     initscript.
1936
1937  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:51:59 +0200
1938
1939 live-boot (3.0~a5-1) experimental; urgency=low
1940
1941   [ Daniel Baumann ]
1942   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
1943     mangling the main sudoers file in accessibility bottom script,
1944     create a new file in /etc/sudoers.d and set permissions
1945     appropriately.
1946   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
1947     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
1948     and AVD1 to properly boot live media.
1949   * Updating uinstall targets in makefile.
1950
1951   [ Steven Shiau ]
1952   * Allowing to assign no gateway in networking bottom script.
1953
1954   [ Daniel Baumann ]
1955   * Removing usplash support from initscript, usplash is dead.
1956   * Removing lenny legacy stuff from initscript.
1957   * Removing usplash support in initramfs, usplash is dead.
1958   * Adding plymouth in bug script.
1959
1960  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:17:15 +0200
1961
1962 live-boot (3.0~a4-1) experimental; urgency=low
1963
1964   * Exiting with 0 in live-boot bug script (Closes: #595262).
1965   * Using boot.d instead of boot.conf.d as directory name for custom
1966     configuration files.
1967
1968  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:46:45 +0200
1969
1970 live-boot (3.0~a3-1) experimental; urgency=low
1971
1972   * Updating seperators in networking bottom script to fix ip parameter
1973     parsing (Closes: #590494).
1974   * Updating live-build reference in manpages.
1975   * Adding reference to live-tools in manpages.
1976   * Checking for file existence in initramfs hook (Closes: #595264).
1977
1978  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:28:40 +0200
1979
1980 live-boot (3.0~a2-1) experimental; urgency=low
1981
1982   [ Daniel Baumann ]
1983   * Removing old and unmaintained po files.
1984   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
1985     based on the work of Holger Fischer <hoo.mb@web.de> to add support
1986     for BOOTIF in cases where pxelinux is being used with IPAPPEND
1987     (Closes: #593284).
1988
1989   [ Steven Shiau ]
1990   * Making multiple connected NICs work.
1991
1992   [ Michael Prokop ]
1993   * Adding workaround for aufs issue in kernel versions around 2.6.33.
1994
1995   [ Daniel Baumann ]
1996   * Using allow-hotplug instead of auto in automatically created
1997     /etc/network/interfaces file.
1998
1999  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:27:33 +0200
2000
2001 live-boot (3.0~a1-1) experimental; urgency=low
2002
2003   * Switching to source format 3.0 (quilt).
2004   * Removing live-initramfs transitional package.
2005   * Removing lenny support.
2006
2007  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 02:02:39 +0200
2008
2009 live-boot (2.0.15-1) unstable; urgency=low
2010
2011   [ Daniel Baumann ]
2012   * Adding live-system script from live-tools.
2013   * Updating year in copyright.
2014
2015   [ Marco Amadori ]
2016   * Adjust copyright entry in live-snapshot.
2017
2018  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:49:03 +0100
2019
2020 live-boot (2.0.14-1) unstable; urgency=low
2021
2022   [ Steven Shiau ]
2023   * Removing the duplicated "the" in the live-boot.init script.
2024
2025   [ Daniel Baumann ]
2026   * Correcting live hook to include mtdblock for syslinux memdisk usage,
2027     thanks to Michael Prokop <mika@grml.org>.
2028   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
2029     thanks to Michael Prokop <mika@grml.org>.
2030
2031  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:51:57 +0100
2032
2033 live-boot (2.0.13-1) unstable; urgency=medium
2034
2035   [ Ronny Standtke ]
2036   * Remounting cow read-only before prompting user to remove usb flash
2037     drive.
2038
2039  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 11:18:32 +0100
2040
2041 live-boot (2.0.12-1) unstable; urgency=medium
2042
2043   [ T(A)ILS developers ]
2044   * Fixing fromiso= on Squeeze.
2045
2046  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:27:01 +0100
2047
2048 live-boot (2.0.11-1) unstable; urgency=medium
2049
2050   * Removing deep link to bug page in the manual, since we don't have
2051     stable references yet.
2052
2053  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:22:02 +0200
2054
2055 live-boot (2.0.10-1) unstable; urgency=medium
2056
2057   * Don't do anything in initscript when using toram (Closes: #601575).
2058
2059  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Oct 2010 14:54:58 +0200
2060
2061 live-boot (2.0.9-1) unstable; urgency=low
2062
2063   [ T(A)ILS developers ]
2064   * Fixing overzealous blacklist usage.
2065   * Adding documentation for persistent=cryptsetup in the manpage.
2066
2067  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Oct 2010 09:15:54 +0200
2068
2069 live-boot (2.0.8-1) unstable; urgency=medium
2070
2071   [ amnesia ]
2072   * Adding live-snapshot.list documentation to manpage.
2073
2074  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:20:12 +0200
2075
2076 live-boot (2.0.7-1) unstable; urgency=medium
2077
2078   [ Michal Suchanek ]
2079   * Adding initial support for unionmount.
2080
2081   [ Marco Amadori ]
2082   * Included a note about persistent-subtext (Helps: #536728).
2083
2084   [ Daniel Baumann ]
2085   * Running manpage rebuild after manpage updates.
2086
2087  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:06:41 +0200
2088
2089 live-boot (2.0.6-1) unstable; urgency=medium
2090
2091   [ intrigeri ]
2092   * Fixing find_snap to take its second argument into account.
2093
2094  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Sep 2010 22:48:35 +0200
2095
2096 live-boot (2.0.5-1) unstable; urgency=low
2097
2098   [ Marco Amadori ]
2099   * Fix snapshots' sync-strings usage (Closes: #591330).
2100   * Fixed some snapshot related debug messages.
2101   * Added support for empty (initial) snapshots.
2102
2103   [ Daniel Baumann ]
2104   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
2105     symlinks when checking for dynamically linked files at reboot in
2106     initscript.
2107
2108  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Sep 2010 08:55:02 +0200
2109
2110 live-boot (2.0.4-1) unstable; urgency=low
2111
2112   [ Daniel Baumann ]
2113   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
2114     mangling the main sudoers file in accessibility bottom script,
2115     create a new file in /etc/sudoers.d and set permissions
2116     appropriately.
2117   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
2118     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
2119     and AVD1 to properly boot live media.
2120   * Updating uinstall targets in makefile.
2121
2122   [ Steven Shiau ]
2123   * Allowing to assign no gateway in networking bottom script.
2124
2125   [ Daniel Baumann ]
2126   * Removing usplash support from initscript, usplash is dead.
2127   * Removing usplash support in initramfs, usplash is dead.
2128   * Adding plymouth in bug script.
2129
2130  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:21:24 +0200
2131
2132 live-boot (2.0.3-1) unstable; urgency=low
2133
2134   * Exiting with 0 in live-boot bug script (Closes: #595262).
2135   * Using boot.d instead of boot.conf.d as directory name for custom
2136     configuration files.
2137
2138  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 22:43:03 +0200
2139
2140 live-boot (2.0.2-1) unstable; urgency=low
2141
2142   * Updating seperators in networking bottom script to fix ip parameter
2143     parsing (Closes: #590494).
2144   * Updating live-build reference in manpages.
2145   * Checking for file existence in initramfs hook (Closes: #595264).
2146   * Adding live-toram script to copy the running live system to ram and
2147     eject the live media.
2148
2149  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 18:25:12 +0200
2150
2151 live-boot (2.0.1-1) unstable; urgency=low
2152
2153   [ Michael Prokop ]
2154   * Adding workaround for aufs issue in kernel versions around 2.6.33.
2155
2156   [ Daniel Baumann ]
2157   * Using allow-hotplug instead of auto in automatically created
2158     /etc/network/interfaces file.
2159
2160  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 01 Sep 2010 18:25:08 +0200
2161
2162 live-boot (2.0.0-1) unstable; urgency=low
2163
2164   * Updating debian-installer languagelist.
2165   * Moving configs to etc directory within the source tree.
2166   * Removing old docs.
2167
2168  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 01:48:01 +0200
2169
2170 live-boot (2.0~a16-1) unstable; urgency=high
2171
2172   [ Daniel Baumann ]
2173   * Adding support for resolving DNS names from initramfs, thanks to
2174     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
2175     is based on (Closes: #589659).
2176   * Don't fail in Makefile when there's no checkbashism.
2177   * Updating package to standards version 3.9.1.
2178
2179   [ Michal Suchanek ]
2180   * Fix omitpids to work with readonly images.
2181
2182  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Jul 2010 20:17:11 +0200
2183
2184 live-boot (2.0~a15-1) unstable; urgency=low
2185
2186   * Making inclusion of languagelist conditional in live hook.
2187   * Updating depends of live-initramfs transitional package to reflect
2188     relaxed backend depends.
2189
2190  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 17:19:16 +0200
2191
2192 live-boot (2.0~a14-1) unstable; urgency=low
2193
2194   * Improving backend dependencies (Closes: #589326).
2195
2196  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 17 Jul 2010 00:37:33 +0200
2197
2198 live-boot (2.0~a13-1) unstable; urgency=low
2199
2200   * Listing fromiso parameter in manpage (Closes: #588667).
2201   * Improving test targets in Makefile a bit.
2202   * Improving clean target in manpages Makefile a bit.
2203   * Adding Chris in copyright file (for live-snapshot that is).
2204
2205  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 15 Jul 2010 19:31:03 +0200
2206
2207 live-boot (2.0~a12-1) unstable; urgency=low
2208
2209   [ Daniel Baumann ]
2210   * Adding preparations for booting through syslinux memdisk.
2211
2212   [ Marco Amadori ]
2213   * Avoiding using busybox cpio applet, this should fix snapshot
2214     restore.
2215   * Do not print misleading debug message if the snapshot was found
2216     correctly.
2217   * Removing unreachable code in ethdevice argument handling (Closes:
2218     #588307).
2219
2220   [ Daniel Baumann ]
2221   * Adding btrfs support.
2222   * Updating package to standards version 3.9.0.
2223
2224  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Jul 2010 20:13:54 +0200
2225
2226 live-boot (2.0~a11-1) unstable; urgency=low
2227
2228   * Updating lintian overrides.
2229   * Adding missing depends in live-boot on its backend package.
2230   * Removing noautologin parameter from live script, this functionallity
2231     was moved to live-config.
2232
2233  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jun 2010 19:14:05 +0200
2234
2235 live-boot (2.0~a10-1) unstable; urgency=low
2236
2237   * Removing depends on live-config in live-boot.
2238   * Adding live-config-sysvinit to depends of live-initramfs.
2239   * Alternatively depend on busybox or busybox-initramfs on live-boot-
2240     initramfs-tools.
2241
2242  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Jun 2010 21:52:57 +0200
2243
2244 live-boot (2.0~a9-1) unstable; urgency=low
2245
2246   [ Michal Suchanek ]
2247   * Fix missing log_end_msg in live-boot.init.
2248
2249  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 11 Jun 2010 18:42:23 +0200
2250
2251 live-boot (2.0~a8-1) unstable; urgency=low
2252
2253   * Removing serialtty bottom script.
2254   * Removing compcache configuration file.
2255   * Removing options that are now in live-config from parameters.txt.
2256
2257  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 10 Jun 2010 12:38:52 +0200
2258
2259 live-boot (2.0~a7-1) unstable; urgency=low
2260
2261   [ Michal Suchanek ]
2262   * Adding initial iSCSI boot support.
2263   * Really set NETBOOT with iSCSI.
2264   * Document iscsi in the man page.
2265
2266   [ Daniel Baumann ]
2267   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
2268     care about that now.
2269
2270  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 20:22:33 +0200
2271
2272 live-boot (2.0~a6-1) unstable; urgency=low
2273
2274   [ Daniel Baumann ]
2275   * Updating update-version script.
2276   * Updating update-version script.
2277   * Removing keyboard bottom script, live-config takes care about that
2278     now.
2279   * Removing getty and login wrappers, live-config takes care about that
2280     now.
2281   * Removing configure_init bottom script, live-config takes care about
2282     that now.
2283
2284   [ Michal Suchanek ]
2285   * Moving check for iso image in initscript from the start to the end
2286     before ejecting media.
2287   * Using sendsigs.omit to avoid killing / (Closes: #584690).
2288
2289  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 08 Jun 2010 06:03:21 +0200
2290
2291 live-boot (2.0~a5-1) unstable; urgency=low
2292
2293   [ Michal Suchanek ]
2294   * Fixing http boot:
2295
2296   [ Daniel Baumann ]
2297   * Ammending 2.0~a3-1 changelog entry with bug number.
2298
2299   [ Michal Suchanek ]
2300   * Adding support for booting iso images over http or wget.
2301
2302   [ Daniel Baumann ]
2303   * Renaming internal ext_mountpoint variable to alt_mountpoint for
2304     clarity.
2305
2306   [ Michal Suchanek ]
2307   * Removing leftover url= option, this ain't gonna work this way, see
2308     fetch=.
2309   * Adding DHCP debugging option.
2310   * Updating docs wrt/ httpfs.
2311
2312   [ Daniel Baumann ]
2313   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
2314     live-config.
2315   * Removing apt_cdrom bottom script, not used anyway.
2316   * Removing some boot parameters obsoleted by live-config.
2317
2318  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 05 Jun 2010 14:13:10 +0200
2319
2320 live-boot (2.0~a4-1) unstable; urgency=low
2321
2322   * Removing obsolete boot parameter from manpages.
2323   * Running checkbashisms with -f and -x in Makefile.
2324
2325  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jun 2010 22:47:20 +0200
2326
2327 live-boot (2.0~a3-1) unstable; urgency=low
2328
2329   * Removing umountfs bottom script, not needed anymore (see #518463).
2330
2331  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:28:32 +0200
2332
2333 live-boot (2.0~a2-1) unstable; urgency=low
2334
2335   * Removing locales  bottom script, now handled by live-config.
2336   * Simplyfing makefile a bit.
2337
2338  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 27 May 2010 22:42:36 +0200
2339
2340 live-boot (2.0~a1-1) experimental; urgency=low
2341
2342   * Initial release.
2343
2344  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 May 2010 10:46:39 +0200
2345
2346 live-initramfs (1.236.2-1) unstable; urgency=medium
2347
2348   * Removing spurious '+' when making debconf db read-only (Closes:
2349     #581808).
2350
2351  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 18 May 2010 06:51:31 +0200
2352
2353 live-initramfs (1.236.1-1) unstable; urgency=low
2354
2355   * Merging casper 1.216.
2356   * Merging casper 1.217.
2357   * Merging casper 1.218.
2358   * Merging casper 1.219.
2359   * Merging casper 1.220.
2360   * Merging casper 1.221.
2361   * Merging casper 1.222.
2362   * Merging casper 1.223.
2363   * Merging casper 1.224.
2364   * Merging casper 1.225.
2365   * Merging casper 1.226.
2366   * Merging casper 1.227.
2367   * Merging casper 1.228.
2368   * Merging casper 1.229.
2369   * Merging casper 1.230.
2370   * Merging casper 1.231.
2371   * Merging casper 1.232.
2372   * Merging casper 1.233.
2373   * Merging casper 1.234.
2374   * Merging casper 1.235.
2375   * Merging casper 1.236.
2376
2377  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 May 2010 06:03:01 +0200
2378
2379 live-initramfs (1.215.1-1) unstable; urgency=low
2380
2381   [ Daniel Baumann ]
2382   * Merging casper 1.200.
2383   * Merging casper 1.201.
2384   * Merging casper 1.202.
2385   * Merging casper 1.203.
2386   * Merging casper 1.204.
2387   * Merging casper 1.205.
2388   * Merging casper 1.206.
2389   * Merging casper 1.207.
2390   * Merging casper 1.208.
2391   * Merging casper 1.209.
2392   * Merging casper 1.210.
2393   * Merging casper 1.211.
2394   * Merging casper 1.212.
2395   * Merging casper 1.213.
2396   * Merging casper 1.214.
2397   * Merging casper 1.215.
2398
2399   [ Steven Shiau ]
2400   * No timeout as running ipconfig for network booting.
2401
2402  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 May 2010 15:52:01 +0200
2403
2404 live-initramfs (1.199.1-1) unstable; urgency=low
2405
2406   * Updating maintainer field.
2407   * Merging casper 1.178.
2408   * Merging casper 1.179.
2409   * Merging casper 1.180.
2410   * Merging casper 1.181.
2411   * Merging casper 1.182.
2412   * Merging casper 1.183.
2413   * Merging casper 1.184.
2414   * Merging casper 1.185.
2415   * Merging casper 1.186.
2416   * Merging casper 1.187.
2417   * Merging casper 1.188.
2418   * Merging casper 1.189.
2419   * Merging casper 1.190.
2420   * Merging casper 1.191.
2421   * Merging casper 1.192.
2422   * Merging casper 1.193.
2423   * Move dummy start target in initscript.
2424   * Merging casper 1.194.
2425   * Merging casper 1.195.
2426   * Merging casper 1.196.
2427   * Merging casper 1.197.
2428   * Merging casper 1.198.
2429   * Merging casper 1.199.
2430
2431  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 19:19:23 +0200
2432
2433 live-initramfs (1.177.2-1) unstable; urgency=low
2434
2435   [ Marco Amadori ]
2436   * Do not specify 'noxino' between directories.
2437
2438   [ Michael Prokop ]
2439   * Support bootoptions ethdevice and ethdevice-timeout for specifying
2440     from which device you want to boot from and using which timeout
2441     (being 30 seconds if unconfigured), if ethdevice is not specified
2442     try to get a working network configuration for each existing network
2443     device.
2444   * Prefer removable devices over non-removable devices, so scan them
2445     first.
2446   * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
2447     bootoption.
2448   * Do not leak modprobe options to avoid booting errors with kernel
2449     options like libata.dma=0.
2450
2451  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 05 Apr 2010 10:07:12 +0200
2452
2453 live-initramfs (1.177.1-1) unstable; urgency=low
2454
2455   [ Daniel Baumann ]
2456   * Removing etch compatibility.
2457   * Merging casper 1.174.
2458   * Adding proper code comments about vol_id removal.
2459   * Merging casper 1.175.
2460
2461   [ Steven Shiau ]
2462   * Making select_eth_device work with 2nd NIC linked only and FETCH
2463     assigned.
2464   * Moving select_eth_device from init-premount to live-premount where
2465     "udevadm" commands are not required.
2466
2467   [ Daniel Baumann ]
2468   * Merging casper 1.176.
2469   * Merging casper 1.177.
2470   * Adding message to notify users when live-initramfs is falling back
2471     to unionfs-fuse.
2472   * Manually loading fuse when required.
2473
2474  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Mar 2010 20:29:01 +0100
2475
2476 live-initramfs (1.173.5-1) unstable; urgency=low
2477
2478   [ Daniel Baumann ]
2479   * Updating contact information in copyright file.
2480   * Simplyfing initramfs triggers (Closes: #521129, #545842).
2481   * Wrapping fields in control file.
2482   * Using minimized rules file.
2483   * Simplifying wording in bug-presubj file.
2484
2485   [ Andreas Teuchert ]
2486   * Calling udevadm settle in scripts/init-premount/select_eth_device
2487     (Closes: #570100).
2488
2489   [ Tanguy Ortolo ]
2490   * Also respecting persistent-path parameter for snapshots (Closes:
2491     #570162).
2492
2493  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:27:57 +0100
2494
2495 live-initramfs (1.173.4-1) unstable; urgency=low
2496
2497   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
2498     hack.
2499   * Correcting path in previous commit.
2500   * Disabling kaboom (Closes: #556368).
2501
2502  -- Daniel Baumann <mail@daniel-baumann.ch>11.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
2503
2504 live-initramfs (1.173.3-1) unstable; urgency=low
2505
2506   * Using noxino instead of xino, as the latter is not supported by
2507     aufs2 as we need to use it.
2508
2509  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 16:16:46 +0100
2510
2511 live-initramfs (1.173.2-1) unstable; urgency=low
2512
2513   [ Daniel Baumann ]
2514   * Updating homepage field in control.
2515
2516   [ amnesia ]
2517   * Correcting live-media=removeable{,-usb} behaviour to match the
2518     documented one.
2519
2520   [ Daniel Baumann ]
2521   * Removing unionfs workaround for kernel versions << 2.6.22, not
2522     usefull anymore.
2523   * Mounting aufs layer with detached inode index, this solves the
2524     'leaving unclean filesystem when using persistency' problem.
2525   * Removing unused syncs in initscript.
2526
2527   [ Luigi Capriotti ]
2528   * Skip loading usb modules when quickusbmodules parameter is
2529     specified.
2530
2531  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Feb 2010 11:55:41 +0100
2532
2533 live-initramfs (1.173.1-1) unstable; urgency=medium
2534
2535   [ intrigeri ]
2536   * Taking noprompt into account for USB flash drives as well.
2537   * Restoring opt-in behavior for local swap partitions.
2538
2539   [ Daniel Baumann ]
2540   * Updating package to debhelper 7.
2541   * Updating package to standards 3.8.3.
2542   * Don't use dh_clean in favour of dh_prep.
2543
2544   [ Luigi Capriotti ]
2545   * Also allowing hook= to specify files inside the image through
2546     file:// prefix.
2547
2548   [ Daniel Baumann ]
2549   * Forwardporting and extending usage of rsync when booting with toram
2550     based on a patch from Michael Prokop <mika@grml.org>.
2551
2552   [ Michael Prokop ]
2553   * Adding support for isofrom/fromiso bootoption.
2554
2555   [ Daniel Baumann ]
2556   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
2557     harddisk devices to read-only mode for forensics investigations.
2558
2559   [ Michael Prokop ]
2560   * Adding support for ethdevice bootoption.
2561
2562   [ Daniel Baumann ]
2563   * Merging casper 1.158.
2564   * Merging casper 1.159.
2565   * Merging casper 1.160.
2566   * Merging casper 1.161.
2567   * Merging casper 1.162.
2568   * Merging casper 1.163.
2569   * Merging casper 1.164.
2570   * Merging casper 1.165.
2571   * Merging casper 1.166.
2572   * Merging casper 1.167.
2573   * Merging casper 1.168.
2574   * Merging casper 1.169.
2575   * Merging casper 1.170.
2576   * Merging casper 1.171.
2577   * Merging casper 1.172.
2578   * Merging casper 1.173.
2579   * Adding skipconfig parameter to disable most customization.
2580
2581   [ Marco Amadori ]
2582   * cpio snapshots: eval commands fix.
2583
2584   [ Daniel Baumann ]
2585   * Updating defaults file of console-setup for squeeze, thanks to Jun
2586     NOGATA <nogajun@gmail.com> (Closes: #560187).
2587   * Adding explicit debian source version 1.0 until switch to 3.0.
2588   * Adding select_eth_device script from Frederic Boiteux
2589     <fboiteux@calistel.com>.
2590   * Including rsync conditionally.
2591   * Updating year in copyright file.
2592   * Don't panic with persistency when we can't correctly mount the
2593     filesystem (Closes: #565456).
2594
2595   [ Ben Armstrong ]
2596   * Correcting keyboard handling for squeeze.
2597   * Only edit usplash init script if it exists.
2598   * Use klayout= for layout instead of kbd=.
2599
2600   [ Daniel Baumann ]
2601   * Updating to standards version 3.8.4.
2602
2603  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 16:44:08 +0100
2604
2605 live-initramfs (1.157.4-2) unstable; urgency=high
2606
2607   [ Michael Prokop ]
2608   * Avoid the use of fstype in a running live system, as it's
2609     a executable and not a shell function and causes problems
2610     for example within live-snapshot.
2611   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
2612
2613   [ Tzafrir Cohen ]
2614   * Adjusting grep call in is_nice_device to match new output of vol_id.
2615
2616  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Nov 2009 19:07:41 +0100
2617
2618 live-initramfs (1.157.4-1) unstable; urgency=medium
2619
2620   [ Daniel Baumann ]
2621   * Forcing run of dexconf when booting with xdriver=dexconf.
2622   * Adding (experimental) forcepersistentfsck bootoption to force fsck
2623     on root persistency device.
2624   * Adding presubj for reportbug.
2625   * Removing unused sed call in update target of Makefile.
2626   * Updating included languagelist from d-i.
2627   * Correcting install calls for reportbug files in rules.
2628   * Including d-i languagelist in initrd in order evaluate l10n
2629     settings.
2630   * Updating lang2locale(); to match new d-i langualgelist format.
2631   * Adding additional two sync calls before powerof happens in order to
2632     deal with 'does not cleanly unmount' problem when using root
2633     persistency.
2634   * Updating vcs fields.
2635   * Adding auto value for xvideomode where we ensure that no
2636     configuration from the persistency layer is respected.
2637
2638   [ Marco Amadori ]
2639   * Fixed FIXME sections in manpages.
2640
2641   [ Daniel Baumann ]
2642   * Including udev binaries in initramfs manually for squeeze and newer
2643     (Closes: #547149).
2644   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
2645     media-path when toram is used (Closes: #534878).
2646   * Simplyfing and correcting udev inclusion in initramfs hook.
2647
2648  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Oct 2009 20:29:31 +0200
2649
2650 live-initramfs (1.157.3-1) unstable; urgency=low
2651
2652   [ Daniel Baumann ]
2653   * Initial commit for having support for swapfiles.
2654   * Initial commit for having support for persistency on luks.
2655
2656   [ Marco Amadori ]
2657   * Partition snapshots works again.
2658   * Added "whole partition" snapshot resync type.
2659   * Two return code consistency fix.
2660   * Improved an useful debug string.
2661   * Cleaned a bit the snapshot feature.
2662
2663   [ Steven Shiau ]
2664   * Making fetch to work with file on sub dir on tftp server.
2665
2666   [ Daniel Baumann ]
2667   * Avoiding echo bashism in live-initramfs.init by using printf instead
2668     (Closes: #530128).
2669   * Correcting wrong path when disabling anacron in 25configure_init,
2670     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
2671     #533046).
2672   * Removing disabling of postfix in 25configure_init, it's not
2673     appropriate for debian to do this by default. Thanks to Rui Bernardo
2674     <rui.bernardo.pt@gmail.com>.
2675   * Correcting typo in description of the ip boot parameter in live-
2676     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
2677     (Closes: #532471).
2678
2679   [ Marco Amadori ]
2680   * Removed two bashisms on live-snapshot.
2681
2682   [ Daniel Baumann ]
2683   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
2684     <l.capriotti@xbmc.org>.
2685
2686   [ Luigi Capriotti ]
2687   * Fixing possible invalid results from function where_is_mounted by
2688     returning more than one line inwhere_is_mounted();.
2689   * Fixing relaxed permissions of / in the live filesystem.
2690   * Fixing invalid mangling of /etc/event.d/tty.
2691   * Fixing typo in snapshot file list.
2692
2693   [ Daniel Baumann ]
2694   * Correcting cryptsetup calls for persistency on luks.
2695   * Copy live-installer-launcher desktop icon on users desktop.
2696   * Also updating USB device detection in initramfs script for linux
2697     2.6.29 and newer.
2698   * Adding missing pipe in cryptsetup call for persistency on luks
2699     partitions.
2700   * Making plainroot work (Closes: #523120).
2701
2702   [ Marco Amadori ]
2703   * persistent=nofiles fix (Closes: 522383).
2704
2705   [ Daniel Baumann ]
2706   * Looking for persistency partitions on luks devices only if we boot
2707     with persistent=cryptsetup.
2708   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
2709     not installed.
2710   * Optimizing gnome-panel-data bottom script by leaving out the stupid
2711     things.
2712
2713   [ Richard Nelson ]
2714   * Allow for multiple but unique persistent media.
2715
2716  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:37:57 +0200
2717
2718 live-initramfs (1.157.2-1) unstable; urgency=medium
2719
2720   * Correcting fstab handling to not always append entries forever when using
2721     persistency.
2722   * Correcting kdm live-autologin handling to not always append entries forever
2723     when using persistency.
2724   * Correcting handling of locale default and environment handling to not always
2725     append entries forever when using persistency.
2726   * Correcting swap partition handling in fstab to not always append entries
2727     forever when using persistency.
2728   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
2729   * Merging swap live-bottom script into fstab script; there is no other sane
2730     possibility to prevent appending again and again in persistent mode.
2731   * Making sure that old swap entries are removed before new ones are added.
2732   * Adding cryptsetup to recommends, it's used for encrypted persistent
2733     partitions.
2734   * Restoring previous behaviour of ejecting the cd when being in non-persistent
2735     mode, thanks to Julien Cristau <jcristau@debian.org>.
2736   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
2737     and newer.
2738
2739  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 May 2009 10:00:00 +0200
2740
2741 live-initramfs (1.157.1-1) unstable; urgency=medium
2742
2743   [ Daniel Baumann ]
2744   * Only snapshotting in initscript when we actually run with persistence.
2745
2746   [ Rene Mayrhofer ]
2747   * Checking if /var/log is writable before trying to copy live.log to the newly
2748     mounted root filesystem (Closes: #516914).
2749
2750   [ Daniel Baumann ]
2751   * Improving check in 21xdriver when we don't do anything.
2752   * Adding hack to remove live specific filesystems from umounfs initscript
2753     (Closes: #506410, #515718).
2754   * Adding comsetic line wrapping for output of local-gen messages during boot.
2755   * Merging casper 1.157.
2756   * Only calling install-keymap if it's actually installed, which is always but
2757     in minimal images the case though (Closes: #517153).
2758   * Adding silent boot parameter.
2759   * Respecting media timeout even when specificing media device manually.
2760   * Also allowing to use the removable keyword for specifying a live media.
2761   * Correcting accidental syntax error in one of the previous commits in
2762     19keyboard bottom script.
2763   * Adding removable-usb keyword to further restrict live media selection.
2764   * Correcting check for usb when using removable-usb keyword.
2765   * Correcting typo in locale bottom script.
2766
2767  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 21 Mar 2009 14:00:00 +0100
2768
2769 live-initramfs (1.156.1-1) unstable; urgency=high
2770
2771   [ Daniel Baumann ]
2772   * Revert using debhelper 7 command in rules.
2773   * Updating copyright file.
2774   * Prefixing debhelper files with package name.
2775   * Updating bug script.
2776   * Removing bashism in initscript.
2777   * Usage of dialog in initscript is not actually a todo.
2778   * Correcting medium eject message in initscript.
2779   * Making medium removal message working again with usplash.
2780   * Rewrapping init script.
2781   * Reordering rules file.
2782   * Merging casper 1.155.
2783   * Adding ext4 support.
2784   * Merging casper 1.156.
2785   * Correct eject login in initscript.
2786   * Updating parameters.txt.
2787
2788   [ Ronny Standtke ]
2789   * Do not eject USB flash drives (Closes: #457070).
2790
2791  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  8 Feb 2009 15:00:00 +0100
2792
2793 live-initramfs (1.154.8-1) unstable; urgency=high
2794
2795   [ Kai Hendry ]
2796   * Adding basic xrandr support for lenny to enforce a particular
2797     resolution through bootparameter.
2798
2799  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Jan 2009 00:00:00 +0100
2800
2801 live-initramfs (1.154.7-1) unstable; urgency=medium
2802
2803   * Adding note about URL limitations in live-initramfs manpage when
2804     using fetch parameter.
2805   * Removing wc from hook again, that's an ubuntu only problem they have
2806     to care about.
2807
2808  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jan 2009 18:00:00 +0100
2809
2810 live-initramfs (1.154.6-1) unstable; urgency=medium
2811
2812   * Replacing casper with live in live-new-uuid.
2813   * Including wc in initramfs (Closes: #512413).
2814   * Added missing variable quoting that lead to broken root persistence, thanks
2815     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
2816   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
2817     a path for the persistence files through persistent-path boot parameter
2818     (Closes: #512661).
2819   * Adding persistent-path to parameter list and manpage.
2820   * Actually building/cleaning manpages through targets in Makefile.
2821
2822  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Jan 2009 02:00:00 +0100
2823
2824 live-initramfs (1.154.5-1) unstable; urgency=low
2825
2826   * Also checking for wicd in 23networking, thanks to Ben Armstrong
2827     <synrg@debian.org>.
2828   * Don't redirect output of fstype detection to standard out, thanks to Ronny
2829     Standtke <Ronny.Standtke@gmx.net>.
2830   * Silencing grep call on /etc/passwd.
2831   * Silencing xorg reconfiguration, thanks to Ronny Standtke
2832     <Ronny.Standtke@gmx.net>.
2833
2834  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
2835
2836 live-initramfs (1.154.4-1) unstable; urgency=low
2837
2838   [ Rene Mayrhofer ]
2839   * Support further checks on loopback image and support skipping union
2840     mounts (Closes: #509446).
2841
2842  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
2843
2844 live-initramfs (1.154.3-1) unstable; urgency=medium
2845
2846   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
2847     to set variables in previous bottom scripts.
2848
2849  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
2850
2851 live-initramfs (1.154.2-1) unstable; urgency=medium
2852
2853   [ Daniel Baumann ]
2854   * Updating authors file.
2855
2856   [ Marco Amadori ]
2857   * Reworked integrity-check (Closes: #507477).
2858   * Cleaned the boot log a bit.
2859
2860  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
2861
2862 live-initramfs (1.154.1-1) unstable; urgency=low
2863
2864   * Merging casper 1.140-1.154.
2865   * Add a warning message when no image can be found.
2866   * Adding a panic message when we netboot and have no supported network
2867     device (Closes: #496684).
2868   * Turning 'no supported filesystem images found' into a panic message,
2869     rather than a warning.
2870   * Also adding ralink to network device check.
2871   * Removing spurious 'livefs_root' in copy_live_to();.
2872
2873  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
2874
2875 live-initramfs (1.139.1-4) unstable; urgency=medium
2876
2877   [ Chris Lamb ]
2878   * Remove (accidental?) debian/changelog entry.
2879   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
2880   * Use "test -s" instead of testing file availability and size.
2881   * Be consistent in using 0/1 for True/False values instead of English
2882     representations.
2883   * Reflow some grammar in comments and in live-initramfs(7).
2884   * Reflow long 'tr'-based pipelines for readability.
2885   * Don't "cat |" to grep.
2886
2887   [ Daniel Baumann ]
2888   * Replacing obsolete dh_clean -k with dh_prep.
2889
2890   [ Marco Amadori ]
2891   * Changed HOSTNAME and /etc/hosts handling.
2892   * Conditional creation of /etc/fstab.
2893   * live-snapshot: fixed include-list handling.
2894   * Reordered persistence lookups and boundaries (Closes: #500672).
2895   * Search for partition labels only (Closes: #486469).
2896   * Implemented a snapshot exclude list.
2897   * Implemented a persistence exclude list.
2898   * Manpage clarifications on "nofiles".
2899   * Do not pollute the logs when looking for swap partitions.
2900   * Removed all "cat | grep", with grep, awk and sed.
2901
2902  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
2903
2904 live-initramfs (1.139.1-3) unstable; urgency=medium
2905
2906   [ Chris Lamb ]
2907   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
2908
2909   [ Daniel Baumann ]
2910   * Removing currently unused Upstream-Depends field in control.
2911   * Updating vcs fields in control file.
2912   * Sourcing live.vars in 15autologin directly, rather than to inherit
2913     from live-functions.
2914
2915   [ Marco Amadori ]
2916   * Removed some useless spaces.
2917   * Fix default user handling.
2918   * Added a pretty vital mount debug string.
2919   * Create /etc/mtab on the initramfs ASAP.
2920   * Removed mount -n option, since mtab is there.
2921   * Re-enable "break=live-premount" debug.
2922   * Skipped some runtime duplicated execution.
2923   * Add real cpio to initramfs for snapshot's uses.
2924   * Fixed try_snap() umounting on error.
2925   * Override maybe_break from initramfs-tools.
2926   * Forces use of initramfs cpio over busybox's one.
2927   * Fixed a wrong trial to copy an unexistant snapshot.
2928   * Check for files and umount only if you can mount it first.
2929   * Included more debug and comments on persistence code.
2930   * Set -u in live-snapshot only in debug mode.
2931
2932   [ Michael Prokop ]
2933   * Ignore errors from fstype.
2934
2935  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
2936
2937 live-initramfs (1.139.1-2) unstable; urgency=medium
2938
2939   [ Daniel Baumann ]
2940   * If the filesystem type of the rootfs cannot be automatically detected, we
2941     try to assume it from the extension of the imagefile we have found. Thanks
2942     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
2943   * Setting project email address to the new debian-live@lists.debian.org.
2944   * Disabling default usage of local swap partitions. Can be enabled with the
2945     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
2946     bringing it up.
2947
2948   [ Michal Suchanek ]
2949   * Enabling the "remove CD" prompt in splashy.
2950
2951  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
2952
2953 live-initramfs (1.139.1-1) unstable; urgency=medium
2954
2955   [ Ben Voui ]
2956   * Adding support for Virtio vd[a-z] drives.
2957
2958   [ Chris Lamb ]
2959   * Move loop-aes-tools to Suggests; live-helper should install them if
2960     required.
2961   * Remove unnecessary indentation level.
2962   * Modify hiding of harmless X.org reconfiguring messages.
2963   * Revert to using uid 1000 as PAM bug seems to have disappeared
2964     (Closes: #433076)
2965   * Hide error from attempting to "mount --move"
2966   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
2967   * Don't configure X.org if it's not installed.
2968   * Fix check for X.org.
2969   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
2970     warnings.
2971   * Silence another "script-not-executable" message for a sourced library.
2972   * Add missing pipe. Thanks to Andreas Bombe.
2973   * Shamefully adding myself to CREDITS
2974   * Tidy "Disabling update-initramfs" message.
2975   * Re-order some commands so we don't call log_begin_msg without calling
2976     log_end_msg.
2977   * Don't configure X when /usr/bin/X does not exist.
2978   * Silence 'script-not-executable' lintian warning - live-functions script is
2979     always sourced.
2980   * Fix spacing in swirl.
2981   * Override log_*_msg to print nicer status text (until #494257 is merged).
2982   * Hide "overwriting possibly-customised configuration file" in X.org setup
2983     output.
2984   * Hide "Shadow passwords are now on" status message on bootup.
2985   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
2986     functions.
2987   * Rework locale handling
2988   * Print friendly error message on live-initramfs panic.
2989   * Fix path issue with live-preseed causing noisy errors when booting.
2990   * Silence a number of annoying and distracting bootup messages.
2991   * Add missing "log_end_msg" to live-bottom/21xdriver.
2992   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
2993   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
2994   * Move some arch-indep helper utilities to Build-Depends-Indep.
2995   * Set default cow_mountopt where the other defaults are used.
2996   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
2997     "lostup"
2998
2999   [ Daniel Baumann ]
3000   * Updating authors file.
3001   * Merging casper 1.139.
3002   * Not going over the top with exclamation marks in the panic message.
3003   * Updating credits file.
3004   * Slightely adjusting to the more widespread used ascii swirl.
3005   * Merging casper 1.138.
3006   * Merging casper 1.137.
3007
3008   [ Marco Amadori ]
3009   * Added "-n" option to all mount commands, thanks to Peter Holik
3010     <peter@holik.at> for pointing this out.
3011   * Be sure that the discovered filesystem is not null.
3012   * The list of supported filesytems goes dynamic.
3013   * Added ntfs filesystem to the initramfs.
3014
3015   [ Michael Prokop ]
3016   * Move sourcing of live-functions in 38disable_restricted_manager to correct
3017     place.
3018
3019   [ Steven Shiau ]
3020   * Adding support for using tftp in fetch= parameter.
3021   * Another fix about using udevsettle or "udevadm settle".
3022
3023  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
3024
3025 live-initramfs (1.136.3-1) unstable; urgency=medium
3026
3027   [ Michael Prokop ]
3028   * Make sure mounting /cow-tmpfs provides mount options.
3029
3030  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jul 2008 00:00:00 +0200
3031
3032 live-initramfs (1.136.2-1) unstable; urgency=medium
3033
3034   * Replacing previous imperfect changes for udevadm with check for
3035     udevadm and using old commands when beeing on etch. Also handling
3036     udevtrigger with udevadm if available.
3037   * Correcting httpfs2 inclusion in hook.
3038
3039  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 16 Jul 2008 00:00:00 +0200
3040
3041 live-initramfs (1.136.1-1) unstable; urgency=medium
3042
3043   [ Chris Lamb ]
3044   * Fix call to log_warning_msg. Thanks to Bradley Smith
3045     <brad@brad-smith.co.uk>.
3046   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
3047     kernels on powerpc.
3048   * Check losetup capabilities before specifying to mount as read-only.
3049   * Modprobe 'esp' SCSI driver for the benefit of sparc.
3050   * Quieten call to modprobe ide-generic.
3051   * Move local-top/live to live-premount/modules so it gets called before
3052     find_livefs.
3053   * Sync bug script "dpkg -l" calls with debian/control
3054
3055   [ Daniel Baumann ]
3056   * Defaulting now to aufs if no union= parameter is given.
3057   * Merging casper version 1.136.
3058   * Merging casper version 1.135.
3059   * Merging casper version 1.134.
3060   * Merging casper version 1.133.
3061   * Converting udev depends into a versioned depends in order to reflect udevadm
3062     introduction.
3063   * Updating live-snapshot to GPL-3+.
3064   * Updating to standards 3.8.0.
3065   * Renaming forgotton uuid file to live-uuid.
3066
3067   [ Marco Amadori ]
3068   * udevtrigger replacement.
3069   * live-snapshot: fixed the remount helper.
3070   * live-snapshot: now supports a static keep file list.
3071   * Try to bind /cow to /live/cow if unable to move.
3072   * live-snapshot: cleaned some wordings.
3073   * live-snapshot: included vital informations on exit.
3074   * live-snapshot: new "--refresh" option.
3075   * live-snapshot: cleaned and sorted used command line defaults.
3076   * live-snapshot: nicer default auto unmount logic.
3077   * live-snapshot: honour "-o|--output FILE".
3078   * live-snapshot: removed a useless mkdir.
3079   * live-snapshot: removed an unused and useless function.
3080   * live-snapshot: fixes snapshotting from resync string.
3081
3082   [ Michal Suchanek ]
3083   * Add support for httpfs= and ftpfs= parameters.
3084
3085  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
3086
3087 live-initramfs (1.132.1-1) unstable; urgency=medium
3088
3089   [ Chris Lamb ]
3090   * Don't escape asterisks in languagelist update code
3091
3092   [ Daniel Baumann ]
3093   * Updating copyright header in live-snapshot.
3094   * Removing useless whitespaces and empty lines.
3095   * Correcting grammatical errors in live-snapshot description.
3096   * Removing live-snapshot version as this component is always released
3097     within live-initramfs itself.
3098   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
3099   * Merging casper 1.132.
3100   * Merging casper 1.131.
3101   * Ignoring floppy devices for live filesystem as well as live
3102     persistency.
3103   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
3104     live.log and show its messages during boot (Closes: #440238).
3105   * Updating vcs fields in control file.
3106   * Handling conflicting klibc includes with initramfs-hooks of other
3107     packages (Closes: 475783).
3108
3109   [ Marco Amadori ]
3110   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
3111     '/mnt'" bug.
3112   * Calling live-snapshot now produces an output file.
3113
3114   [ Michal Suchanek ]
3115   * Workaround loop-aes-utils losetup incompatibility
3116   * Fix toram (change mount --move to mount -o move)
3117
3118  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 02 Jun 2008 00:00:00 +0200
3119
3120 live-initramfs (1.130.1-3) unstable; urgency=high
3121
3122   * Handle non-existing klibc includes in live hook (Closes: #475783).
3123   * Adding loop-aes-utils to recommends.
3124
3125  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2008 16:00:00 +0200
3126
3127 live-initramfs (1.130.1-2) unstable; urgency=medium
3128
3129   [ Chris Lamb ]
3130   * Remove bogus dependency on Ubuntu "localechooser-data" package
3131
3132  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 17 Apr 2008 06:00:00 +0200
3133
3134 live-initramfs (1.130.1-1) unstable; urgency=medium
3135
3136   [ Chris Lamb ]
3137   * Use triggers when calling update-initramfs in postinst and postrm
3138
3139   [ Daniel Baumann ]
3140   * Sorting some lines in live hook.
3141   * Merging casper 1.130.
3142   * Merging casper 1.129.
3143   * Adjusting code formating in maintainer scripts.
3144   * Restricting counting of installed kernels based on /boot/vmlinuz-*
3145     instead of /boot/vmlinuz*.
3146
3147  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
3148
3149 live-initramfs (1.128.1-1) unstable; urgency=medium
3150
3151   [ Marco Amadori ]
3152   * Fixed a misleading debug message.
3153   * Added /cow mounting debug messages.
3154   * Fixed /cow mounting.
3155   * Klibc: added some libraries to the intramfs.
3156
3157   [ Daniel Baumann ]
3158   * Merging casper 1.128.
3159
3160  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
3161
3162 live-initramfs (1.127.1-1) unstable; urgency=medium
3163
3164   [ Daniel Baumann ]
3165   * Merging casper 1.127.
3166   * Merging casper 1.126.
3167   * Removing too early recommends to live-initscripts in control to make
3168     some people happy (Closes: #431000).
3169
3170   [ Chris Lamb ]
3171   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
3172     (?) bug
3173   * scripts/live-helpers: Don't search ram block devices
3174   * scripts/live-helpers: Search / use case
3175   * scripts/live-helpers: Fixes for set -e
3176   * bin/live-snapshot: Vastly rework script
3177   * bin/live-snapshot: Fix argument handling (Closes: #461595)
3178   * scripts/live: Make 'nopersistent' parameter actually disable
3179     persistence
3180
3181  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
3182
3183 live-initramfs (1.125.1-1) unstable; urgency=medium
3184
3185   [ Daniel Baumann ]
3186   * Merging casper 1.125.
3187
3188   [ Chris Lamb ]
3189   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
3190   * Rename 18hostname -> 06hostname
3191
3192  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
3193
3194 live-initramfs (1.124.1-1) unstable; urgency=medium
3195
3196   [ Daniel Baumann ]
3197   * Adjusting live-snapshot to live-initramfs.
3198   * Merging casper 1.124.
3199   * Adjusting 44pk_allow to live-initramfs.
3200   * Merging casper 1.123.
3201   * Merging casper 1.122.
3202   * Merging casper 1.121.
3203   * Merging casper 1.120.
3204
3205   [ Chris Lamb ]
3206   * 99hook: Download hook script from inside target filesystem
3207
3208  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Mar 2008 00:00:00 +0100
3209
3210 live-initramfs (1.119.1-1) unstable; urgency=medium
3211
3212   * Creating resolv.conf when netbooting not just when there's no
3213     resolv.conf, but also when it is empty.
3214   * Making hooks executable after fetching them.
3215   * Removing disabling of kwallet.
3216   * Merging casper 1.119.
3217
3218  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
3219
3220 live-initramfs (1.118.2-1) unstable; urgency=medium
3221
3222   [ Andrey Asadchev ]
3223   * Explicitly set Xorg video driver.
3224   * Patch to use cryptsetup volumes for persistent storage.
3225
3226   [ Daniel Baumann ]
3227   * New upstream release.
3228   * Fixing wrong email address in changelog (was bug in git-dch config).
3229   * Bumping package to policy 3.7.3.
3230   * Rewriting copyright in machine-interpretable format.
3231   * Adding hook parameter to execute custom scripts.
3232   * Adding plainroot.
3233
3234   [ Marco Amadori ]
3235   * Now it includes lzma kernel module dependencies.
3236
3237  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
3238
3239 live-initramfs (1.118.1-1) unstable; urgency=medium
3240
3241   [ Daniel Baumann ]
3242   * New upstream release.
3243   * Adding direct depends to udev, thanks to Anton Lundin
3244     <glance@acc.umu.se> (Closes: #452448).
3245   * Merging casper 1.111.
3246   * Bumping version to 1.110.1-1.
3247   * Merging casper 1.112.
3248   * Merging casper 1.113.
3249   * Adjusting to live-initramfs.
3250   * Bumping version to 1.113.1-1.
3251   * Merging casper 1.114.
3252   * Merging casper 1.115.
3253   * Merging casper 1.116.
3254   * Merging casper 1.117.
3255   * Merging casper 1.118.
3256   * Bumping version to 1.118.1-1.
3257
3258   [ Otavio Salvador ]
3259   * debian: add mtd-tools as suggestion since it's required for jffs2
3260     support
3261   * hooks: include jffs2 kernel module on initramfs image
3262   * live-snapshot: add support to use jffs2 images
3263   * live: add support for jffs2 images and snapshots
3264   * live-helpers: add jffs2 as a valid image
3265   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
3266
3267  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:35:00 +0100
3268
3269 live-initramfs (1.110.7-1) unstable; urgency=medium
3270
3271   * New upstream release.
3272   * Fixing fstab handling.
3273   * Fixing regression from mounting the ow device on a nfs volume,
3274     thanks to An-Cheng Huang <ancheng@vyatta.com>.
3275
3276  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
3277
3278 live-initramfs (1.110.6-1) unstable; urgency=medium
3279
3280   * New upstream release.
3281   * Preparing live-initramfs 1.110.6-1.
3282   * Adding custom reportbug script.
3283   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
3284   * Adding checkbashsms call to test target of the Makefile as suggested
3285     by Trent W. Buck <trentbuck@gmail.com>.
3286
3287  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
3288
3289 live-initramfs (1.110.5-1) unstable; urgency=medium
3290
3291   * New upstream release.
3292   * Preparing live-initramfs 1.110.5-1.
3293   * Using kdm initscript autologin overrides, thanks to Kel Modderman
3294     <kel@otaku42.de>.
3295   * Setting the kdm language, thanks to Jordi Pujol
3296     <jordi_pujol@telefonica.net>.
3297   * Adding files to the live filesystem according to the MAC number,
3298     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
3299   * Fixing some coding style issues.
3300
3301  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
3302
3303 live-initramfs (1.110.4-1) unstable; urgency=medium
3304
3305   [ Daniel Baumann ]
3306   * New upstream release.
3307   * Preparing live-initramfs 1.110.3-1.
3308   * Correcting homepage field.
3309   * Correcting vcs fields.
3310
3311   [ Jesse Hathaway ]
3312   * add support for mounting the cow device on an nfs volume
3313
3314  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
3315
3316 live-initramfs (1.110.3-1) unstable; urgency=medium
3317
3318   [ Daniel Baumann ]
3319   * New upstream release.
3320   * Preparing live-initramfs 1.110.3-1.
3321   * Removing ubuntu support.
3322
3323   [ Alex Owen ]
3324   * Fix typo to get serial console to work
3325
3326   [ Jesse Hathaway ]
3327   * add support for exposedroot option for live-helper
3328
3329  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
3330
3331 live-initramfs (1.110.2-1) unstable; urgency=medium
3332
3333   * New upstream release.
3334   * Preparing live-initramfs 1.110.2-1.
3335   * Fixing typing error.
3336   * Removing nodiratime as it is already included in noatime, thanks to Kel
3337     Modderman <kel@otaku42.de>.
3338
3339  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
3340
3341 live-initramfs (1.110.1-1) unstable; urgency=medium
3342
3343   * New upstream release.
3344   * Preparing live-initramfs 1.107.2-1.
3345   * Also using nodiratime, not just noatime.
3346   * Merging casper 1.108.
3347   * Adjusting to live-initramfs.
3348   * Merging casper 1.109.
3349   * Adjusting to live-initramfs.
3350   * Merging casper 1.110.
3351   * Adjusting to live-initramfs.
3352   * Bumping version to 1.110.1-1.
3353
3354  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
3355
3356 live-initramfs (1.107.1-1) unstable; urgency=medium
3357
3358   * New upstream release.
3359   * Preparing live-initramfs 1.102.4-2.
3360   * Replacing backticks with POSIX expression.
3361   * Consistently using curly brackets for variables.
3362   * Fixing bashism.
3363   * Merging casper 1.105.
3364   * Adjusting to live-initramfs.
3365   * Bumping version to 1.105.1-1.
3366   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
3367     cow mount rather than binding it on /live/cow. This prevents the
3368     /cow mount showing up in /proc/mounts.
3369   * Merging casper 1.106.
3370   * Adjusting to live-initramfs.
3371   * Bumping version to 1.106.1-1.
3372   * Fixing wrong homepage field.
3373   * Fixing typing error.
3374   * Merging casper 1.107.
3375   * Bumping version to 1.107.1-1.
3376
3377  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
3378
3379 live-initramfs (1.104.1-1) unstable; urgency=medium
3380
3381   * New upstream release.
3382
3383  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
3384
3385 live-initramfs (1.102.1-1) unstable; urgency=medium
3386
3387   * New upstream release.
3388
3389  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
3390
3391 live-initramfs (1.99.2-1) unstable; urgency=medium
3392
3393   * New upstream release:
3394     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
3395       (Closes: #440235).
3396
3397  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
3398
3399 live-initramfs (1.99.1-1) unstable; urgency=medium
3400
3401   * New upstream release.
3402
3403  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
3404
3405 live-initramfs (1.96.2-1) unstable; urgency=medium
3406
3407   * New upstream release.
3408
3409  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
3410
3411 live-initramfs (1.96.1-1) unstable; urgency=medium
3412
3413   * New upstream release.
3414
3415  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
3416
3417 live-initramfs (1.95.3-1) unstable; urgency=medium
3418
3419   * New upstream release.
3420
3421  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
3422
3423 live-initramfs (1.95.2-1) unstable; urgency=medium
3424
3425   * New upstream release.
3426
3427  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
3428
3429 live-initramfs (1.95.1-1) unstable; urgency=medium
3430
3431   * New upstream release.
3432
3433  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
3434
3435 live-initramfs (1.91.6-1) unstable; urgency=medium
3436
3437   * New upstream release.
3438
3439  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
3440
3441 live-initramfs (1.91.5-1) unstable; urgency=medium
3442
3443   * New upstream release.
3444
3445  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
3446
3447 live-initramfs (1.91.4-1) unstable; urgency=medium
3448
3449   * New upstream release:
3450     - Dropping transitional package, not needed anymore.
3451
3452  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
3453
3454 live-initramfs (1.91.3-1) unstable; urgency=medium
3455
3456   * New upstream release.
3457
3458  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
3459
3460 live-initramfs (1.91.2-1) unstable; urgency=medium
3461
3462   * New upstream release.
3463
3464  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
3465
3466 live-initramfs (1.91.1-1) unstable; urgency=medium
3467
3468   * New upstream release.
3469
3470  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
3471
3472 live-initramfs (1.90.1-1) unstable; urgency=medium
3473
3474   * New upstream release.
3475
3476  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
3477
3478 live-initramfs (1.87.6-1) unstable; urgency=medium
3479
3480   * New upstream release.
3481
3482  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
3483
3484 live-initramfs (1.87.5-1) unstable; urgency=medium
3485
3486   * New upstream release, replacing casper.
3487
3488  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
3489
3490 live-initramfs (1.87.4-1) unstable; urgency=medium
3491
3492   * New upstream release.
3493
3494  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
3495
3496 live-initramfs (1.87.3-1) unstable; urgency=medium
3497
3498   * New upstream release.
3499
3500  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
3501
3502 live-initramfs (1.87.2-1) unstable; urgency=low
3503
3504   * New upstream release.
3505
3506  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
3507
3508 live-initramfs (1.87.1-1) unstable; urgency=low
3509
3510   * Initial release, forking casper.
3511
3512  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200