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