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