1 live-initramfs (1.157.4-1grml.02) unstable; urgency=low
3 * Support bootoption bootid.
5 -- Michael Prokop <mika@grml.org> Wed, 03 Feb 2010 01:44:06 +0100
7 live-initramfs (1.157.4-1grml.01) unstable; urgency=low
9 * 10_support_ethdevice.dpatch - more robust network booting:
10 Support multiple network devices in bootoption ethdevice,
11 new bootoption ethdevice-timeout (override the default being
12 15 seconds for configuration) and automatically try to configure
13 all present network devices if not configured otherwise.
15 -- Michael Prokop <mika@grml.org> Tue, 29 Dec 2009 22:38:10 +0100
17 live-initramfs (1.157.4-1grml.00) unstable; urgency=low
19 * Synchronise with Debian's version 1.157.4-1.
20 * Update debian/patches/04_drop_usage_of_fstype.dpatch to address
21 vol_id -> blkid issue (see #555529).
23 -- Michael Prokop <mika@grml.org> Fri, 13 Nov 2009 23:29:39 +0100
25 live-initramfs (1.157.3-1grml.01) unstable; urgency=low
27 * Add debian/patches/11_dhcphostname.patch (initial version by
28 Andreas Thienemann <andreas@bawue.net> - thanks!):
29 Support 'nodhcphostname' option which will disable setting the
30 hostname of the booted system according to the dns information.
31 This patch takes care of the netboot case.
32 * Bump Standards-Version to 3.8.3 (no further changes).
34 -- Michael Prokop <mika@grml.org> Sat, 17 Oct 2009 17:21:44 +0200
36 live-initramfs (1.157.3-1grml.00) unstable; urgency=low
38 * Synchronise with Debian's version 1.157.3-1.
39 * debian/patches/07_support_findiso.dpatch: insert a leading "/"
40 in front of the FINDISO argument so it doesn't hit persons
41 who forget a slash in the bootoption. Suggested by
42 Philip Hands <phil@hands.com> - thanks!
43 * grml/23networking: add support for bootoption noudev so the
44 udev part in initramfs is skipped as well.
45 * New patch 10_support_ethdevice.dpatch: support setting NIC name
46 via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
48 -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:53:46 +0200
50 live-initramfs (1.157.1-1grml.07) unstable; urgency=low
52 * Apply PXE patch on our own networking script instead of
53 using upstream's file.
54 * Bootoption readonly: set all present virtio blockdevices
55 (/dev/vd*) to readonly as well (thanks, gebi).
57 -- Michael Prokop <mika@grml.org> Tue, 02 Jun 2009 01:05:17 +0200
59 live-initramfs (1.157.1-1grml.06) unstable; urgency=low
61 * Apply bugfix contributed by Andreas Thienemann <andreas@bawue.net>:
63 When installing grml for PXE boot the system has network after
64 boot but no usable DNS. /etc/resolv.conf is empty except the
65 warning to not edit this file manually but to use the resolvconf
68 The problem is, that the 23networking scripte in the initrd
69 correctly creates the resolv.conf, but it's being overwritten by
70 the resolvconf utility on boot.
72 The fix for now is to remove the symlink so resolvconf breaks
73 early and DNS is working then.
75 -- Michael Prokop <mika@grml.org> Mon, 01 Jun 2009 18:47:01 +0200
77 live-initramfs (1.157.1-1grml.05) unstable; urgency=low
79 * Update patch 07_support_findiso.dpatch: make sure to get rid of
80 loopback device and unmount /live/findiso when using findiso
81 bootoption in combination with toram. Thanks to Marc Haber.
84 -- Michael Prokop <mika@grml.org> Fri, 29 May 2009 12:35:06 +0200
86 live-initramfs (1.157.1-1grml.04) unstable; urgency=low
88 * Update patch 06_support_fromiso_isofrom.dpatch:
89 Make sure to get rid of loopback device and unmount /isofrom
90 when using fromiso/isofrom bootoption in combination with toram.
91 Thanks to Marc Haber for reporting and the VM setup!
93 -- Michael Prokop <mika@grml.org> Fri, 15 May 2009 18:40:20 +0200
95 live-initramfs (1.157.1-1grml.03) unstable; urgency=low
97 * Re-enabling 04_fix_no_medium_found_error as
98 04_drop_usage_of_fstype.dpatch, otherwise live-snapshot will fail
99 in a running live-system because fstype is an executable
100 on grml, whereas it's just a shell function in live-initramfs.
101 * Updating to Debian's git version 381d8f0952b1ca15338dd2ed26ab5a48c5a6ca67.
102 * Use dh_clean instead of dh_prep to get rid of need for debhelper 7.
104 -- Michael Prokop <mika@grml.org> Thu, 23 Apr 2009 11:34:24 +0200
106 live-initramfs (1.157.1-1grml.02) unstable; urgency=low
108 * Updating to Debian's git version 03f7e0ea30d52158973ff47bcdebd9932501d143.
109 providing my patch for a smooth udev upgrade path (from 0.125 to 0.140
110 where 'udevadm info' replaces 'udevinfo').
112 -- Michael Prokop <mika@grml.org> Thu, 09 Apr 2009 01:08:30 +0200
114 live-initramfs (1.157.1-1grml.01) unstable; urgency=low
116 * Resync with Debian's 1.157.1-1 (mentioning just the relevant changes):
118 * Only snapshotting in initscript when we actually run with persistence.
121 * Checking if /var/log is writable before trying to copy live.log
122 to the newly mounted root filesystem (Closes: #516914).
125 * Adding hack to remove live specific filesystems from
126 umounfs initscript (Closes: #506410, #515718).
127 * Adding comsetic line wrapping for output of local-gen messages
129 * Merging casper 1.157.
130 * Only calling install-keymap if it's actually installed, which is
131 always but in minimal images the case though (Closes: #517153).
132 * Adding silent boot parameter.
133 * Respecting media timeout even when specificing media device manually.
134 * Also allowing to use the removable keyword for specifying a live media.
135 * Adding removable-usb keyword to further restrict live media selection.
136 * Correcting check for usb when using removable-usb keyword.
137 * Correcting typo in locale bottom script.
139 -- Michael Prokop <mika@grml.org> Mon, 06 Apr 2009 14:01:31 +0200
141 live-initramfs (1.156.1-1grml.02) unstable; urgency=low
143 * Do not use full path for printf executable. [Closes: issue640]
145 -- Michael Prokop <mika@grml.org> Tue, 24 Feb 2009 10:06:48 +0100
147 live-initramfs (1.156.1-1grml.01) unstable; urgency=low
149 * New patch 08_readonly_devices.dpatch to support read-only operation
150 on hard disk devices when using bootoption 'forensic'.
151 * Disable 04_fix_no_medium_found_error.dpatch (fixed upstream).
152 * Sync with Debian 1.156.1-1 (mentioning just the relevant changes):
153 * Adding note about URL limitations in live-initramfs manpage when
154 using fetch parameter.
155 * Replacing casper with live in live-new-uuid.
156 * Added missing variable quoting that lead to broken root persistence,
157 thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
158 * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow
159 setting a path for the persistence files through persistent-path boot
160 parameter (Closes: #512661).
161 * Adding persistent-path to parameter list and manpage.
162 * Actually building/cleaning manpages through targets in Makefile.
163 * Also checking for wicd in 23networking, thanks to Ben Armstrong
165 * Don't redirect output of fstype detection to standard out, thanks to
166 Ronny Standtke <Ronny.Standtke@gmx.net>.
167 * Adding ext4 support.
168 * Merging casper 1.156.
169 * Updating parameters.txt.
171 -- Michael Prokop <mika@grml.org> Fri, 20 Feb 2009 17:29:53 +0100
173 live-initramfs (1.154.4-1grml.02) unstable; urgency=low
175 * Apply patch by Michael Schierl <schierlm@gmx.de> for bootoption
176 findiso (usage: like findiso=/grml_2008.11.iso). Thanks!
178 -- Michael Prokop <mika@grml.org> Mon, 12 Jan 2009 15:44:33 +0100
180 live-initramfs (1.154.4-1grml.01) unstable; urgency=low
182 * Disable several configuration options in /etc/live.conf as we don't
183 install most of the scripts at all.
184 * Install /usr/share/initramfs-tools/scripts/live-bottom/23networking
185 which hopefully addresses the /etc/resolv.conf issue when booting via
187 * Update VCS-headers in debian/control so they point to grml's repository.
188 * Sync with Debian 1.154.4-1:
190 * Support further checks on loopback image and support skipping union
191 mounts (Closes: #509446).
193 * Updating authors file.
195 * Reworked integrity-check (Closes: #507477).
196 * Cleaned the boot log a bit.
198 * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
199 to set variables in previous bottom scripts.
200 * Merging casper 1.140-1.154.
201 * Add a warning message when no image can be found.
202 * Adding a panic message when we netboot and have no supported network
203 device (Closes: #496684).
204 * Turning 'no supported filesystem images found' into a panic message,
205 rather than a warning.
206 * Also adding ralink to network device check.
207 * Removing spurious 'livefs_root' in copy_live_to();.
209 -- Michael Prokop <mika@grml.org> Thu, 08 Jan 2009 19:06:31 +0100
211 live-initramfs (1.139.1-4grml.03) unstable; urgency=low
213 * Sync with Debian's git repository
214 (hash: e4fba2e51e6dde560cf141e6f0c13763fadb47ae).
215 - Removing spurious 'livefs_root' in copy_live_to();.
216 - Also using splashy in shutdown message of the initscript.
217 - Also adding ralink to network device check.
218 - Turning 'no supported filesystem images found' into a panic
219 message, rather than a warning.
220 - Adding a panic message when we netboot and have no supported
221 network device (Closes: #496684).
222 - Add a warning message when no image can be found.
224 /usr/share/initramfs-tools/scripts/live-bottom/08persistence_excludes
225 we now start using persitency features.
226 * Rework debian/patches/04_fix_no_medium_found_error.dpatch:
227 No longer use fstype at all, but use vol_id by default.
229 -- Michael Prokop <mika@grml.org> Mon, 24 Nov 2008 11:49:17 +0100
231 live-initramfs (1.139.1-4grml.02) unstable; urgency=low
233 * Do not use NOPERSISTENT='Yes' so we can use persistency features
236 -- Michael Prokop <mika@grml.org> Thu, 20 Nov 2008 11:47:46 +0100
238 live-initramfs (1.139.1-4grml.01) unstable; urgency=low
240 * Resync with Debian's 1.139.1-4 version.
243 * Ignore errors from fstype.
244 * Display "Mounted live system on ..." during bootup.
245 * Fix the "cannot open /dev/scd0: No medium found" issue.
246 * Support isofrom/fromiso bootoption.
248 -- Michael Prokop <mika@grml.org> Mon, 17 Nov 2008 10:44:13 +0100
250 live-initramfs (1.139.1-2grml.01) unstable; urgency=low
252 * Resync with Debian's 1.139.1-2 version.
253 * Add debian/patches/04_ignore_errors_from_fstype.dpatch
254 to ignore errors from fstype, otherwise we have
255 "stdin: error 0" during bootup.
257 -- Michael Prokop <mika@grml.org> Mon, 15 Sep 2008 17:43:13 +0200
259 live-initramfs (1.139.1-1grml.01) unstable; urgency=low
261 * Resync with Debian's 1.139.1-1 version.
263 * Drop debian/patches/03_fix_cow_tmpfs_mount.dpatch.
264 * Drop debian/patches/04_get_rid_of_utillinux-mountbinary.dpatch.
265 * Integrate debian/patches/03_grml_version_file_hook.dpatch.
266 * Readd dpatch to build depends.
268 -- Michael Prokop <mika@grml.org> Mon, 01 Sep 2008 12:34:04 +0200
270 live-initramfs (1.136.3-2~grml.04) unstable; urgency=low
272 * Activate all grml specific patches again (as we have
273 a working toolchain for booting).
275 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 21:41:36 +0200
277 live-initramfs (1.136.3-2~grml.03) unstable; urgency=low
279 The "OMG, I hate the booting toolchain" release.
281 * Improve boot failure splash.
282 * Don't remove scripts/live-bottom in grml package but
283 remove it in build sequence, this provides better
284 synching with Debian.
285 * Readd scripts/live-bottom/05mountpoints, otherwise
286 we suffer from "run-init: nuking initramfs contents".
287 * Update debian/control.
289 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 20:38:36 +0200
291 live-initramfs (1.136.3-2~grml.02) unstable; urgency=low
293 * Resync with Debian's current Git version [20080816,
294 git commit 0c14aa2e625bc1bb43947f2c0d04b876900cd51e].
295 * Get rid of debian/patches/05_get_rid_of_wrong_debug_message.dpatch
296 and resync other patches as well.
297 * Copy /etc/grml_version to initrd.
299 -- Michael Prokop <mika@grml.org> Sat, 16 Aug 2008 10:25:54 +0200
301 live-initramfs (1.136.3-2~grml.01) unstable; urgency=low
303 * Disable use of util-linux's mount binary through
304 06_get_rid_of_utillinux-mountbinary.dpatch which
305 gets rid of /sbin/mount.cifs. See
306 http://news.gmane.org/gmane.linux.utilities.util-linux-ng/cutoff=1568
307 for more details about the problem.
309 -- Michael Prokop <mika@grml.org> Fri, 01 Aug 2008 16:09:58 +0200
311 live-initramfs (1.136.3-2~grml.00) unstable; urgency=low
313 * Sync with Debian [1.136.3-1] once more (no new
314 changes except for my own patch which has been applied).
315 * Adjust path of rsync (use /bin).
316 * Drop duplicate NOFSTAB from /etc/live.conf.
317 * Get rid of all scripts in scripts/live-bottom/ except
318 for 05mountpoints which is necessary to get a working setup.
320 -- Michael Prokop <mika@grml.org> Sun, 20 Jul 2008 19:18:27 +0200
322 live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
324 * Rebase against current version of live-initramfs in Debian.
325 * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
326 debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
327 * Get rid of 03_support_for_lzma.diff.
328 * Add dpatch as Build-Depency.
330 -- Michael Prokop <mika@grml.org> Thu, 17 Jul 2008 13:38:06 +0200
332 live-initramfs (1.136.2-1) unstable; urgency=medium
334 * Replacing previous imperfect changes for udevadm with check for
335 udevadm and using old commands when beeing on etch. Also handling
336 udevtrigger with udevadm if available.
337 * Correcting httpfs2 inclusion in hook.
339 -- Daniel Baumann <daniel@debian.org> Wed, 16 Jul 2008 00:00:00 +0200
341 live-initramfs (1.136.1-1) unstable; urgency=medium
344 * Fix call to log_warning_msg. Thanks to Bradley Smith
345 <brad@brad-smith.co.uk>.
346 * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
348 * Check losetup capabilities before specifying to mount as read-only.
349 * Modprobe 'esp' SCSI driver for the benefit of sparc.
350 * Quieten call to modprobe ide-generic.
351 * Move local-top/live to live-premount/modules so it gets called before
353 * Sync bug script "dpkg -l" calls with debian/control
356 * Defaulting now to aufs if no union= parameter is given.
357 * Merging casper version 1.136.
358 * Merging casper version 1.135.
359 * Merging casper version 1.134.
360 * Merging casper version 1.133.
361 * Converting udev depends into a versioned depends in order to reflect udevadm
363 * Updating live-snapshot to GPL-3+.
364 * Updating to standards 3.8.0.
365 * Renaming forgotton uuid file to live-uuid.
368 * udevtrigger replacement.
369 * live-snapshot: fixed the remount helper.
370 * live-snapshot: now supports a static keep file list.
371 * Try to bind /cow to /live/cow if unable to move.
372 * live-snapshot: cleaned some wordings.
373 * live-snapshot: included vital informations on exit.
374 * live-snapshot: new "--refresh" option.
375 * live-snapshot: cleaned and sorted used command line defaults.
376 * live-snapshot: nicer default auto unmount logic.
377 * live-snapshot: honour "-o|--output FILE".
378 * live-snapshot: removed a useless mkdir.
379 * live-snapshot: removed an unused and useless function.
380 * live-snapshot: fixes snapshotting from resync string.
383 * Add support for httpfs= and ftpfs= parameters.
385 -- Daniel Baumann <daniel@debian.org> Mon, 14 Jul 2008 00:00:00 +0200
387 live-initramfs (1.132.1-1) unstable; urgency=medium
390 * Don't escape asterisks in languagelist update code
393 * Updating copyright header in live-snapshot.
394 * Removing useless whitespaces and empty lines.
395 * Correcting grammatical errors in live-snapshot description.
396 * Removing live-snapshot version as this component is always released
397 within live-initramfs itself.
398 * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
399 * Merging casper 1.132.
400 * Merging casper 1.131.
401 * Ignoring floppy devices for live filesystem as well as live
403 * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
404 live.log and show its messages during boot (Closes: #440238).
405 * Updating vcs fields in control file.
406 * Handling conflicting klibc includes with initramfs-hooks of other
407 packages (Closes: 475783).
410 * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
412 * Calling live-snapshot now produces an output file.
415 * Workaround loop-aes-utils losetup incompatibility
416 * Fix toram (change mount --move to mount -o move)
418 -- Daniel Baumann <daniel@debian.org> Mon, 02 Jun 2008 00:00:00 +0200
420 live-initramfs (1.130.1-3) unstable; urgency=high
422 * Handle non-existing klibc includes in live hook (Closes: #475783).
423 * Adding loop-aes-utils to recommends.
425 -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:00:00 +0200
427 live-initramfs (1.130.1-2) unstable; urgency=medium
430 * Remove bogus dependency on Ubuntu "localechooser-data" package
432 -- Daniel Baumann <daniel@debian.org> Thu, 17 Apr 2008 06:00:00 +0200
434 live-initramfs (1.130.1-1) unstable; urgency=medium
437 * Use triggers when calling update-initramfs in postinst and postrm
440 * Sorting some lines in live hook.
441 * Merging casper 1.130.
442 * Merging casper 1.129.
443 * Adjusting code formating in maintainer scripts.
444 * Restricting counting of installed kernels based on /boot/vmlinuz-*
445 instead of /boot/vmlinuz*.
447 -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200
449 live-initramfs (1.128.1-1) unstable; urgency=medium
452 * Fixed a misleading debug message.
453 * Added /cow mounting debug messages.
454 * Fixed /cow mounting.
455 * Klibc: added some libraries to the intramfs.
458 * Merging casper 1.128.
460 -- Daniel Baumann <daniel@debian.org> Mon, 7 Apr 2008 00:00:00 +0200
462 live-initramfs (1.127.1-1) unstable; urgency=medium
465 * Merging casper 1.127.
466 * Merging casper 1.126.
467 * Removing too early recommends to live-initscripts in control to make
468 some people happy (Closes: #431000).
471 * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
473 * scripts/live-helpers: Don't search ram block devices
474 * scripts/live-helpers: Search / use case
475 * scripts/live-helpers: Fixes for set -e
476 * bin/live-snapshot: Vastly rework script
477 * bin/live-snapshot: Fix argument handling (Closes: #461595)
478 * scripts/live: Make 'nopersistent' parameter actually disable
481 -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
483 live-initramfs (1.125.1-1) unstable; urgency=medium
486 * Merging casper 1.125.
489 * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
490 * Rename 18hostname -> 06hostname
492 -- Daniel Baumann <daniel@debian.org> Mon, 24 Mar 2008 00:00:00 +0100
494 live-initramfs (1.124.1-1) unstable; urgency=medium
497 * Adjusting live-snapshot to live-initramfs.
498 * Merging casper 1.124.
499 * Adjusting 44pk_allow to live-initramfs.
500 * Merging casper 1.123.
501 * Merging casper 1.122.
502 * Merging casper 1.121.
503 * Merging casper 1.120.
506 * 99hook: Download hook script from inside target filesystem
508 -- Daniel Baumann <daniel@debian.org> Mon, 17 Mar 2008 00:00:00 +0100
510 live-initramfs (1.119.1-1) unstable; urgency=medium
512 * Creating resolv.conf when netbooting not just when there's no
513 resolv.conf, but also when it is empty.
514 * Making hooks executable after fetching them.
515 * Removing disabling of kwallet.
516 * Merging casper 1.119.
518 -- Daniel Baumann <daniel@debian.org> Mon, 10 Mar 2008 00:00:00 +0100
520 live-initramfs (1.118.2-1) unstable; urgency=medium
523 * Explicitly set Xorg video driver.
524 * Patch to use cryptsetup volumes for persistent storage.
527 * New upstream release.
528 * Fixing wrong email address in changelog (was bug in git-dch config).
529 * Bumping package to policy 3.7.3.
530 * Rewriting copyright in machine-interpretable format.
531 * Adding hook parameter to execute custom scripts.
535 * Now it includes lzma kernel module dependencies.
537 -- Daniel Baumann <daniel@debian.org> Mon, 3 Mar 2008 00:00:00 +0100
539 live-initramfs (1.118.1-1) unstable; urgency=medium
542 * New upstream release.
543 * Adding direct depends to udev, thanks to Anton Lundin
544 <glance@acc.umu.se> (Closes: #452448).
545 * Merging casper 1.111.
546 * Bumping version to 1.110.1-1.
547 * Merging casper 1.112.
548 * Merging casper 1.113.
549 * Adjusting to live-initramfs.
550 * Bumping version to 1.113.1-1.
551 * Merging casper 1.114.
552 * Merging casper 1.115.
553 * Merging casper 1.116.
554 * Merging casper 1.117.
555 * Merging casper 1.118.
556 * Bumping version to 1.118.1-1.
559 * debian: add mtd-tools as suggestion since it's required for jffs2
561 * hooks: include jffs2 kernel module on initramfs image
562 * live-snapshot: add support to use jffs2 images
563 * live: add support for jffs2 images and snapshots
564 * live-helpers: add jffs2 as a valid image
565 * live-snapshot.en.1: add ext3 and jffs2 images as valid options
567 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:35:00 +0100
569 live-initramfs (1.110.7-1) unstable; urgency=medium
571 * New upstream release.
572 * Fixing fstab handling.
573 * Fixing regression from mounting the ow device on a nfs volume,
574 thanks to An-Cheng Huang <ancheng@vyatta.com>.
576 -- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 00:00:00 +0100
578 live-initramfs (1.110.6-1) unstable; urgency=medium
580 * New upstream release.
581 * Preparing live-initramfs 1.110.6-1.
582 * Adding custom reportbug script.
583 * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
584 * Adding checkbashsms call to test target of the Makefile as suggested
585 by Trent W. Buck <trentbuck@gmail.com>.
587 -- Daniel Baumann <daniel@debian.org> Mon, 12 Nov 2007 00:00:00 +0100
589 live-initramfs (1.110.5-1) unstable; urgency=medium
591 * New upstream release.
592 * Preparing live-initramfs 1.110.5-1.
593 * Using kdm initscript autologin overrides, thanks to Kel Modderman
595 * Setting the kdm language, thanks to Jordi Pujol
596 <jordi_pujol@telefonica.net>.
597 * Adding files to the live filesystem according to the MAC number,
598 thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
599 * Fixing some coding style issues.
601 -- Daniel Baumann <daniel@debian.org> Mon, 5 Nov 2007 00:00:00 +0100
603 live-initramfs (1.110.4-1) unstable; urgency=medium
606 * New upstream release.
607 * Preparing live-initramfs 1.110.3-1.
608 * Correcting homepage field.
609 * Correcting vcs fields.
612 * add support for mounting the cow device on an nfs volume
614 -- Daniel Baumann <daniel@debian.org> Mon, 29 Oct 2007 00:00:00 +0100
616 live-initramfs (1.110.3-1) unstable; urgency=medium
619 * New upstream release.
620 * Preparing live-initramfs 1.110.3-1.
621 * Removing ubuntu support.
624 * Fix typo to get serial console to work
627 * add support for exposedroot option for live-helper
629 -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2007 00:00:00 +0200
631 live-initramfs (1.110.2-1) unstable; urgency=medium
633 * New upstream release.
634 * Preparing live-initramfs 1.110.2-1.
635 * Fixing typing error.
636 * Removing nodiratime as it is already included in noatime, thanks to Kel
637 Modderman <kel@otaku42.de>.
639 -- Daniel Baumann <daniel@debian.org> Mon, 15 Oct 2007 00:00:00 +0200
641 live-initramfs (1.110.1-1) unstable; urgency=medium
643 * New upstream release.
644 * Preparing live-initramfs 1.107.2-1.
645 * Also using nodiratime, not just noatime.
646 * Merging casper 1.108.
647 * Adjusting to live-initramfs.
648 * Merging casper 1.109.
649 * Adjusting to live-initramfs.
650 * Merging casper 1.110.
651 * Adjusting to live-initramfs.
652 * Bumping version to 1.110.1-1.
654 -- Daniel Baumann <daniel@debian.org> Mon, 8 Oct 2007 00:00:00 +0200
656 live-initramfs (1.107.1-1) unstable; urgency=medium
658 * New upstream release.
659 * Preparing live-initramfs 1.102.4-2.
660 * Replacing backticks with POSIX expression.
661 * Consistently using curly brackets for variables.
663 * Merging casper 1.105.
664 * Adjusting to live-initramfs.
665 * Bumping version to 1.105.1-1.
666 * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
667 cow mount rather than binding it on /live/cow. This prevents the
668 /cow mount showing up in /proc/mounts.
669 * Merging casper 1.106.
670 * Adjusting to live-initramfs.
671 * Bumping version to 1.106.1-1.
672 * Fixing wrong homepage field.
673 * Fixing typing error.
674 * Merging casper 1.107.
675 * Bumping version to 1.107.1-1.
677 -- Daniel Baumann <daniel@debian.org> Mon, 1 Oct 2007 00:00:00 +0200
679 live-initramfs (1.104.1-1) unstable; urgency=medium
681 * New upstream release.
683 -- Daniel Baumann <daniel@debian.org> Mon, 24 Sep 2007 00:00:00 +0200
685 live-initramfs (1.102.1-1) unstable; urgency=medium
687 * New upstream release.
689 -- Daniel Baumann <daniel@debian.org> Mon, 17 Sep 2007 00:00:00 +0200
691 live-initramfs (1.99.2-1) unstable; urgency=medium
693 * New upstream release:
694 - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
697 -- Daniel Baumann <daniel@debian.org> Mon, 10 Sep 2007 00:00:00 +0200
699 live-initramfs (1.99.1-1) unstable; urgency=medium
701 * New upstream release.
703 -- Daniel Baumann <daniel@debian.org> Mon, 3 Sep 2007 00:00:00 +0200
705 live-initramfs (1.96.2-1) unstable; urgency=medium
707 * New upstream release.
709 -- Daniel Baumann <daniel@debian.org> Mon, 27 Aug 2007 00:00:00 +0200
711 live-initramfs (1.96.1-1) unstable; urgency=medium
713 * New upstream release.
715 -- Daniel Baumann <daniel@debian.org> Mon, 20 Aug 2007 00:00:00 +0200
717 live-initramfs (1.95.3-1) unstable; urgency=medium
719 * New upstream release.
721 -- Daniel Baumann <daniel@debian.org> Mon, 13 Aug 2007 00:00:00 +0200
723 live-initramfs (1.95.2-1) unstable; urgency=medium
725 * New upstream release.
727 -- Daniel Baumann <daniel@debian.org> Mon, 6 Aug 2007 00:00:00 +0200
729 live-initramfs (1.95.1-1) unstable; urgency=medium
731 * New upstream release.
733 -- Daniel Baumann <daniel@debian.org> Mon, 30 Jul 2007 00:00:00 +0200
735 live-initramfs (1.91.6-1) unstable; urgency=medium
737 * New upstream release.
739 -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
741 live-initramfs (1.91.5-1) unstable; urgency=medium
743 * New upstream release.
745 -- Daniel Baumann <daniel@debian.org> Mon, 16 Jul 2007 00:00:00 +0200
747 live-initramfs (1.91.4-1) unstable; urgency=medium
749 * New upstream release:
750 - Dropping transitional package, not needed anymore.
752 -- Daniel Baumann <daniel@debian.org> Mon, 9 Jul 2007 00:00:00 +0200
754 live-initramfs (1.91.3-1) unstable; urgency=medium
756 * New upstream release.
758 -- Daniel Baumann <daniel@debian.org> Mon, 2 Jul 2007 00:00:00 +0200
760 live-initramfs (1.91.2-1) unstable; urgency=medium
762 * New upstream release.
764 -- Daniel Baumann <daniel@debian.org> Mon, 25 Jun 2007 00:00:00 +0200
766 live-initramfs (1.91.1-1) unstable; urgency=medium
768 * New upstream release.
770 -- Daniel Baumann <daniel@debian.org> Mon, 18 Jun 2007 00:00:00 +0200
772 live-initramfs (1.90.1-1) unstable; urgency=medium
774 * New upstream release.
776 -- Daniel Baumann <daniel@debian.org> Mon, 11 Jun 2007 00:00:00 +0200
778 live-initramfs (1.87.6-1) unstable; urgency=medium
780 * New upstream release.
782 -- Daniel Baumann <daniel@debian.org> Mon, 4 Jun 2007 00:00:00 +0200
784 live-initramfs (1.87.5-1) unstable; urgency=medium
786 * New upstream release, replacing casper.
788 -- Daniel Baumann <daniel@debian.org> Mon, 28 May 2007 00:00:00 +0200
790 live-initramfs (1.87.4-1) unstable; urgency=medium
792 * New upstream release.
794 -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200
796 live-initramfs (1.87.3-1) unstable; urgency=medium
798 * New upstream release.
800 -- Daniel Baumann <daniel@debian.org> Mon, 14 May 2007 00:00:00 +0200
802 live-initramfs (1.87.2-1) unstable; urgency=low
804 * New upstream release.
806 -- Daniel Baumann <daniel@debian.org> Mon, 7 May 2007 00:00:00 +0200
808 live-initramfs (1.87.1-1) unstable; urgency=low
810 * Initial release, forking casper.
812 -- Daniel Baumann <daniel@debian.org> Mon, 30 Apr 2007 00:00:00 +0200