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