Releasing debian version 1.173.1-1.
[live-boot-grml.git] / debian / changelog
1 live-initramfs (1.173.1-1) unstable; urgency=medium
2
3   [ intrigeri ]
4   * Taking noprompt into account for USB flash drives as well.
5   * Restoring opt-in behavior for local swap partitions.
6
7   [ Daniel Baumann ]
8   * Updating package to debhelper 7.
9   * Updating package to standards 3.8.3.
10   * Don't use dh_clean in favour of dh_prep.
11
12   [ Luigi Capriotti ]
13   * Also allowing hook= to specify files inside the image through
14     file:// prefix.
15
16   [ Daniel Baumann ]
17   * Forwardporting and extending usage of rsync when booting with toram
18     based on a patch from Michael Prokop <mika@grml.org>.
19
20   [ Michael Prokop ]
21   * Adding support for isofrom/fromiso bootoption.
22
23   [ Daniel Baumann ]
24   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
25     harddisk devices to read-only mode for forensics investigations.
26
27   [ Michael Prokop ]
28   * Adding support for ethdevice bootoption.
29
30   [ Daniel Baumann ]
31   * Merging casper 1.158.
32   * Merging casper 1.159.
33   * Merging casper 1.160.
34   * Merging casper 1.161.
35   * Merging casper 1.162.
36   * Merging casper 1.163.
37   * Merging casper 1.164.
38   * Merging casper 1.165.
39   * Merging casper 1.166.
40   * Merging casper 1.167.
41   * Merging casper 1.168.
42   * Merging casper 1.169.
43   * Merging casper 1.170.
44   * Merging casper 1.171.
45   * Merging casper 1.172.
46   * Merging casper 1.173.
47   * Adding skipconfig parameter to disable most customization.
48
49   [ Marco Amadori ]
50   * cpio snapshots: eval commands fix.
51
52   [ Daniel Baumann ]
53   * Updating defaults file of console-setup for squeeze, thanks to Jun
54     NOGATA <nogajun@gmail.com> (Closes: #560187).
55   * Adding explicit debian source version 1.0 until switch to 3.0.
56   * Adding select_eth_device script from Frederic Boiteux
57     <fboiteux@calistel.com>.
58   * Including rsync conditionally.
59   * Updating year in copyright file.
60   * Don't panic with persistency when we can't correctly mount the
61     filesystem (Closes: #565456).
62
63   [ Ben Armstrong ]
64   * Correcting keyboard handling for squeeze.
65   * Only edit usplash init script if it exists.
66   * Use klayout= for layout instead of kbd=.
67
68   [ Daniel Baumann ]
69   * Updating to standards version 3.8.4.
70
71  -- Daniel Baumann <daniel@debian.org>  Sun, 31 Jan 2010 16:44:08 +0100
72
73 live-initramfs (1.157.4-2) unstable; urgency=high
74
75   [ Michael Prokop ]
76   * Avoid the use of fstype in a running live system, as it's
77     a executable and not a shell function and causes problems
78     for example within live-snapshot.
79   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
80
81   [ Tzafrir Cohen ]
82   * Adjusting grep call in is_nice_device to match new output of vol_id.
83
84  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 19:07:41 +0100
85
86 live-initramfs (1.157.4-1) unstable; urgency=medium
87
88   [ Daniel Baumann ]
89   * Forcing run of dexconf when booting with xdriver=dexconf.
90   * Adding (experimental) forcepersistentfsck bootoption to force fsck
91     on root persistency device.
92   * Adding presubj for reportbug.
93   * Removing unused sed call in update target of Makefile.
94   * Updating included languagelist from d-i.
95   * Correcting install calls for reportbug files in rules.
96   * Including d-i languagelist in initrd in order evaluate l10n
97     settings.
98   * Updating lang2locale(); to match new d-i langualgelist format.
99   * Adding additional two sync calls before powerof happens in order to
100     deal with 'does not cleanly unmount' problem when using root
101     persistency.
102   * Updating vcs fields.
103   * Adding auto value for xvideomode where we ensure that no
104     configuration from the persistency layer is respected.
105
106   [ Marco Amadori ]
107   * Fixed FIXME sections in manpages.
108
109   [ Daniel Baumann ]
110   * Including udev binaries in initramfs manually for squeeze and newer
111     (Closes: #547149).
112   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
113     media-path when toram is used (Closes: #534878).
114   * Simplyfing and correcting udev inclusion in initramfs hook.
115
116  -- Daniel Baumann <daniel@debian.org>  Sun, 18 Oct 2009 20:29:31 +0200
117
118 live-initramfs (1.157.3-1) unstable; urgency=low
119
120   [ Daniel Baumann ]
121   * Initial commit for having support for swapfiles.
122   * Initial commit for having support for persistency on luks.
123
124   [ Marco Amadori ]
125   * Partition snapshots works again.
126   * Added "whole partition" snapshot resync type.
127   * Two return code consistency fix.
128   * Improved an useful debug string.
129   * Cleaned a bit the snapshot feature.
130
131   [ Steven Shiau ]
132   * Making fetch to work with file on sub dir on tftp server.
133
134   [ Daniel Baumann ]
135   * Avoiding echo bashism in live-initramfs.init by using printf instead
136     (Closes: #530128).
137   * Correcting wrong path when disabling anacron in 25configure_init,
138     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
139     #533046).
140   * Removing disabling of postfix in 25configure_init, it's not
141     appropriate for debian to do this by default. Thanks to Rui Bernardo
142     <rui.bernardo.pt@gmail.com>.
143   * Correcting typo in description of the ip boot parameter in live-
144     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
145     (Closes: #532471).
146
147   [ Marco Amadori ]
148   * Removed two bashisms on live-snapshot.
149
150   [ Daniel Baumann ]
151   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
152     <l.capriotti@xbmc.org>.
153
154   [ Luigi Capriotti ]
155   * Fixing possible invalid results from function where_is_mounted by
156     returning more than one line inwhere_is_mounted();.
157   * Fixing relaxed permissions of / in the live filesystem.
158   * Fixing invalid mangling of /etc/event.d/tty.
159   * Fixing typo in snapshot file list.
160
161   [ Daniel Baumann ]
162   * Correcting cryptsetup calls for persistency on luks.
163   * Copy live-installer-launcher desktop icon on users desktop.
164   * Also updating USB device detection in initramfs script for linux
165     2.6.29 and newer.
166   * Adding missing pipe in cryptsetup call for persistency on luks
167     partitions.
168   * Making plainroot work (Closes: #523120).
169
170   [ Marco Amadori ]
171   * persistent=nofiles fix (Closes: 522383).
172
173   [ Daniel Baumann ]
174   * Looking for persistency partitions on luks devices only if we boot
175     with persistent=cryptsetup.
176   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
177     not installed.
178   * Optimizing gnome-panel-data bottom script by leaving out the stupid
179     things.
180
181   [ Richard Nelson ]
182   * Allow for multiple but unique persistent media.
183
184  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Sep 2009 13:37:57 +0200
185
186 live-initramfs (1.157.2-1) unstable; urgency=medium
187
188   * Correcting fstab handling to not always append entries forever when using
189     persistency.
190   * Correcting kdm live-autologin handling to not always append entries forever
191     when using persistency.
192   * Correcting handling of locale default and environment handling to not always
193     append entries forever when using persistency.
194   * Correcting swap partition handling in fstab to not always append entries
195     forever when using persistency.
196   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
197   * Merging swap live-bottom script into fstab script; there is no other sane
198     possibility to prevent appending again and again in persistent mode.
199   * Making sure that old swap entries are removed before new ones are added.
200   * Adding cryptsetup to recommends, it's used for encrypted persistent
201     partitions.
202   * Restoring previous behaviour of ejecting the cd when being in non-persistent
203     mode, thanks to Julien Cristau <jcristau@debian.org>.
204   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
205     and newer.
206
207  -- Daniel Baumann <daniel@debian.org>  Thu, 14 May 2009 10:00:00 +0200
208
209 live-initramfs (1.157.1-1) unstable; urgency=medium
210
211   [ Daniel Baumann ]
212   * Only snapshotting in initscript when we actually run with persistence.
213
214   [ Rene Mayrhofer ]
215   * Checking if /var/log is writable before trying to copy live.log to the newly
216     mounted root filesystem (Closes: #516914).
217
218   [ Daniel Baumann ]
219   * Improving check in 21xdriver when we don't do anything.
220   * Adding hack to remove live specific filesystems from umounfs initscript
221     (Closes: #506410, #515718).
222   * Adding comsetic line wrapping for output of local-gen messages during boot.
223   * Merging casper 1.157.
224   * Only calling install-keymap if it's actually installed, which is always but
225     in minimal images the case though (Closes: #517153).
226   * Adding silent boot parameter.
227   * Respecting media timeout even when specificing media device manually.
228   * Also allowing to use the removable keyword for specifying a live media.
229   * Correcting accidental syntax error in one of the previous commits in
230     19keyboard bottom script.
231   * Adding removable-usb keyword to further restrict live media selection.
232   * Correcting check for usb when using removable-usb keyword.
233   * Correcting typo in locale bottom script.
234
235  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
236
237 live-initramfs (1.156.1-1) unstable; urgency=high
238
239   [ Daniel Baumann ]
240   * Revert using debhelper 7 command in rules.
241   * Updating copyright file.
242   * Prefixing debhelper files with package name.
243   * Updating bug script.
244   * Removing bashism in initscript.
245   * Usage of dialog in initscript is not actually a todo.
246   * Correcting medium eject message in initscript.
247   * Making medium removal message working again with usplash.
248   * Rewrapping init script.
249   * Reordering rules file.
250   * Merging casper 1.155.
251   * Adding ext4 support.
252   * Merging casper 1.156.
253   * Correct eject login in initscript.
254   * Updating parameters.txt.
255
256   [ Ronny Standtke ]
257   * Do not eject USB flash drives (Closes: #457070).
258
259  -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
260
261 live-initramfs (1.154.8-1) unstable; urgency=high
262
263   [ Kai Hendry ]
264   * Adding basic xrandr support for lenny to enforce a particular
265     resolution through bootparameter.
266
267  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
268
269 live-initramfs (1.154.7-1) unstable; urgency=medium
270
271   * Adding note about URL limitations in live-initramfs manpage when
272     using fetch parameter.
273   * Removing wc from hook again, that's an ubuntu only problem they have
274     to care about.
275
276  -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
277
278 live-initramfs (1.154.6-1) unstable; urgency=medium
279
280   * Replacing casper with live in live-new-uuid.
281   * Including wc in initramfs (Closes: #512413).
282   * Added missing variable quoting that lead to broken root persistence, thanks
283     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
284   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
285     a path for the persistence files through persistent-path boot parameter
286     (Closes: #512661).
287   * Adding persistent-path to parameter list and manpage.
288   * Actually building/cleaning manpages through targets in Makefile.
289
290  -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
291
292 live-initramfs (1.154.5-1) unstable; urgency=low
293
294   * Also checking for wicd in 23networking, thanks to Ben Armstrong
295     <synrg@debian.org>.
296   * Don't redirect output of fstype detection to standard out, thanks to Ronny
297     Standtke <Ronny.Standtke@gmx.net>.
298   * Silencing grep call on /etc/passwd.
299   * Silencing xorg reconfiguration, thanks to Ronny Standtke
300     <Ronny.Standtke@gmx.net>.
301
302  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
303
304 live-initramfs (1.154.4-1) unstable; urgency=low
305
306   [ Rene Mayrhofer ]
307   * Support further checks on loopback image and support skipping union
308     mounts (Closes: #509446).
309
310  -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
311
312 live-initramfs (1.154.3-1) unstable; urgency=medium
313
314   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
315     to set variables in previous bottom scripts.
316
317  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
318
319 live-initramfs (1.154.2-1) unstable; urgency=medium
320
321   [ Daniel Baumann ]
322   * Updating authors file.
323
324   [ Marco Amadori ]
325   * Reworked integrity-check (Closes: #507477).
326   * Cleaned the boot log a bit.
327
328  -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
329
330 live-initramfs (1.154.1-1) unstable; urgency=low
331
332   * Merging casper 1.140-1.154.
333   * Add a warning message when no image can be found.
334   * Adding a panic message when we netboot and have no supported network
335     device (Closes: #496684).
336   * Turning 'no supported filesystem images found' into a panic message,
337     rather than a warning.
338   * Also adding ralink to network device check.
339   * Removing spurious 'livefs_root' in copy_live_to();.
340
341  -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
342
343 live-initramfs (1.139.1-4) unstable; urgency=medium
344
345   [ Chris Lamb ]
346   * Remove (accidental?) debian/changelog entry.
347   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
348   * Use "test -s" instead of testing file availability and size.
349   * Be consistent in using 0/1 for True/False values instead of English
350     representations.
351   * Reflow some grammar in comments and in live-initramfs(7).
352   * Reflow long 'tr'-based pipelines for readability.
353   * Don't "cat |" to grep.
354
355   [ Daniel Baumann ]
356   * Replacing obsolete dh_clean -k with dh_prep.
357
358   [ Marco Amadori ]
359   * Changed HOSTNAME and /etc/hosts handling.
360   * Conditional creation of /etc/fstab.
361   * live-snapshot: fixed include-list handling.
362   * Reordered persistence lookups and boundaries (Closes: #500672).
363   * Search for partition labels only (Closes: #486469).
364   * Implemented a snapshot exclude list.
365   * Implemented a persistence exclude list.
366   * Manpage clarifications on "nofiles".
367   * Do not pollute the logs when looking for swap partitions.
368   * Removed all "cat | grep", with grep, awk and sed.
369
370  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
371
372 live-initramfs (1.139.1-3) unstable; urgency=medium
373
374   [ Chris Lamb ]
375   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
376
377   [ Daniel Baumann ]
378   * Removing currently unused Upstream-Depends field in control.
379   * Updating vcs fields in control file.
380   * Sourcing live.vars in 15autologin directly, rather than to inherit
381     from live-functions.
382
383   [ Marco Amadori ]
384   * Removed some useless spaces.
385   * Fix default user handling.
386   * Added a pretty vital mount debug string.
387   * Create /etc/mtab on the initramfs ASAP.
388   * Removed mount -n option, since mtab is there.
389   * Re-enable "break=live-premount" debug.
390   * Skipped some runtime duplicated execution.
391   * Add real cpio to initramfs for snapshot's uses.
392   * Fixed try_snap() umounting on error.
393   * Override maybe_break from initramfs-tools.
394   * Forces use of initramfs cpio over busybox's one.
395   * Fixed a wrong trial to copy an unexistant snapshot.
396   * Check for files and umount only if you can mount it first.
397   * Included more debug and comments on persistence code.
398   * Set -u in live-snapshot only in debug mode.
399
400   [ Michael Prokop ]
401   * Ignore errors from fstype.
402
403  -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
404
405 live-initramfs (1.139.1-2) unstable; urgency=medium
406
407   [ Daniel Baumann ]
408   * If the filesystem type of the rootfs cannot be automatically detected, we
409     try to assume it from the extension of the imagefile we have found. Thanks
410     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
411   * Setting project email address to the new debian-live@lists.debian.org.
412   * Disabling default usage of local swap partitions. Can be enabled with the
413     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
414     bringing it up.
415
416   [ Michal Suchanek ]
417   * Enabling the "remove CD" prompt in splashy.
418
419  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
420
421 live-initramfs (1.139.1-1) unstable; urgency=medium
422
423   [ Ben Voui ]
424   * Adding support for Virtio vd[a-z] drives.
425
426   [ Chris Lamb ]
427   * Move loop-aes-tools to Suggests; live-helper should install them if
428     required.
429   * Remove unnecessary indentation level.
430   * Modify hiding of harmless X.org reconfiguring messages.
431   * Revert to using uid 1000 as PAM bug seems to have disappeared
432     (Closes: #433076)
433   * Hide error from attempting to "mount --move"
434   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
435   * Don't configure X.org if it's not installed.
436   * Fix check for X.org.
437   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
438     warnings.
439   * Silence another "script-not-executable" message for a sourced library.
440   * Add missing pipe. Thanks to Andreas Bombe.
441   * Shamefully adding myself to CREDITS
442   * Tidy "Disabling update-initramfs" message.
443   * Re-order some commands so we don't call log_begin_msg without calling
444     log_end_msg.
445   * Don't configure X when /usr/bin/X does not exist.
446   * Silence 'script-not-executable' lintian warning - live-functions script is
447     always sourced.
448   * Fix spacing in swirl.
449   * Override log_*_msg to print nicer status text (until #494257 is merged).
450   * Hide "overwriting possibly-customised configuration file" in X.org setup
451     output.
452   * Hide "Shadow passwords are now on" status message on bootup.
453   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
454     functions.
455   * Rework locale handling
456   * Print friendly error message on live-initramfs panic.
457   * Fix path issue with live-preseed causing noisy errors when booting.
458   * Silence a number of annoying and distracting bootup messages.
459   * Add missing "log_end_msg" to live-bottom/21xdriver.
460   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
461   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
462   * Move some arch-indep helper utilities to Build-Depends-Indep.
463   * Set default cow_mountopt where the other defaults are used.
464   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
465     "lostup"
466
467   [ Daniel Baumann ]
468   * Updating authors file.
469   * Merging casper 1.139.
470   * Not going over the top with exclamation marks in the panic message.
471   * Updating credits file.
472   * Slightely adjusting to the more widespread used ascii swirl.
473   * Merging casper 1.138.
474   * Merging casper 1.137.
475
476   [ Marco Amadori ]
477   * Added "-n" option to all mount commands, thanks to Peter Holik
478     <peter@holik.at> for pointing this out.
479   * Be sure that the discovered filesystem is not null.
480   * The list of supported filesytems goes dynamic.
481   * Added ntfs filesystem to the initramfs.
482
483   [ Michael Prokop ]
484   * Move sourcing of live-functions in 38disable_restricted_manager to correct
485     place.
486
487   [ Steven Shiau ]
488   * Adding support for using tftp in fetch= parameter.
489   * Another fix about using udevsettle or "udevadm settle".
490
491  -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
492
493 live-initramfs (1.136.3-1) unstable; urgency=medium
494
495   [ Michael Prokop ]
496   * Make sure mounting /cow-tmpfs provides mount options.
497
498  -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
499
500 live-initramfs (1.136.2-1) unstable; urgency=medium
501
502   * Replacing previous imperfect changes for udevadm with check for
503     udevadm and using old commands when beeing on etch. Also handling
504     udevtrigger with udevadm if available.
505   * Correcting httpfs2 inclusion in hook.
506
507  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
508
509 live-initramfs (1.136.1-1) unstable; urgency=medium
510
511   [ Chris Lamb ]
512   * Fix call to log_warning_msg. Thanks to Bradley Smith
513     <brad@brad-smith.co.uk>.
514   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
515     kernels on powerpc.
516   * Check losetup capabilities before specifying to mount as read-only.
517   * Modprobe 'esp' SCSI driver for the benefit of sparc.
518   * Quieten call to modprobe ide-generic.
519   * Move local-top/live to live-premount/modules so it gets called before
520     find_livefs.
521   * Sync bug script "dpkg -l" calls with debian/control
522
523   [ Daniel Baumann ]
524   * Defaulting now to aufs if no union= parameter is given.
525   * Merging casper version 1.136.
526   * Merging casper version 1.135.
527   * Merging casper version 1.134.
528   * Merging casper version 1.133.
529   * Converting udev depends into a versioned depends in order to reflect udevadm
530     introduction.
531   * Updating live-snapshot to GPL-3+.
532   * Updating to standards 3.8.0.
533   * Renaming forgotton uuid file to live-uuid.
534
535   [ Marco Amadori ]
536   * udevtrigger replacement.
537   * live-snapshot: fixed the remount helper.
538   * live-snapshot: now supports a static keep file list.
539   * Try to bind /cow to /live/cow if unable to move.
540   * live-snapshot: cleaned some wordings.
541   * live-snapshot: included vital informations on exit.
542   * live-snapshot: new "--refresh" option.
543   * live-snapshot: cleaned and sorted used command line defaults.
544   * live-snapshot: nicer default auto unmount logic.
545   * live-snapshot: honour "-o|--output FILE".
546   * live-snapshot: removed a useless mkdir.
547   * live-snapshot: removed an unused and useless function.
548   * live-snapshot: fixes snapshotting from resync string.
549
550   [ Michal Suchanek ]
551   * Add support for httpfs= and ftpfs= parameters.
552
553  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
554
555 live-initramfs (1.132.1-1) unstable; urgency=medium
556
557   [ Chris Lamb ]
558   * Don't escape asterisks in languagelist update code
559
560   [ Daniel Baumann ]
561   * Updating copyright header in live-snapshot.
562   * Removing useless whitespaces and empty lines.
563   * Correcting grammatical errors in live-snapshot description.
564   * Removing live-snapshot version as this component is always released
565     within live-initramfs itself.
566   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
567   * Merging casper 1.132.
568   * Merging casper 1.131.
569   * Ignoring floppy devices for live filesystem as well as live
570     persistency.
571   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
572     live.log and show its messages during boot (Closes: #440238).
573   * Updating vcs fields in control file.
574   * Handling conflicting klibc includes with initramfs-hooks of other
575     packages (Closes: 475783).
576
577   [ Marco Amadori ]
578   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
579     '/mnt'" bug.
580   * Calling live-snapshot now produces an output file.
581
582   [ Michal Suchanek ]
583   * Workaround loop-aes-utils losetup incompatibility
584   * Fix toram (change mount --move to mount -o move)
585
586  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
587
588 live-initramfs (1.130.1-3) unstable; urgency=high
589
590   * Handle non-existing klibc includes in live hook (Closes: #475783).
591   * Adding loop-aes-utils to recommends.
592
593  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
594
595 live-initramfs (1.130.1-2) unstable; urgency=medium
596
597   [ Chris Lamb ]
598   * Remove bogus dependency on Ubuntu "localechooser-data" package
599
600  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
601
602 live-initramfs (1.130.1-1) unstable; urgency=medium
603
604   [ Chris Lamb ]
605   * Use triggers when calling update-initramfs in postinst and postrm
606
607   [ Daniel Baumann ]
608   * Sorting some lines in live hook.
609   * Merging casper 1.130.
610   * Merging casper 1.129.
611   * Adjusting code formating in maintainer scripts.
612   * Restricting counting of installed kernels based on /boot/vmlinuz-*
613     instead of /boot/vmlinuz*.
614
615  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
616
617 live-initramfs (1.128.1-1) unstable; urgency=medium
618
619   [ Marco Amadori ]
620   * Fixed a misleading debug message.
621   * Added /cow mounting debug messages.
622   * Fixed /cow mounting.
623   * Klibc: added some libraries to the intramfs.
624
625   [ Daniel Baumann ]
626   * Merging casper 1.128.
627
628  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
629
630 live-initramfs (1.127.1-1) unstable; urgency=medium
631
632   [ Daniel Baumann ]
633   * Merging casper 1.127.
634   * Merging casper 1.126.
635   * Removing too early recommends to live-initscripts in control to make
636     some people happy (Closes: #431000).
637
638   [ Chris Lamb ]
639   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
640     (?) bug
641   * scripts/live-helpers: Don't search ram block devices
642   * scripts/live-helpers: Search / use case
643   * scripts/live-helpers: Fixes for set -e
644   * bin/live-snapshot: Vastly rework script
645   * bin/live-snapshot: Fix argument handling (Closes: #461595)
646   * scripts/live: Make 'nopersistent' parameter actually disable
647     persistence
648
649  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
650
651 live-initramfs (1.125.1-1) unstable; urgency=medium
652
653   [ Daniel Baumann ]
654   * Merging casper 1.125.
655
656   [ Chris Lamb ]
657   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
658   * Rename 18hostname -> 06hostname
659
660  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
661
662 live-initramfs (1.124.1-1) unstable; urgency=medium
663
664   [ Daniel Baumann ]
665   * Adjusting live-snapshot to live-initramfs.
666   * Merging casper 1.124.
667   * Adjusting 44pk_allow to live-initramfs.
668   * Merging casper 1.123.
669   * Merging casper 1.122.
670   * Merging casper 1.121.
671   * Merging casper 1.120.
672
673   [ Chris Lamb ]
674   * 99hook: Download hook script from inside target filesystem
675
676  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
677
678 live-initramfs (1.119.1-1) unstable; urgency=medium
679
680   * Creating resolv.conf when netbooting not just when there's no
681     resolv.conf, but also when it is empty.
682   * Making hooks executable after fetching them.
683   * Removing disabling of kwallet.
684   * Merging casper 1.119.
685
686  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
687
688 live-initramfs (1.118.2-1) unstable; urgency=medium
689
690   [ Andrey Asadchev ]
691   * Explicitly set Xorg video driver.
692   * Patch to use cryptsetup volumes for persistent storage.
693
694   [ Daniel Baumann ]
695   * New upstream release.
696   * Fixing wrong email address in changelog (was bug in git-dch config).
697   * Bumping package to policy 3.7.3.
698   * Rewriting copyright in machine-interpretable format.
699   * Adding hook parameter to execute custom scripts.
700   * Adding plainroot.
701
702   [ Marco Amadori ]
703   * Now it includes lzma kernel module dependencies.
704
705  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
706
707 live-initramfs (1.118.1-1) unstable; urgency=medium
708
709   [ Daniel Baumann ]
710   * New upstream release.
711   * Adding direct depends to udev, thanks to Anton Lundin
712     <glance@acc.umu.se> (Closes: #452448).
713   * Merging casper 1.111.
714   * Bumping version to 1.110.1-1.
715   * Merging casper 1.112.
716   * Merging casper 1.113.
717   * Adjusting to live-initramfs.
718   * Bumping version to 1.113.1-1.
719   * Merging casper 1.114.
720   * Merging casper 1.115.
721   * Merging casper 1.116.
722   * Merging casper 1.117.
723   * Merging casper 1.118.
724   * Bumping version to 1.118.1-1.
725
726   [ Otavio Salvador ]
727   * debian: add mtd-tools as suggestion since it's required for jffs2
728     support
729   * hooks: include jffs2 kernel module on initramfs image
730   * live-snapshot: add support to use jffs2 images
731   * live: add support for jffs2 images and snapshots
732   * live-helpers: add jffs2 as a valid image
733   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
734
735  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
736
737 live-initramfs (1.110.7-1) unstable; urgency=medium
738
739   * New upstream release.
740   * Fixing fstab handling.
741   * Fixing regression from mounting the ow device on a nfs volume,
742     thanks to An-Cheng Huang <ancheng@vyatta.com>.
743
744  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
745
746 live-initramfs (1.110.6-1) unstable; urgency=medium
747
748   * New upstream release.
749   * Preparing live-initramfs 1.110.6-1.
750   * Adding custom reportbug script.
751   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
752   * Adding checkbashsms call to test target of the Makefile as suggested
753     by Trent W. Buck <trentbuck@gmail.com>.
754
755  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
756
757 live-initramfs (1.110.5-1) unstable; urgency=medium
758
759   * New upstream release.
760   * Preparing live-initramfs 1.110.5-1.
761   * Using kdm initscript autologin overrides, thanks to Kel Modderman
762     <kel@otaku42.de>.
763   * Setting the kdm language, thanks to Jordi Pujol
764     <jordi_pujol@telefonica.net>.
765   * Adding files to the live filesystem according to the MAC number,
766     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
767   * Fixing some coding style issues.
768
769  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
770
771 live-initramfs (1.110.4-1) unstable; urgency=medium
772
773   [ Daniel Baumann ]
774   * New upstream release.
775   * Preparing live-initramfs 1.110.3-1.
776   * Correcting homepage field.
777   * Correcting vcs fields.
778
779   [ Jesse Hathaway ]
780   * add support for mounting the cow device on an nfs volume
781
782  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
783
784 live-initramfs (1.110.3-1) unstable; urgency=medium
785
786   [ Daniel Baumann ]
787   * New upstream release.
788   * Preparing live-initramfs 1.110.3-1.
789   * Removing ubuntu support.
790
791   [ Alex Owen ]
792   * Fix typo to get serial console to work
793
794   [ Jesse Hathaway ]
795   * add support for exposedroot option for live-helper
796
797  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
798
799 live-initramfs (1.110.2-1) unstable; urgency=medium
800
801   * New upstream release.
802   * Preparing live-initramfs 1.110.2-1.
803   * Fixing typing error.
804   * Removing nodiratime as it is already included in noatime, thanks to Kel
805     Modderman <kel@otaku42.de>.
806
807  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
808
809 live-initramfs (1.110.1-1) unstable; urgency=medium
810
811   * New upstream release.
812   * Preparing live-initramfs 1.107.2-1.
813   * Also using nodiratime, not just noatime.
814   * Merging casper 1.108.
815   * Adjusting to live-initramfs.
816   * Merging casper 1.109.
817   * Adjusting to live-initramfs.
818   * Merging casper 1.110.
819   * Adjusting to live-initramfs.
820   * Bumping version to 1.110.1-1.
821
822  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
823
824 live-initramfs (1.107.1-1) unstable; urgency=medium
825
826   * New upstream release.
827   * Preparing live-initramfs 1.102.4-2.
828   * Replacing backticks with POSIX expression.
829   * Consistently using curly brackets for variables.
830   * Fixing bashism.
831   * Merging casper 1.105.
832   * Adjusting to live-initramfs.
833   * Bumping version to 1.105.1-1.
834   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
835     cow mount rather than binding it on /live/cow. This prevents the
836     /cow mount showing up in /proc/mounts.
837   * Merging casper 1.106.
838   * Adjusting to live-initramfs.
839   * Bumping version to 1.106.1-1.
840   * Fixing wrong homepage field.
841   * Fixing typing error.
842   * Merging casper 1.107.
843   * Bumping version to 1.107.1-1.
844
845  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
846
847 live-initramfs (1.104.1-1) unstable; urgency=medium
848
849   * New upstream release.
850
851  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
852
853 live-initramfs (1.102.1-1) unstable; urgency=medium
854
855   * New upstream release.
856
857  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
858
859 live-initramfs (1.99.2-1) unstable; urgency=medium
860
861   * New upstream release:
862     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
863       (Closes: #440235).
864
865  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
866
867 live-initramfs (1.99.1-1) unstable; urgency=medium
868
869   * New upstream release.
870
871  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
872
873 live-initramfs (1.96.2-1) unstable; urgency=medium
874
875   * New upstream release.
876
877  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
878
879 live-initramfs (1.96.1-1) unstable; urgency=medium
880
881   * New upstream release.
882
883  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
884
885 live-initramfs (1.95.3-1) unstable; urgency=medium
886
887   * New upstream release.
888
889  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
890
891 live-initramfs (1.95.2-1) unstable; urgency=medium
892
893   * New upstream release.
894
895  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
896
897 live-initramfs (1.95.1-1) unstable; urgency=medium
898
899   * New upstream release.
900
901  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
902
903 live-initramfs (1.91.6-1) unstable; urgency=medium
904
905   * New upstream release.
906
907  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
908
909 live-initramfs (1.91.5-1) unstable; urgency=medium
910
911   * New upstream release.
912
913  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
914
915 live-initramfs (1.91.4-1) unstable; urgency=medium
916
917   * New upstream release:
918     - Dropping transitional package, not needed anymore.
919
920  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
921
922 live-initramfs (1.91.3-1) unstable; urgency=medium
923
924   * New upstream release.
925
926  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
927
928 live-initramfs (1.91.2-1) unstable; urgency=medium
929
930   * New upstream release.
931
932  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
933
934 live-initramfs (1.91.1-1) unstable; urgency=medium
935
936   * New upstream release.
937
938  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
939
940 live-initramfs (1.90.1-1) unstable; urgency=medium
941
942   * New upstream release.
943
944  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
945
946 live-initramfs (1.87.6-1) unstable; urgency=medium
947
948   * New upstream release.
949
950  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
951
952 live-initramfs (1.87.5-1) unstable; urgency=medium
953
954   * New upstream release, replacing casper.
955
956  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
957
958 live-initramfs (1.87.4-1) unstable; urgency=medium
959
960   * New upstream release.
961
962  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
963
964 live-initramfs (1.87.3-1) unstable; urgency=medium
965
966   * New upstream release.
967
968  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
969
970 live-initramfs (1.87.2-1) unstable; urgency=low
971
972   * New upstream release.
973
974  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
975
976 live-initramfs (1.87.1-1) unstable; urgency=low
977
978   * Initial release, forking casper.
979
980  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200