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