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