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