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