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