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