Update changelog.
[live-initramfs-grml.git] / debian / changelog
1 live-initramfs (1.215.1-1grml.01) unstable; urgency=low
2
3   * Drop support for raw images on block devices. We never
4     officially supported this feature at all, it is
5     too unreliable for robust booting.
6   * Add debian/patches/14_no_blkid_on_lenny.dpatch to make
7     sure we fall back to udev's vol_id if blkid isn't
8     available (as on lenny).
9
10  -- Michael Prokop <mika@grml.org>  Thu, 27 May 2010 23:48:57 +0200
11
12 live-initramfs (1.215.1-1grml.00) unstable; urgency=low
13
14   * Sync with Debian's version 1.215.1-1.
15   * Update debian/control (bump Standards-Version to 3.8.4 and
16     sync with Debian).
17   * Refresh debian/patches/07_support_findiso.dpatch.
18   * Drop 10_support_ethdevice.dpatch (applied upstream).
19   * Drop 14_prefer_removable_devices.dpatch (applied upstream).
20   * Drop 15_support_cciss_in_isofrom.dpatch (applied upstream).
21   * Drop 16_do_not_leak_modprobe_options.dpatch (applied upstream).
22
23  -- Michael Prokop <mika@grml.org>  Tue, 11 May 2010 11:12:38 +0200
24
25 live-initramfs (1.177.1-1grml.03) unstable; urgency=low
26
27   * Avoid booting failures when kernel options like libata.dma=0
28     are present.
29
30  -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 13:40:04 +0200
31
32 live-initramfs (1.177.1-1grml.02) unstable; urgency=low
33
34   * aufs2 in kernel 2.6.33 has a regression with regards to
35     accessing directories, causing e.g. FAI to fail.
36     A simple workaround in 05mountpoints addresses this issue.
37
38  -- Michael Prokop <mika@grml.org>  Thu, 01 Apr 2010 15:08:46 +0200
39
40 live-initramfs (1.177.1-1grml.00) unstable; urgency=low
41
42   * New patch to prefer removable devices over non-removable devices,
43     so scan them first.
44   * Support cciss host adapter in bootoption isofrom. [Testing: issue827]
45     [Testing: issue828]
46   * Synchronise with Debian's version 1.177.1-1 and its following
47     git commit bcf8114.
48
49  -- Michael Prokop <mika@grml.org>  Wed, 24 Mar 2010 01:05:31 +0100
50
51 live-initramfs (1.173.3-1grml.01) unstable; urgency=low
52
53   * Synchronise with Debian's version 1.173.3-1.
54   * Drop 5 of my patches that have been integrated upstream:
55     - 01_add_rsync.dpatch
56     - 02_more_verbose_toram.dpatch
57     - 04_drop_usage_of_fstype.dpatch
58     - 06_support_fromiso_isofrom.dpatch
59     - 08_readonly_devices.dpatch
60   * Change wording from "Mounted live system on ..." to
61     "Mounted live system from ..." and use '*' instead of '->' for
62     visualisation.
63   * Reword failure message in 05_boot_failure_message_grml.dpatch.
64   * New patch: always display warnings and failures on console, ignore
65     "quiet" bootoption and override log_* functions from initramfs-tools.
66   * Add patch 10validateroot to validate root device before accessing it.
67
68  -- Michael Prokop <mika@grml.org>  Sat, 20 Feb 2010 17:20:05 +0100
69
70 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
71
72   * Support bootoption bootid.
73
74  -- Michael Prokop <mika@grml.org>  Wed, 03 Feb 2010 01:44:06 +0100
75
76 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
77
78   * 10_support_ethdevice.dpatch - more robust network booting:
79     Support multiple network devices in bootoption ethdevice,
80     new bootoption ethdevice-timeout (override the default being
81     15 seconds for configuration) and automatically try to configure
82     all present network devices if not configured otherwise.
83
84  -- Michael Prokop <mika@grml.org>  Tue, 29 Dec 2009 22:38:10 +0100
85
86 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
87
88   * Synchronise with Debian's version 1.157.4-1.
89   * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
90     vol_id -> blkid issue (see #555529).
91
92  -- Michael Prokop <mika@grml.org>  Fri, 13 Nov 2009 23:29:39 +0100
93
94 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
95
96   * Add debian/patches/11_dhcphostname.patch (initial version by
97     Andreas Thienemann <andreas@bawue.net> - thanks!):
98     Support 'nodhcphostname' option which will disable setting the
99     hostname of the booted system according to the dns information.
100     This patch takes care of the netboot case.
101   * Bump Standards-Version to 3.8.3 (no further changes).
102
103  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 17:21:44 +0200
104
105 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
106
107   * Synchronise with Debian's version 1.157.3-1.
108   * debian/patches/07_support_findiso.dpatch: insert a leading "/"
109     in front of the FINDISO argument so it doesn't hit persons
110     who forget a slash in the bootoption. Suggested by
111     Philip Hands <phil@hands.com> - thanks!
112   * grml/23networking: add support for bootoption noudev so the
113     udev part in initramfs is skipped as well.
114   * New patch 10_support_ethdevice.dpatch: support setting NIC name
115     via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
116
117  -- Michael Prokop <mika@grml.org>  Sat, 05 Sep 2009 01:53:46 +0200
118
119 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
120
121   * Apply PXE patch on our own networking script instead of
122     using upstream's file.
123   * Bootoption readonly: set all present virtio blockdevices
124     (/dev/vd*) to readonly as well (thanks, gebi).
125
126  -- Michael Prokop <mika@grml.org>  Tue, 02 Jun 2009 01:05:17 +0200
127
128 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
129
130   * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
131
132     When installing grml for PXE boot the system has network after
133     boot but no usable DNS. /etc/resolv.conf is empty except the
134     warning to not edit this file manually but to use the resolvconf
135     tool.
136
137     The problem is, that the 23networking scripte in the initrd
138     correctly creates the resolv.conf, but it's being overwritten by
139     the resolvconf utility on boot.
140
141     The fix for now is to remove the symlink so resolvconf breaks
142     early and DNS is working then.
143
144  -- Michael Prokop <mika@grml.org>  Mon, 01 Jun 2009 18:47:01 +0200
145
146 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
147
148   * Update patch 07_support_findiso.dpatch: make sure to get rid of
149     loopback device and unmount /live/findiso when using findiso
150     bootoption in combination with toram. Thanks to Marc Haber.
151     [Closes: issue675]
152
153  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:35:06 +0200
154
155 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
156
157   * Update patch 06_support_fromiso_isofrom.dpatch:
158     Make sure to get rid of loopback device and unmount /isofrom
159     when using fromiso/isofrom bootoption in combination with toram.
160     Thanks to Marc Haber for reporting and the VM setup!
161
162  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 18:40:20 +0200
163
164 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
165
166   * Re-enabling 04_fix_no_medium_found_error as
167     04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
168     in a running live-system because fstype is an executable
169     on grml, whereas it's just a shell function in live-initramfs.
170   * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
171   * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
172
173  -- Michael Prokop <mika@grml.org>  Thu, 23 Apr 2009 11:34:24 +0200
174
175 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
176
177   * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
178     providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
179     where 'udevadm info' replaces 'udevinfo').
180
181  -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 01:08:30 +0200
182
183 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
184
185   * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
186     [ Daniel Baumann ]
187     * Only snapshotting in initscript when we actually run with persistence.
188
189     [ Rene Mayrhofer ]
190     * Checking if /var/log is writable before trying to copy live.log
191       to the newly mounted root filesystem (Closes: #516914).
192
193     [ Daniel Baumann ]
194     * Adding hack to remove live specific filesystems from
195       umounfs initscript (Closes: #506410, #515718).
196     * Adding comsetic line wrapping for output of local-gen messages
197       during boot.
198     * Merging casper 1.157.
199     * Only calling install-keymap if it's actually installed, which is
200       always but in minimal images the case though (Closes: #517153).
201     * Adding silent boot parameter.
202     * Respecting media timeout even when specificing media device manually.
203     * Also allowing to use the removable keyword for specifying a live media.
204     * Adding removable-usb keyword to further restrict live media selection.
205     * Correcting check for usb when using removable-usb keyword.
206     * Correcting typo in locale bottom script.
207
208  -- Michael Prokop <mika@grml.org>  Mon, 06 Apr 2009 14:01:31 +0200
209
210 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
211
212   * Do not use full path for printf executable. [Closes: issue640]
213
214  -- Michael Prokop <mika@grml.org>  Tue, 24 Feb 2009 10:06:48 +0100
215
216 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
217
218   * New patch 08_readonly_devices.dpatch to support read-only operation
219     on hard disk devices when using bootoption 'forensic'.
220   * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
221   * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
222     * Adding note about URL limitations in live-initramfs manpage when
223       using fetch parameter.
224     * Replacing casper with live in live-new-uuid.
225     * Added missing variable quoting that lead to broken root persistence,
226       thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
227     * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
228       setting a path for the persistence files through persistent-path boot
229       parameter (Closes: #512661).
230     * Adding persistent-path to parameter list and manpage.
231     * Actually building/cleaning manpages through targets in Makefile.
232     * Also checking for wicd in 23networking, thanks to Ben Armstrong
233       <synrg@debian.org>.
234     * Don't redirect output of fstype detection to standard out, thanks to
235       Ronny Standtke <Ronny.Standtke@gmx.net>.
236     * Adding ext4 support.
237     * Merging casper 1.156.
238     * Updating parameters.txt.
239
240  -- Michael Prokop <mika@grml.org>  Fri, 20 Feb 2009 17:29:53 +0100
241
242 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
243
244   * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
245     findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
246
247  -- Michael Prokop <mika@grml.org>  Mon, 12 Jan 2009 15:44:33 +0100
248
249 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
250
251   * Disable several configuration options in /etc/live.conf as we don't
252     install most of the scripts at all.
253   * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
254     which hopefully addresses the /etc/resolv.conf issue when booting via
255     network.
256   * Update VCS-headers in debian/control so they point to grml's repository.
257   * Sync with Debian 1.154.4-1:
258     [ Rene Mayrhofer ]
259     * Support further checks on loopback image and support skipping union
260       mounts (Closes: #509446).
261     [ Daniel Baumann ]
262     * Updating authors file.
263     [ Marco Amadori ]
264     * Reworked integrity-check (Closes: #507477).
265     * Cleaned the boot log a bit.
266     [ Daniel Baumann ]
267     * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
268       to set variables in previous bottom scripts.
269     * Merging casper 1.140-1.154.
270     * Add a warning message when no image can be found.
271     * Adding a panic message when we netboot and have no supported network
272       device (Closes: #496684).
273     * Turning 'no supported filesystem images found' into a panic message,
274       rather than a warning.
275     * Also adding ralink to network device check.
276     * Removing spurious 'livefs_root' in copy_live_to();.
277
278  -- Michael Prokop <mika@grml.org>  Thu, 08 Jan 2009 19:06:31 +0100
279
280 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
281
282   * Sync with Debian's git repository
283     (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
284     - Removing spurious 'livefs_root' in copy_live_to();.
285     - Also using splashy in shutdown message of the initscript.
286     - Also adding ralink to network device check.
287     - Turning 'no supported filesystem images found' into a panic
288       message, rather than a warning.
289     - Adding a panic message when we netboot and have no supported
290       network device (Closes: #496684).
291     - Add a warning message when no image can be found.
292   * Install script
293     /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
294     we now start using persitency features.
295   * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
296     No longer use fstype at all, but use vol_id by default.
297
298  -- Michael Prokop <mika@grml.org>  Mon, 24 Nov 2008 11:49:17 +0100
299
300 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
301
302   * Do not use NOPERSISTENT='Yes' so we can use persistency features
303     on request.
304
305  -- Michael Prokop <mika@grml.org>  Thu, 20 Nov 2008 11:47:46 +0100
306
307 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
308
309   * Resync with Debian's 1.139.1-4 version.
310
311   [ Michael Prokop ]
312   * Ignore errors from fstype.
313   * Display "Mounted live system on ..." during bootup.
314   * Fix the "cannot open /dev/scd0: No medium found" issue.
315   * Support isofrom/fromiso bootoption.
316
317  -- Michael Prokop <mika@grml.org>  Mon, 17 Nov 2008 10:44:13 +0100
318
319 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
320
321   * Resync with Debian's 1.139.1-2 version.
322   * Add debian/patches/04_ignore_errors_from_fstype.dpatch
323     to ignore errors from fstype, otherwise we have
324     "stdin: error 0" during bootup.
325
326  -- Michael Prokop <mika@grml.org>  Mon, 15 Sep 2008 17:43:13 +0200
327
328 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
329
330   * Resync with Debian's 1.139.1-1 version.
331     [Closes: issue497]
332   * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
333   * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
334   * Integrate debian/patches/03_grml_version_file_hook.dpatch.
335   * Readd dpatch to build depends.
336
337  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 12:34:04 +0200
338
339 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
340
341   * Activate all grml specific patches again (as we have
342     a working toolchain for booting).
343
344  -- Michael Prokop <mika@grml.org>  Sat, 16 Aug 2008 21:41:36 +0200
345
346 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
347
348   The "OMG, I hate the booting toolchain" release.
349
350   * Improve boot failure splash.
351   * Don't remove scripts/live-bottom in grml package but
352     remove it in build sequence, this provides better
353     synching with Debian.
354   * Readd scripts/live-bottom/05mountpoints, otherwise
355     we suffer from "run-init: nuking initramfs contents".
356   * Update debian/control.
357
358  -- Michael Prokop <mika@grml.org>  Sat, 16 Aug 2008 20:38:36 +0200
359
360 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
361
362   * Resync with Debian's current Git version [20080816,
363     git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
364   * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
365     and resync other patches as well.
366   * Copy /etc/grml_version to initrd.
367
368  -- Michael Prokop <mika@grml.org>  Sat, 16 Aug 2008 10:25:54 +0200
369
370 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
371
372   * Disable use of util-linux's mount binary through
373     06_get_rid_of_utillinux-mountbinary.dpatch which
374     gets rid of /sbin/mount.cifs. See
375     http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
376     for more details about the problem.
377
378  -- Michael Prokop <mika@grml.org>  Fri, 01 Aug 2008 16:09:58 +0200
379
380 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
381
382   * Sync with Debian [1.136.3-1] once more (no new
383     changes except for my own patch which has been applied).
384   * Adjust path of rsync (use /bin).
385   * Drop duplicate NOFSTAB from /etc/live.conf.
386   * Get rid of all scripts in scripts/live-bottom/ except
387     for 05mountpoints which is necessary to get a working setup.
388
389  -- Michael Prokop <mika@grml.org>  Sun, 20 Jul 2008 19:18:27 +0200
390
391 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
392
393   * Rebase against current version of live-initramfs in Debian.
394   * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
395     debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
396   * Get rid of 03_support_for_lzma.diff.
397   * Add dpatch as Build-Depency.
398
399  -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 13:38:06 +0200
400
401 live-initramfs (1.136.2-1) unstable; urgency=medium
402
403   * Replacing previous imperfect changes for udevadm with check for
404     udevadm and using old commands when beeing on etch. Also handling
405     udevtrigger with udevadm if available.
406   * Correcting httpfs2 inclusion in hook.
407
408  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
409
410 live-initramfs (1.136.1-1) unstable; urgency=medium
411
412   [ Chris Lamb ]
413   * Fix call to log_warning_msg. Thanks to Bradley Smith
414     <brad@brad-smith.co.uk>.
415   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
416     kernels on powerpc.
417   * Check losetup capabilities before specifying to mount as read-only.
418   * Modprobe 'esp' SCSI driver for the benefit of sparc.
419   * Quieten call to modprobe ide-generic.
420   * Move local-top/live to live-premount/modules so it gets called before
421     find_livefs.
422   * Sync bug script "dpkg -l" calls with debian/control
423
424   [ Daniel Baumann ]
425   * Defaulting now to aufs if no union= parameter is given.
426   * Merging casper version 1.136.
427   * Merging casper version 1.135.
428   * Merging casper version 1.134.
429   * Merging casper version 1.133.
430   * Converting udev depends into a versioned depends in order to reflect udevadm
431     introduction.
432   * Updating live-snapshot to GPL-3+.
433   * Updating to standards 3.8.0.
434   * Renaming forgotton uuid file to live-uuid.
435
436   [ Marco Amadori ]
437   * udevtrigger replacement.
438   * live-snapshot: fixed the remount helper.
439   * live-snapshot: now supports a static keep file list.
440   * Try to bind /cow to /live/cow if unable to move.
441   * live-snapshot: cleaned some wordings.
442   * live-snapshot: included vital informations on exit.
443   * live-snapshot: new "--refresh" option.
444   * live-snapshot: cleaned and sorted used command line defaults.
445   * live-snapshot: nicer default auto unmount logic.
446   * live-snapshot: honour "-o|--output FILE".
447   * live-snapshot: removed a useless mkdir.
448   * live-snapshot: removed an unused and useless function.
449   * live-snapshot: fixes snapshotting from resync string.
450
451   [ Michal Suchanek ]
452   * Add support for httpfs= and ftpfs= parameters.
453
454  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
455
456 live-initramfs (1.132.1-1) unstable; urgency=medium
457
458   [ Chris Lamb ]
459   * Don't escape asterisks in languagelist update code
460
461   [ Daniel Baumann ]
462   * Updating copyright header in live-snapshot.
463   * Removing useless whitespaces and empty lines.
464   * Correcting grammatical errors in live-snapshot description.
465   * Removing live-snapshot version as this component is always released
466     within live-initramfs itself.
467   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
468   * Merging casper 1.132.
469   * Merging casper 1.131.
470   * Ignoring floppy devices for live filesystem as well as live
471     persistency.
472   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
473     live.log and show its messages during boot (Closes: #440238).
474   * Updating vcs fields in control file.
475   * Handling conflicting klibc includes with initramfs-hooks of other
476     packages (Closes: 475783).
477
478   [ Marco Amadori ]
479   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
480     '/mnt'" bug.
481   * Calling live-snapshot now produces an output file.
482
483   [ Michal Suchanek ]
484   * Workaround loop-aes-utils losetup incompatibility
485   * Fix toram (change mount --move to mount -o move)
486
487  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
488
489 live-initramfs (1.130.1-3) unstable; urgency=high
490
491   * Handle non-existing klibc includes in live hook (Closes: #475783).
492   * Adding loop-aes-utils to recommends.
493
494  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
495
496 live-initramfs (1.130.1-2) unstable; urgency=medium
497
498   [ Chris Lamb ]
499   * Remove bogus dependency on Ubuntu "localechooser-data" package
500
501  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
502
503 live-initramfs (1.130.1-1) unstable; urgency=medium
504
505   [ Chris Lamb ]
506   * Use triggers when calling update-initramfs in postinst and postrm
507
508   [ Daniel Baumann ]
509   * Sorting some lines in live hook.
510   * Merging casper 1.130.
511   * Merging casper 1.129.
512   * Adjusting code formating in maintainer scripts.
513   * Restricting counting of installed kernels based on /boot/vmlinuz-*
514     instead of /boot/vmlinuz*.
515
516  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
517
518 live-initramfs (1.128.1-1) unstable; urgency=medium
519
520   [ Marco Amadori ]
521   * Fixed a misleading debug message.
522   * Added /cow mounting debug messages.
523   * Fixed /cow mounting.
524   * Klibc: added some libraries to the intramfs.
525
526   [ Daniel Baumann ]
527   * Merging casper 1.128.
528
529  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
530
531 live-initramfs (1.127.1-1) unstable; urgency=medium
532
533   [ Daniel Baumann ]
534   * Merging casper 1.127.
535   * Merging casper 1.126.
536   * Removing too early recommends to live-initscripts in control to make
537     some people happy (Closes: #431000).
538
539   [ Chris Lamb ]
540   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
541     (?) bug
542   * scripts/live-helpers: Don't search ram block devices
543   * scripts/live-helpers: Search / use case
544   * scripts/live-helpers: Fixes for set -e
545   * bin/live-snapshot: Vastly rework script
546   * bin/live-snapshot: Fix argument handling (Closes: #461595)
547   * scripts/live: Make 'nopersistent' parameter actually disable
548     persistence
549
550  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
551
552 live-initramfs (1.125.1-1) unstable; urgency=medium
553
554   [ Daniel Baumann ]
555   * Merging casper 1.125.
556
557   [ Chris Lamb ]
558   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
559   * Rename 18hostname -> 06hostname
560
561  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
562
563 live-initramfs (1.124.1-1) unstable; urgency=medium
564
565   [ Daniel Baumann ]
566   * Adjusting live-snapshot to live-initramfs.
567   * Merging casper 1.124.
568   * Adjusting 44pk_allow to live-initramfs.
569   * Merging casper 1.123.
570   * Merging casper 1.122.
571   * Merging casper 1.121.
572   * Merging casper 1.120.
573
574   [ Chris Lamb ]
575   * 99hook: Download hook script from inside target filesystem
576
577  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
578
579 live-initramfs (1.119.1-1) unstable; urgency=medium
580
581   * Creating resolv.conf when netbooting not just when there's no
582     resolv.conf, but also when it is empty.
583   * Making hooks executable after fetching them.
584   * Removing disabling of kwallet.
585   * Merging casper 1.119.
586
587  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
588
589 live-initramfs (1.118.2-1) unstable; urgency=medium
590
591   [ Andrey Asadchev ]
592   * Explicitly set Xorg video driver.
593   * Patch to use cryptsetup volumes for persistent storage.
594
595   [ Daniel Baumann ]
596   * New upstream release.
597   * Fixing wrong email address in changelog (was bug in git-dch config).
598   * Bumping package to policy 3.7.3.
599   * Rewriting copyright in machine-interpretable format.
600   * Adding hook parameter to execute custom scripts.
601   * Adding plainroot.
602
603   [ Marco Amadori ]
604   * Now it includes lzma kernel module dependencies.
605
606  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
607
608 live-initramfs (1.118.1-1) unstable; urgency=medium
609
610   [ Daniel Baumann ]
611   * New upstream release.
612   * Adding direct depends to udev, thanks to Anton Lundin
613     <glance@acc.umu.se> (Closes: #452448).
614   * Merging casper 1.111.
615   * Bumping version to 1.110.1-1.
616   * Merging casper 1.112.
617   * Merging casper 1.113.
618   * Adjusting to live-initramfs.
619   * Bumping version to 1.113.1-1.
620   * Merging casper 1.114.
621   * Merging casper 1.115.
622   * Merging casper 1.116.
623   * Merging casper 1.117.
624   * Merging casper 1.118.
625   * Bumping version to 1.118.1-1.
626
627   [ Otavio Salvador ]
628   * debian: add mtd-tools as suggestion since it's required for jffs2
629     support
630   * hooks: include jffs2 kernel module on initramfs image
631   * live-snapshot: add support to use jffs2 images
632   * live: add support for jffs2 images and snapshots
633   * live-helpers: add jffs2 as a valid image
634   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
635
636  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
637
638 live-initramfs (1.110.7-1) unstable; urgency=medium
639
640   * New upstream release.
641   * Fixing fstab handling.
642   * Fixing regression from mounting the ow device on a nfs volume,
643     thanks to An-Cheng Huang <ancheng@vyatta.com>.
644
645  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
646
647 live-initramfs (1.110.6-1) unstable; urgency=medium
648
649   * New upstream release.
650   * Preparing live-initramfs 1.110.6-1.
651   * Adding custom reportbug script.
652   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
653   * Adding checkbashsms call to test target of the Makefile as suggested
654     by Trent W. Buck <trentbuck@gmail.com>.
655
656  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
657
658 live-initramfs (1.110.5-1) unstable; urgency=medium
659
660   * New upstream release.
661   * Preparing live-initramfs 1.110.5-1.
662   * Using kdm initscript autologin overrides, thanks to Kel Modderman
663     <kel@otaku42.de>.
664   * Setting the kdm language, thanks to Jordi Pujol
665     <jordi_pujol@telefonica.net>.
666   * Adding files to the live filesystem according to the MAC number,
667     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
668   * Fixing some coding style issues.
669
670  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
671
672 live-initramfs (1.110.4-1) unstable; urgency=medium
673
674   [ Daniel Baumann ]
675   * New upstream release.
676   * Preparing live-initramfs 1.110.3-1.
677   * Correcting homepage field.
678   * Correcting vcs fields.
679
680   [ Jesse Hathaway ]
681   * add support for mounting the cow device on an nfs volume
682
683  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
684
685 live-initramfs (1.110.3-1) unstable; urgency=medium
686
687   [ Daniel Baumann ]
688   * New upstream release.
689   * Preparing live-initramfs 1.110.3-1.
690   * Removing ubuntu support.
691
692   [ Alex Owen ]
693   * Fix typo to get serial console to work
694
695   [ Jesse Hathaway ]
696   * add support for exposedroot option for live-helper
697
698  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
699
700 live-initramfs (1.110.2-1) unstable; urgency=medium
701
702   * New upstream release.
703   * Preparing live-initramfs 1.110.2-1.
704   * Fixing typing error.
705   * Removing nodiratime as it is already included in noatime, thanks to Kel
706     Modderman <kel@otaku42.de>.
707
708  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
709
710 live-initramfs (1.110.1-1) unstable; urgency=medium
711
712   * New upstream release.
713   * Preparing live-initramfs 1.107.2-1.
714   * Also using nodiratime, not just noatime.
715   * Merging casper 1.108.
716   * Adjusting to live-initramfs.
717   * Merging casper 1.109.
718   * Adjusting to live-initramfs.
719   * Merging casper 1.110.
720   * Adjusting to live-initramfs.
721   * Bumping version to 1.110.1-1.
722
723  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
724
725 live-initramfs (1.107.1-1) unstable; urgency=medium
726
727   * New upstream release.
728   * Preparing live-initramfs 1.102.4-2.
729   * Replacing backticks with POSIX expression.
730   * Consistently using curly brackets for variables.
731   * Fixing bashism.
732   * Merging casper 1.105.
733   * Adjusting to live-initramfs.
734   * Bumping version to 1.105.1-1.
735   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
736     cow mount rather than binding it on /live/cow. This prevents the
737     /cow mount showing up in /proc/mounts.
738   * Merging casper 1.106.
739   * Adjusting to live-initramfs.
740   * Bumping version to 1.106.1-1.
741   * Fixing wrong homepage field.
742   * Fixing typing error.
743   * Merging casper 1.107.
744   * Bumping version to 1.107.1-1.
745
746  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
747
748 live-initramfs (1.104.1-1) unstable; urgency=medium
749
750   * New upstream release.
751
752  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
753
754 live-initramfs (1.102.1-1) unstable; urgency=medium
755
756   * New upstream release.
757
758  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
759
760 live-initramfs (1.99.2-1) unstable; urgency=medium
761
762   * New upstream release:
763     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
764       (Closes: #440235).
765
766  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
767
768 live-initramfs (1.99.1-1) unstable; urgency=medium
769
770   * New upstream release.
771
772  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
773
774 live-initramfs (1.96.2-1) unstable; urgency=medium
775
776   * New upstream release.
777
778  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
779
780 live-initramfs (1.96.1-1) unstable; urgency=medium
781
782   * New upstream release.
783
784  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
785
786 live-initramfs (1.95.3-1) unstable; urgency=medium
787
788   * New upstream release.
789
790  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
791
792 live-initramfs (1.95.2-1) unstable; urgency=medium
793
794   * New upstream release.
795
796  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
797
798 live-initramfs (1.95.1-1) unstable; urgency=medium
799
800   * New upstream release.
801
802  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
803
804 live-initramfs (1.91.6-1) unstable; urgency=medium
805
806   * New upstream release.
807
808  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
809
810 live-initramfs (1.91.5-1) unstable; urgency=medium
811
812   * New upstream release.
813
814  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
815
816 live-initramfs (1.91.4-1) unstable; urgency=medium
817
818   * New upstream release:
819     - Dropping transitional package, not needed anymore.
820
821  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
822
823 live-initramfs (1.91.3-1) unstable; urgency=medium
824
825   * New upstream release.
826
827  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
828
829 live-initramfs (1.91.2-1) unstable; urgency=medium
830
831   * New upstream release.
832
833  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
834
835 live-initramfs (1.91.1-1) unstable; urgency=medium
836
837   * New upstream release.
838
839  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
840
841 live-initramfs (1.90.1-1) unstable; urgency=medium
842
843   * New upstream release.
844
845  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
846
847 live-initramfs (1.87.6-1) unstable; urgency=medium
848
849   * New upstream release.
850
851  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
852
853 live-initramfs (1.87.5-1) unstable; urgency=medium
854
855   * New upstream release, replacing casper.
856
857  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
858
859 live-initramfs (1.87.4-1) unstable; urgency=medium
860
861   * New upstream release.
862
863  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
864
865 live-initramfs (1.87.3-1) unstable; urgency=medium
866
867   * New upstream release.
868
869  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
870
871 live-initramfs (1.87.2-1) unstable; urgency=low
872
873   * New upstream release.
874
875  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
876
877 live-initramfs (1.87.1-1) unstable; urgency=low
878
879   * Initial release, forking casper.
880
881  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200