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